From: Christopher S. <ope...@ch...> - 2006-11-04 16:35:15
|
Hi, Am Samstag, 4. November 2006 15:58 schrieb Christopher Stender: > Hi, > > Am Samstag, 4. November 2006 14:35 schrieb Robert Huitl: > > I wrote: > > > 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've got it! The event database name is 'agenda'. This config works for me (SE K750i): <config> <bluetooth_address> YOUR MAC!!! </bluetooth_address> <bluetooth_channel> CHANNEL!!! </bluetooth_channel> <interface>0</interface> <identifier></identifier> <version>1</version> <wbxml>1</wbxml> <username></username> <password></password> <type>2</type> <usestringtable>0</usestringtable> <onlyreplace>0</onlyreplace> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <contact_db>addressbook</contact_db> <calendar_db>agenda</calendar_db> <note_db>notes</note_db> </config> Best regards Christopher |