how to create a startup application in Java?
And what, exactly, do you mean when you say "startup application"? An application that is automatically launched when the phone is powered on? If so, would be a foreground application or something that should be running in the background? Or do you mean something else with "startup application"? Keyword to use in the search (see the "Advanded Discussion Search" link topmost on the left column/menu on this page): "push registry"
Startup application - is the one that auto launch when the handset boots up - for this you can try the following JAD attribute:
Nokia-MIDlet-auto-start
Series 40 3rd Edition FP 2
Indicates how the MIDlet is auto-started at power on.
yes, no, or once
Example:
Nokia-MIDlet-auto-start: yes
Thanks,
Ekta
Thanks ekta for ur reply but the Nokia-Midlet-autoStart property is not working in N97 Application
pls note that Nokia-MIDlet-auto-start is a Nokia-proprietary attribute for Series 40 devices and might not work in S60 devices like N97.
Here is the URL for Nokia specific JAD / Manifest attibutes http://library.forum.nokia.com/index...E4A538FB8.html
Regards
Gopal
In Nokia phones, An application that is automatically launched when the phone is powered on? If so, would be a foreground application or something that should be running in the background? Please Explain using J2me.
Thanks,
rj12info
If you are targeting Nokia Series 40 3rd Edition FP 2 devices, you cab go with Nokia-MIDlet-auto-start to launch the app on device boot up - as Ekta suggested in this thread chain below. (for midlets signned to Manufacturer / operator domain only.)
background on these S40 can also be managed by using Nokia-MIDlet-bg-server attribute, but again it works only on midlets signned to Manufacturer / operator domain only.