Hi.
How to create a Startup Application in JavaME.the Program will starts while the boot up of the Mobile
Hi.
How to create a Startup Application in JavaME.the Program will starts while the boot up of the Mobile
For nokia add jad attribute.
Nokia-MIDlet-auto-start: yes
possible values are yes, no and once.
on SE devices JP7onwards you can use pushregistry entry
MIDlet-Push-1: autostart://:,,*
static and dynamic both will work
in blackberry go project properties ->application tab-> check option "Auto-run on startup"
don't know about other devices like motorola.