Is it possible to share data between 2 handheld devices? Is it possible to launch the midlet using a sms?
Is it possible to share data between 2 handheld devices? Is it possible to launch the midlet using a sms?
At the moment the easiest way to share application data between several MIDP applications is server-side solutions: two or more MIDP applications are using the same servlet instance running on the same server by using HTTP connection.
Otherwise your idea is totally possible but it is not possible in our first implementation to start up the MIDlet automatically by using SMS. User has to launch the MIDlet manually.
I know that to launch the midlet using a sms is possible on Siemens M50.