Search code examples
mobilesmsjava-mewma

SMS goes to the inbox when the mobile is disconnected


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?


Solution

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

    Check the WMADemo sample at JavaME SDK 3.0.