
Originally Posted by
im2amit
1.Possibility to run a J2ME application in the background? --- Yes, you can run background app on all S60, recent S40 and recent Sony Erricson and other devices as well. You can try it by setting currentdisplayable to null and keep some threads runing in background on these devices. Or press the Menu key and start another app, pushing the old runing app to background.
2. Can we run the application on startup? --- Yes, you can do by Jad Attribute - Midlet-auto-start: yes, on various platforms like on Nokia it becomes: Nokia-Midlet-Auto-Start: On, on SE devices JP7onwards you can try PushRegistry with ://autostart: etc.
thanks,
~Amitabh