gnokii-users
[Top][All Lists]
Advanced

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

Re: [SOLVED] Nokia 5130c-2: calendar: UNHANDLED FRAME RECEIVED


From: Daniele Forsi
Subject: Re: [SOLVED] Nokia 5130c-2: calendar: UNHANDLED FRAME RECEIVED
Date: Sun, 23 Jan 2011 12:42:55 +0100

2011/1/23  <address@hidden>:

> The fix was -- as you suggested -- to download
> http://git.savannah.gnu.org/cgit/gnokii.git/snapshot/gnokii-master.tar.gz,
> edit misc.c changing
>
> "5130 XpressMusic",  "RM-495",    PM_DEFAULT
>
> to
>
> "5130 XpressMusic",  "RM-495",   PM_DEFAULT_S40_3RD

thank you for testing, this change is now in git and in
gnokii-master.tar.gz since git recreates it every time.

Pawel, do you think that we can work around wrong flags in
NK6510_WriteCalendarNote() ?
Now we have:
        error = NK6510_FirstCalendarFreePos(data, state);
        if (error != GN_ERR_NONE)
                return error;
we could insert
        if (error == GN_ERR_UNHANDLEDFRAME)
                return NK6510_WriteCalendarNote2(data, state);

This unhandled frame is an 0xf0 code that we should probably handle as
GN_ERR_NOTSUPPORTED, we're starting to see it in many places when we
use old frames on new phones

-- 
Daniele Forsi



reply via email to

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