| Reply | « Previous Thread | Next Thread » |
|
Hi Everyone,
Has anyone experienced problems with using the Push Registry on a Nokia Device. I am attempting to auto start the midp2.0 application at times of between 3 and 24 hours. Is seems sometimes the application starts at the specified time correctly (usually when time is less than 1 hour), other times the application starts up BEFORE the time i have set. I have debugged and am sure I am setting the time correctly. (Code below). I did see something about Nokia phones starting the app up itself though, before you have specified.. Does anyone have knowledge/experience of this? Or a workaround? Thanks! Sheree private void scheduleMIDlet(long time) throws ClassNotFoundException, ConnectionNotFoundException, SecurityException { String cn = "TestMidlet"; PushRegistry.registerAlarm(cn, alarm.getTime()); long deltatime = 3600000; // 1hour Date alarm = new Date(); long t = PushRegistry.registerAlarm(cn, alarm.getTime()+deltatime); } |
|
Have you found a solution yet?
I am experiencing something similar. |
|
No, Not yet. Please let me know if you solve it. We have looked at using a different phone make/model.
|
|
check time setting of ur fone.. like
GMT and off the auto time update.. hope this will work |
| ruchitjoshi |
| View Public Profile |
| Find all posts by ruchitjoshi |
|
Hello every one may i know difference between static and dynamic push registry.
|
| manjul_saini |
| View Public Profile |
| Find all posts by manjul_saini |
|
I guess that static is when u place alarms in ur .jad file and dynamic is when u set an alarm from within ur code...
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|