I am developing a mobile application in net-beans that will send and receive SMS, I'm done with sending text but I don't know how to receive SMS in NetBeans mobile application ?

link|improve this question
feedback

1 Answer

you can find one good example here.

When you are coding for Receiving SMS, you need to listen to one particular port. J2ME Application can not read directly from the inbox.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.