You write a MIDlet. You expect it can receive all SMS!!!
discussion.forum.nokia.com
- Your MIDlet can
register to listen to incoming messages sent to a specific port. Let' say port 5000.
When you now send messages to this port, your MIDlet gets lauched.
You cannot listen to normal incoming SMS messages which will arrive in the inbox. You cannot access the SMS inbox either.
- You can't in a J2ME MIDlet catch all/every SMS sent to the device. You can only catch those SMS messages sent to a particular port your MIDlet is expecting them on.
If you want to catch all SMS messages, you need to switch to C++ and an S60/Symbian based phone.