From: Robert H. <ope...@hu...> - 2006-11-05 14:59:25
|
Hi Christopher, > > > The file-sync path is empty and there's one entry in the phone's > > > calendar. Unfortunately, the synchronization fails with an error > > > message "Sitzung ist fehlgeschlagen" ("Session failed") on the > > > phone and this console output (I have to abort msynctool with > > > Ctrl+C as it does not exit by itself): > > > > I solved this problem by changing the calendar_db from "calendar" to > > the not so obvious "addressbook". Seems like this phone is using a > > database called "addressbook" for both contacts and events. > > This works for me too, but only if I use --filter-objtype contact. Then > I get events and notes. Can you reproduce this? I'm currently sniffing > traffic from and to the SE K750i. I am successfully synchronizing both contacts (addressbook) and events (agenda) at the same time. Did not try notes and todo so far: $ msynctool --sync kde-phone --filter-objtype note --filter-objtype todo But this does not work immediately for a new setup. When I clear the phones addressbook and calendar and purge the hash map using "osyncdump kde-phone --reset", this command line will make the phone show "Sitzung fehlgeschlagen" immediately (as I described in the first posting of this thread). By trial and error, i found a somewhat odd procedure to get things going: 1. Change the calendar_db to match the contact_db (i.e. "addressbook") 2. Sync. The contacts will be written to the phone, the events will fail with some error 500 3. Change the calendar_db back to "agenda" 4. Sync again. Now events will be written to the phone, and the "Sitzung fehlgeschlagen" error is gone. Can you reproduce this? Sincerely, Robert |