From: Markus M. <me...@me...> - 2006-06-07 20:05:19
Attachments:
trace.tar.bz2
|
Hi everyone, recently I tried to sync the Nokia 6230 of a friend of mine with his calendar and contact data of KOrganizer. We used the newest CVS versions of opensync, the kdepim plugin, the gnokii plugin and gnokii itself. The sync seems to work partly (some objects appear on the phone, some don't), but then suddenly, every single contact and event is rejected with the message "Unable to convert change" and the sync fails. Logs are attached. Any help greatly appreciated. Thanks in advance! Markus |
From: Markus M. <me...@me...> - 2006-06-08 11:46:48
|
Just for the record: After a long IRC session with Daniel (thanks a lot!) we found two problems: * Of course, when syncing contacts, for the gnokii plugin, no "./configure --disable-contact" should be used. Doh! * If the system has notes and todos in it, syncing will not work properly. Also, the option "--filter-objtype note --filter-objtype todo" has no effect. We therefore (locally) disabled the syncing of notes and todos directly in the kdepim source code. This is a relatively big patch, because lots of things have to be commented out. If you are interested in this patch, please contact me. The good news is that with those changes applied, it now works very well. Markus Markus Meyer schrieb: > Hi everyone, > > recently I tried to sync the Nokia 6230 of a friend of mine with his > calendar and contact data of KOrganizer. We used the newest CVS versions > of opensync, the kdepim plugin, the gnokii plugin and gnokii itself. The > sync seems to work partly (some objects appear on the phone, some > don't), but then suddenly, every single contact and event is rejected > with the message "Unable to convert change" and the sync fails. Logs are > attached. > > Any help greatly appreciated. > Thanks in advance! > > > Markus > > > ------------------------------------------------------------------------ > > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: matthias j. <jah...@fr...> - 2006-06-08 12:02:34
|
Am Donnerstag, 8. Juni 2006 10:51 schrieb Markus Meyer: > Just for the record: After a long IRC session with Daniel (thanks a > lot!) we found two problems: > > * Of course, when syncing contacts, for the gnokii plugin, no > "./configure --disable-contact" should be used. Doh! > > * If the system has notes and todos in it, syncing will not work > properly. Also, the option "--filter-objtype note --filter-objtype todo" > has no effect. We therefore (locally) disabled the syncing of notes and > todos directly in the kdepim source code. This is a relatively big > patch, because lots of things have to be commented out. If you are > interested in this patch, please contact me. > > The good news is that with those changes applied, it now works very well. Maybe it is time for a config xml of kdepim. Is someone allready working on it? |
From: Markus M. <me...@me...> - 2006-06-08 19:53:27
|
Hi Matthias, no, I don't think someone is working on it. I also think this is an Opensync problem: The Opensync engine should understand that Gnokii does not support notes and todos and therefore not request todo and note info from Kdepim in the first place. Of course if in the mean time you want to provide a patch for a Kdepim configuration option to disable notes and todos this is fine with me.... Markus matthias jahn schrieb: > Am Donnerstag, 8. Juni 2006 10:51 schrieb Markus Meyer: > >> Just for the record: After a long IRC session with Daniel (thanks a >> lot!) we found two problems: >> >> * Of course, when syncing contacts, for the gnokii plugin, no >> "./configure --disable-contact" should be used. Doh! >> >> * If the system has notes and todos in it, syncing will not work >> properly. Also, the option "--filter-objtype note --filter-objtype todo" >> has no effect. We therefore (locally) disabled the syncing of notes and >> todos directly in the kdepim source code. This is a relatively big >> patch, because lots of things have to be commented out. If you are >> interested in this patch, please contact me. >> >> The good news is that with those changes applied, it now works very well. >> > > Maybe it is time for a config xml of kdepim. > > Is someone allready working on it? > > > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > > |
From: matthias j. <jah...@fr...> - 2006-06-08 20:09:47
|
Am Donnerstag, 8. Juni 2006 21:54 schrieb Markus Meyer: > Hi Matthias, > > no, I don't think someone is working on it. I also think this is an > Opensync problem: The Opensync engine should understand that Gnokii does > not support notes and todos and therefore not request todo and note info > from Kdepim in the first place. > > Of course if in the mean time you want to provide a patch for a Kdepim > configuration option to disable notes and todos this is fine with me.... i am currently packageing libsyncml-client and libopensync-plugin-syncml-client for my debian repro ... after that i give it a try. I already did something like this during debugging kdepim... this needs only some cleanup and a xml port Matthias |
From: Pawel K. <pk...@be...> - 2006-06-08 20:52:47
|
On Thu, 8 Jun 2006, Markus Meyer wrote: Hi, > no, I don't think someone is working on it. I also think this is an > Opensync problem: The Opensync engine should understand that Gnokii does > not support notes and todos and therefore not request todo and note info > from Kdepim in the first place. Gnokii does support todos. Perhaps for not all phone types. It doesn't support notes though (yet -- it's on todo list). take care, pkot -- p k o t a t b e z s e n s u d o t p l http://www.gnokii.org/ |
From: Markus M. <me...@me...> - 2006-06-09 12:36:19
|
Hi Pawel, Pawel Kot schrieb: > Gnokii does support todos. Perhaps for not all phone types. It doesn't > support notes though (yet -- it's on todo list). > Actually the wording I used was slightly wrong. I think it's the gnokii-sync plugin which does not support todos and notes yet (so it's irrelevant if gnokii itself supports them). Take care Markus |