[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xgnokii: "Contacts / Write to phone" fails
From: |
Pawel Kot |
Subject: |
Re: xgnokii: "Contacts / Write to phone" fails |
Date: |
Fri, 27 Feb 2004 22:35:02 +0100 (CET) |
On Fri, 27 Feb 2004, BORBELY Zoltan wrote:
> Hi,
>
> On Thu, Feb 26, 2004 at 05:56:46PM +0100, Reiner Steib wrote:
> > The entries are displayed correctly in the "Contacts" window. When I
> > "Export" it back to a file, I get a slightly different output (->
> > trailing semicolon):
> >
> > $ cat test.gpb # input file from gnokii --getphonebook
> > Mobilbox-Abfrage;3311;SM;1;0
> > Mobilbox-Ausland;491712523311;SM;2;0
> > $ cat test-xgnokii-export.gpb # output from xgnokii
> > Mobilbox-Abfrage;3311;SM;1;0;
> > Mobilbox-Ausland;491712523311;SM;2;0;
>
> I have found two distinct problem: the first is the unneccessary
> trailing semicolon,
Trailing semicolon was in xgnokii forever. xgnokii should read correctly
such entries (let's be backwards compatible). I forgot about it when doing
the code unification.
So probably string '0;' was taken as the caller group number and that went
wrong when trying to save the entry to the phone.
pkot
--
mailto:address@hidden
http://www.gnokii.org/
- Re: xgnokii: "Contacts / Write to phone" fails, (continued)
- Re: xgnokii: "Contacts / Write to phone" fails, Pawel Kot, 2004/02/26
- Re: xgnokii: "Contacts / Write to phone" fails, Reiner Steib, 2004/02/26
- Re: xgnokii: "Contacts / Write to phone" fails, Pawel Kot, 2004/02/26
- Re: xgnokii: "Contacts / Write to phone" fails, Reiner Steib, 2004/02/26
- Re: xgnokii: "Contacts / Write to phone" fails, Pawel Kot, 2004/02/26
- Re: xgnokii: "Contacts / Write to phone" fails, BORBELY Zoltan, 2004/02/27
- Re: xgnokii: "Contacts / Write to phone" fails, Pawel Kot, 2004/02/27
- Re: xgnokii: "Contacts / Write to phone" fails, BORBELY Zoltan, 2004/02/27
- Re: xgnokii: "Contacts / Write to phone" fails, Pawel Kot, 2004/02/27
- Re: xgnokii: "Contacts / Write to phone" fails, BORBELY Zoltan, 2004/02/27
- Re: xgnokii: "Contacts / Write to phone" fails,
Pawel Kot <=
- Re: xgnokii: "Contacts / Write to phone" fails, BORBELY Zoltan, 2004/02/27
- Re: xgnokii: "Contacts / Write to phone" fails, Pawel Kot, 2004/02/27
- Re: xgnokii: "Contacts / Write to phone" fails, Reiner Steib, 2004/02/29
- Re: xgnokii: "Contacts / Write to phone" fails, Pawel Kot, 2004/02/29