http://bugzilla.moblin.org/show_bug.cgi?id=5633
Summary: TEL TYPE HOME,CELL and HOME not understood by
Evolution
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: ASSIGNED
Severity: normal
Priority: P2
Component: SyncML
AssignedTo: syncevolution(a)lists.intel.com
ReportedBy: patrick.ohly(a)intel.com
QAContact: yanshuang.zheng(a)intel.com
CC: shuang.wan(a)intel.com, syncevolution(a)lists.intel.com
Release Milestone: Undecided
From the mailing list:
From: Dietmar Gottke <dietmar(a)gottke.com>
To: syncevolution(a)moblin.org <syncevolution(a)moblin.org>
Subject: [SyncEvolution] "Mobiltelefon" entry is empty after sync
Date: 08/25/2009 12:20:46 AM (Mon, 24 Aug 2009 23:20:46 +0100)
Hello,
first I have to thank very much the programmer of this very very useful tool. I
just switched to Deb Ubuntu 9.04 over from Windows and I'm very impressed what
I
have now on my desktop. In the moment I think I'll never switch back.
But back to syncevolution which serves me a small bug which results in
disappearing of the "Mobiltelefon" entry in the Evolution contacts view.
Evolution is version 2.26.1, syncevolution is version 0.9-2 and I use Genesis
0.4.1 too but the bug shows up also without Genesis. My Syncserver is Memotoo
and the configurated vcard format is vcard 2.1 I also tried vcard 3, but with
the same bug. What happens: I set up a completely empty contacts list. Then I
put in a test contact with all fields filled with records. I started
"syncevolution memotoo" and found all records in my Evolution contacts view,
except the "Mobiltelefon" entry. The field in the listview and cardview is
empty. But when I open the contact in the contacteditor then the "Mobiltelefon"
entry is filled correctly. Only switching back to the listview changes nothing,
but when I change the cellphone number in the contacteditor then the cellphone
number shows up afterwards in the listview. Doing a new sync will again make
the
"Mobiltelefon" entry empty.
Cause I'm a real novice concerning Linux and all this pretty good stuff I hope
that this list can help me solve the problem.
Best regards and again all thumbs up for this very good syncing tool.
From: Zheng, Yanshuang <yanshuang.zheng(a)intel.com>
To: Dietmar Gottke <dietmar(a)gottke.com>, Burton, Ross
<ross.burton(a)intel.com>
Cc: syncevolution(a)moblin.org <syncevolution(a)moblin.org>
Subject: Re: [SyncEvolution] "Mobiltelefon" entry is empty after sync
Date: 08/25/2009 07:24:44 AM (Tue, 25 Aug 2009 06:24:44 +0100)
I can reproduce it on Fedora10 with EDS 2.24.1 when syncing contacts with
Memotoo. Then more investigation is taken
1. testing with Memotoo on Fedora10:
Create a contact with “mobile phone” filled on memotoo and then make it sync-ed
to client. The contact is displayed in cardview and listview with “mobile
phone” empty. Check the data in EDS:
TEL;TYPE=HOME,VOICE:87654321
TEL;TYPE=HOME,CELL:123456789 ( seems that this one can’t be parsed on fedora
and ubuntu )
After editing it from Evolution/Contacts, the item in EDS becomes
TEL;X-EVOLUTION-UI-SLOT=2;TYPE=CELL:123456789-mod
TEL;X-EVOLUTION-UI-SLOT=1;TYPE=HOME,VOICE:87654321
Then we can view it filled in the listview and cardview.
2. testing with Memotoo on moblin with EDS 2.25.91:
We can view “mobile phone” without any edition.
3. testing with Scheduleworld on Fedora10 with EDS 2.24.1
Create a contact with “mobile phone” filled on scheduleworld and then make it
sync-ed to client. The contact is displayed in cardview and listview with
“mobile phone” filled. Check the data in EDS:
TEL;TYPE=HOME,VOICE:87654321
TEL;TYPE=CELL:123456789
After editing it from Evolution/Contacts, the item in EDS becomes
TEL;X-EVOLUTION-UI-SLOT=2;TYPE=CELL:123456789-mod
TEL;X-EVOLUTION-UI-SLOT=1;TYPE=HOME,VOICE:87654321
4. testing with Google on Fedora10 with EDS 2.24.1
Create a contact with “mobile phone” and “home phone” filled on google and then
make it sync-ed to client. The contact is displayed in cardview and listview
with “mobile phone” filled, but “home phone” empty. Check the data in EDS:
TEL;TYPE=CELL:123456789
TEL;TYPE=HOME:87654321( seems that this one can’t be parsed on fedora and
ubuntu )
After editing it from Evolution/Contacts, the item in EDS becomes
TEL;X-EVOLUTION-UI-SLOT=2;TYPE=CELL:123456789-mod
TEL;X-EVOLUTION-UI-SLOT=1;TYPE=HOME,VOICE:87654321
Testing on both OS are based on vcard3.0.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.