Automatically Launch a MIDlet
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!
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!
August 10th, 2005 at 11:11 am
Thank you very much, Arvind Gupta
you helped me so much in my project
February 10th, 2006 at 7:45 am
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
May 15th, 2006 at 12:00 pm
What if you don’t want to launch the java midlet on boot, but dynamically from a symbian app? How do I do this?
July 15th, 2006 at 6:16 am
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
May 2nd, 2007 at 10:17 am
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 .