Automatically Launch a MIDlet
Posted: July 8th, 2005 | 5 Comments »2 articles explaining how to automatically start a MIDlet by using the Push Registry
- How can a MIDlet be launched automatically?
- The MIDP 2.0 Push Registry
Thanks Arvind Gupta for the tip!
Thank you very much, Arvind Gupta
you helped me so much in my project
i have tried using Pushregistry.registerAlarm() to invoke the midlet at a specified time but the midlet doesn’t get invoke .
if anyone have a working code for it please let me know
What if you don’t want to launch the java midlet on boot, but dynamically from a symbian app? How do I do this?
i have tried using Pushregistry.registerAlarm() to invoke the midlet at a specified time but the midlet doesn’t get invoke .
did u check MIDlet in your Phone ?? if yes let me know
AUTOSTART MIDLETS
First you want to register your push registry connection for auto start like this
PushRegistry.registerConnection(“autostart://:”, “your midlet name”, “*”);
now your midlet starts on every phone boot up but sony ericsson phones(from jp 7) only support this (“autostart://:) ” method .