03-08-2011 10:24 PM
Aside from changing the time or date on the phone myself, does anyone know of any applications that would change the time or date on the phone? Even more troubling is it would need to do it in a way that keeps the correct time and date, but still fire off the clockUpdated method.
I have implemented the clockUpdated method and I have it counting the system minute updates, but it is over counting. I cannot tell if another application is causing this, or if the system double counts a minute every twelve hours or what. When I run it on a the simulator and set the clock to 11:55pm, it does not double count the minute from 11:59PM to 12:00AM. So I am really in a bind and any direction on this would be a great help.
Thanks,
Ross
03-09-2011 06:38 PM
I have used clockUpdated in the RealtimeClockListener for years and never had a problem with it. That said, I do not use it as a counter, I use it to confirm that things have happened and/or to update clock values.
You might have to watch out for TimeZone changes and user Date changes, which I think you can listen for using a GlobalEventListener.