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!

5 Responses to “Automatically Launch a MIDlet”

  1. Amr AL-Hossary Says:

    Thank you very much, Arvind Gupta

    you helped me so much in my project

  2. ashish Says:

    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

  3. Bradley Says:

    What if you don’t want to launch the java midlet on boot, but dynamically from a symbian app? How do I do this?

  4. Salman Says:

    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

  5. prakash Says:

    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 .

Leave a Reply