I am working in J2ME. I want that my application must be automatically started when my device reboots.
I have made Nokia-MIDlet-auto-start: yes entry in my JAD file as suggested in
The MIDlet is currently unsigned, and I am using Nokia handsets for testing (the Nokia S60 in particular).Regardless off the steps I took, as mentioned above, when I reboot my device the app does not start automatically.
Please suggest me what should I do to automatically restart my MIDLet on device boot. Thanks.