Hi...im a newbie in J2ME.
I would just like to ask if it is possible to build an application that receives SMS and MMS, such that the user need not to exit the application and check the inbox.
Thanks a lot!
Hi...im a newbie in J2ME.
I would just like to ask if it is possible to build an application that receives SMS and MMS, such that the user need not to exit the application and check the inbox.
Thanks a lot!
You cannot receive the normal SMS/MMS messages. Your MIDlet can only receive messages sent to the port number your MIDlet is listening to. And there is no access to inbox from the MIDlet
Hartti
I would like to confirm the current status of this thread qestion.
Could someone kindly reply whether MIDlet still can't access
to message inbox ? or any update plan to enable this ?
Many thanks in advance.
No updates. Situation still the same; a MIDlet can see/receive SMS only sent to a specific port the MIDlet is waiting to see/receive messages on, and a MIDlet still cannot capture/receive everything, nor view/modify every message received.