Re: GTA02 Setting time from phone network using NITZ ?

2012-09-23 Thread Alex Samorukov
On 09/22/2012 10:26 AM, Adam Ward wrote: According to http://www.scribd.com/doc/30428306/54/AT-CTZU-Automatic-Time-Zone-Update I should be able to chat to the modem to get some information. But the following command does not return anything: root@neo:~# chat -vse '' 'AT+CTZU=?' '' ''

GTA02 Setting time from phone network using NITZ ?

2012-09-22 Thread Adam Ward
I have a GTA02 which I acquired a few years back and until now I have not really done anything with it. Now I want to use it as my main phone. The automatic setting of the date/time from the providors network (in this case it is Optus) does not work in qtmoko. The provider does support this

Re: GTA02 Setting time from phone network using NITZ ?

2012-09-22 Thread Matthias Apitz
El día Saturday, September 22, 2012 a las 04:26:01PM +0800, Adam Ward escribió: I have a GTA02 which I acquired a few years back and until now I have not really done anything with it. Now I want to use it as my main phone. The automatic setting of the date/time from the providors network

Re: GTA02 Setting time from phone network using NITZ ?

2012-09-22 Thread Neil Jerram
Adam Ward cay...@internode.on.net writes: I have a GTA02 which I acquired a few years back and until now I have not really done anything with it. Now I want to use it as my main phone. The automatic setting of the date/time from the providors network (in this case it is Optus) does not

Re: GTA02 Setting time from phone network using NITZ ?

2012-09-22 Thread Adam Ward
Adam, I do not know the details of the distribution you are using, but I could imagine that the part of the software which controls the modem is 'eating up' the responses of the AT cmds you are sending down with chat(1). Concerning the time update, I'm using ntpdate(1) to get the correct

Re: GTA02 Setting time from phone network using NITZ ?

2012-09-22 Thread Adam Ward
Time and time zone are two different things. In my (patchy and non-scientific) experience, mobile networks often do tell you the time zone, but not the time. I know that Telstra in Australia sends both. My current phone would get the correct details after traveling between timezones

Re: GTA02 Setting time from phone network using NITZ ?

2012-09-22 Thread Timo Juhani Lindfors
Adam Ward cay...@internode.on.net writes: I know that Telstra in Australia sends both. Do you know how it sends that? I have been unable to find any kind of specification that describes this. I only find references to timezone information. ___

Re: GTA02 Setting time from phone network using NITZ ?

2012-09-22 Thread Neil Jerram
Adam Ward cay...@internode.on.net writes: Time and time zone are two different things. In my (patchy and non-scientific) experience, mobile networks often do tell you the time zone, but not the time. I know that Telstra in Australia sends both. My current phone would get the correct

Re: GTA02 Setting time from phone network using NITZ ?

2012-09-22 Thread Adam Ward
On Sat, 22 Sep 2012 03:56:57 PM Timo Juhani Lindfors wrote: Adam Ward cay...@internode.on.net writes: I know that Telstra in Australia sends both. Do you know how it sends that? I have been unable to find any kind of specification that describes this. I only find references to timezone

Re: QtMoko / GTA02 Setting time from phone network using NITZ ?

2012-09-22 Thread Adam Ward
On Sat, 22 Sep 2012 09:55:43 PM Neil Jerram wrote: [snip] FWIW, from a quick look at devices/neo/src/plugins/phonevendors/neo/vendor_neo.cpp, I see that the suspend code includes // Turn off timezone notifications. chat(AT+CTZR=0); chat(AT%CTZU=0); and the resume (wake)