Store SMS received/sent on/from a port(other than 0)
Posted
by sourabh0612
on Stack Overflow
See other posts from Stack Overflow
or by sourabh0612
Published on 2010-05-25T08:24:10Z
Indexed on
2010/05/25
8:31 UTC
Read the original article
Hit count: 179
j2me
I have configured my J2ME application to send/receive SMS on a specific port.Is there any special way to store such SMS, sent/received by the application, on a RecordStore created by the application?
PS-Special way is in the context that the entire SMS with all its attributes are stored in 1 entry and any the attributes can be retrieved back easily.
© Stack Overflow or respective owner