gnokii-users
[Top][All Lists]
Advanced

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

Re: Nokia 5130c-2 and --gettodo


From: Pawel Kot
Subject: Re: Nokia 5130c-2 and --gettodo
Date: Sun, 6 Mar 2011 11:06:57 +0100

Hi,

On Sun, Mar 6, 2011 at 07:46,  <address@hidden> wrote:
> address@hidden:~$ gnokii --gettodo 1 end
> GNOKII Version 0.6.31git

Are you sure it is an up to date version? Would it be any easy way to
include git commit version in here?

> Received model RM-495
> Found model "RM-495"

So it gives:
{"5130 XpressMusic",  "RM-495", PM_DEFAULT_S40_3RD },
and then:
#define PM_DEFAULT_S40_3RD      PM_DEFAULT | PM_SMSFILE | PM_EXTPBK2 | 
PM_EXTCALENDAR
and then:
        if (DRVINSTANCE(state)->pm->flags & PM_EXTCALENDAR)
                return NK6510_GetToDo_S40_30(data, state);

While at your case:

> Message sent: 0x55 / 0x000a
> 00 01 00 15 01 00 00 00 00 00                   |

Which is:
static gn_error NK6510_GetToDoLocations(gn_data *data, struct
gn_statemachine *state)
{
        unsigned char req[] = { FBUS_FRAME_HEADER, 0x15,
                                0x01, 0x00, 0x00,
                                0x00, 0x00, 0x00};

> Message received: 0x55 / 0x000a
> 01 00 00 f0 14 15 01 00 00 00                   |

I will implement fallback for that but something's wrong here...

take care,
-- 
Pawel Kot



reply via email to

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