gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnokiid AT command reference


From: Daniele Forsi
Subject: Re: gnokiid AT command reference
Date: Sun, 6 Feb 2005 14:50:22 +0100
User-agent: KMail/1.4.3

Saturday 05 February 2005 21:03, Pawel Kot wrote:

> I'm afraid I need more detailes in here. I don't know in which place it
> appears as 1905 not 2005. It should be easy to fix, but dunno where...

Last time I mixed things, now I found my way :-)

1905 appears only in debug output, normal output is ok

./common/gsm-sms.c sms_timestamp_print()

        if (number[0] < 70) sprintf(buffer, "20");
        else sprintf(buffer, "19");

but number[0] has swapped nibbles so year 2005 is 0x50 and 0x50 > 70

debug log:
GNOKIID Version 0.6.4
[...]
00 00 00 00 40 21 13 31 54 30 40 d4 b0 9b 9e 06 |     @! 1T0@     
        Date: 2004-12-31 13:45:03+0100

00 00 00 00 40 21 13 51 92 93 40 d6 37 39 6c 7e |     @! Q  @ 79l~
        Date: 2004-12-31 15:29:39+0100

00 00 00 00 40 21 13 71 62 33 40 c4 30 9b 5d 06 |     @! qb3@ 0 ] 
        Date: 2004-12-31 17:26:33+0100

00 00 00 00 40 21 13 32 64 44 40 d4 b0 9b 9e 06 |     @! 2dD@     
        Date: 2004-12-31 23:46:44+0100

00 00 00 00 50 10 10 91 52 71 40 41 d0 38 3c 0f |     P   address@hidden 8< 
        Date: 1905-01-01 19:25:17+0100

00 00 00 00 50 10 50 02 15 60 40 45 90 39 ed 0e |     P P  address@hidden 9  
        Date: 1905-01-05 20:51:06+0100

00 00 00 00 50 10 60 51 23 35 40 41 b7 3b 0c b2 |     P address@hidden ;  
        Date: 1905-01-06 15:32:53+0100

00 00 00 00 50 10 60 71 80 10 40 cf b5 0b 24 4d |     P `q  @   $M
        Date: 1905-01-06 17:08:01+0100

00 00 00 00 50 10 21 61 02 73 40 c3 b0 5e ff 66 |     P !a s@  ^ f
        Date: 1905-01-12 16:20:37+0100

00 00 00 00 40 21 42 11 93 53 40 d4 b0 9b 9e 06 |     @!B  S@     
        Date: 2004-12-24 11:39:35+0100

00 00 00 00 50 10 51 71 85 03 40 d2 34 3d 0c 72 |     P Qq  @ 4= r
        Date: 1905-01-15 17:58:30+0100

00 00 00 00 50 10 51 81 31 73 40 d0 b2 1c e4 7e |     P Q 1s@    ~
        Date: 1905-01-15 18:13:37+0100

00 00 00 00 50 10 22 71 83 02 40 c3 b2 3b 0c 0a |     P "q  @  ;  
        Date: 1905-01-22 17:38:20+0100

00 00 00 00 50 20 50 71 22 20 40 c4 77 3b ec 4e |     P Pq" @ w; N
        Date: 1905-02-05 17:22:02+0100

10 82 61 71 40 21 72 90 23 44 40 c3 74 f8 ed 02 |   address@hidden #D@ t   
        Date: 2004-12-27 09:32:44+0100

21 52 71 61 30 21 13 81 61 63 40 20 05 7c 3e a7 | !Rqa0!  ac@  |> 
        Date: 2003-12-31 18:16:36+0100

Daniele




reply via email to

[Prev in Thread] Current Thread [Next in Thread]