gnokii-users
[Top][All Lists]
Advanced

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

Re: Nokia 3410 support / development help


From: Bertrik Sikken
Subject: Re: Nokia 3410 support / development help
Date: Fri, 29 Nov 2002 21:20:02 +0100

> On Fri, 29 Nov 2002, Bertrik  Sikken wrote:
> 
> > Hi again,
> >
> > I now compiled the CVS version of gnokii and enabled debugging.
> >
> > > * communication generally seems slow (compared to LogoManager 
> under> > Windows for example)
> >
> > I regularly see the following lines
> >
> > Message sent: 0x11 / 0x0004
> > 00 01 00 6d                                     |    m
> > [Received Ack of type 11, seq:  2]
> > SM_Block Retry - 0
> > Message sent: 0x11 / 0x0004
> > 00 01 00 6d                                     |    m
> > [Received Ack of type 11, seq:  3]
> > SM_Block Retry - 1
> > Message sent: 0x11 / 0x0004
> > 00 01 00 6d                                     |    m
> > [Received Ack of type 11, seq:  4]
> > SM_Block Retry - 2
> >
> > Perhaps this explains the slowness?
> 
> So you mean the initialization is slow? Could you report the full dump
> please?

No, I don't think initialisation is slow.
I started with the initlength=default and am now using 20,
but this does not seem to influence my situation.

A log of a xgnokii session (doing nothing) is attached.

> 
> > >
> > > * Phonebook entries seem to be corrupted.
> >
> > The corruption looks very much like missing zero-terminations
> > of the name strings. A line from 'gnokii --getphonebook ME 1 10':
> >
> > 01 08 00 02 0a 04 00 49 00 6b 0a 30 36 34 35 30 |        I k 06450
> >
> > The name is apparently coded in unicode and the number is ascii.
> 
> And it should work correctly AFAIR.

What I see is that some names are appended with the ends of previous
names. In order to diagnose the problem I added a line just before
the return in function char_decode_unicode in file gsm-encoding.c:
  *dest = 0;
and this fixed it.
(although I'm not sure this is the actual solution)

I can send you a dump of my phonebook by private e-mail if you like.

Regards,
Bertrik

Attachment: retry.txt
Description: Text document


reply via email to

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