How To Start an Application at Mobile Start up

Hai I want to start my application at mobile start up ( When mobile switched on) Any solution regurding this plese help meRegurds Ravi Varma
[169 byte] By [varma_111a] at [2007-10-2 16:00:16]
# 1

Hi

You can't. This will be implemented in MIDP 3. You could however register an alarm using PushRegistry technology and make it run every 5 minutes or less. If the phone is up, it will start your application.

Here are some good examples:

http://www.java-tips.org/java-me-tips/midp/j2me-pushregistry.html

http://developers.sun.com/techtopics/mobility/midp/articles/pushreg/

Mihai

Printisora at 2007-7-13 16:27:49 > top of Java-index,Java Mobility Forums,Java ME Technologies...