Ok, got that to work, thanks. Discovered that the time comes back in local time zone, not UTC. Android code assumes UTC. The timezone comes with it of course, but if you don't know if it has already been applied, I would think it difficult to determine in the code. Is there a standard for this? Mike
On Mar 3, 5:22 pm, David Turner <[email protected]> wrote: > Yes, you can use a NITZ unsolicited message. See > hardware/ril/reference-ril/reference-ril.c:onUnsolicited() > > On Wed, Mar 3, 2010 at 2:25 PM, ms12 <[email protected]> wrote: > > Is there a way to set the system time from the cell phone? I've > > searched ril.h and ril_commands.h and there seems to be no way to > > request the time from the cell modem. Am I missing something? > > > Mike > > > -- > > unsubscribe: > > [email protected]<android-porting%[email protected]> > > website:http://groups.google.com/group/android-porting > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
