Hi,
How can i make my program execute as background application and how can i make it start automatically whenever the phone is started.
thanks...
Hi,
How can i make my program execute as background application and how can i make it start automatically whenever the phone is started.
thanks...
run at startup: you cannot.
Possible solution: use Push feature.
Run on the background: it depends on the device. Here's a list of devices willing to running MIDlets on the background: http://www.club-java.com/TastePhone/..._Benchmark.jsp
It can be done (if possible) using display.setCurrent(null), or pausing the MIDlet with notifyPaused();
I've done so and works on a SonyEricsson K300I, not on a Nokia 6230
(aviguille, this is Symbian subforum, not j2me)
To the OP, I suggest you search this forum, as both topics were already discussed extensively (short answer: you can do both)