SMS goes to the inbox when the mobile is disconnected

477 views Asked by At

I'm using J2ME WMA to send/receive SMS into a specific port, which in my case is port 50000. When one of the mobile devices is not running the application the message goes to the inbox, which by default is port 0.

Is there any way to prevent this from happening?

1

There are 1 answers

0
Diogo Cardoso On BEST ANSWER

PushRegistry resolves the issue but it's only available in WMA 2.0.

Check the WMADemo sample at JavaME SDK 3.0.