From: Robert H. <ope...@hu...> - 2006-11-01 15:13:38
|
Hello list, I want to synchronize my phone's calendar with the PC, using syncml-obex-client and file-sync. The phone is a Sony-Ericsson V600i. This is the sync group: $ msynctool --showgroup file-phone Groupname: file-phone Member 1: syncml-obex-client Configuration : <config><bluetooth_address>00:12:EE:9F:40:E8</bluetooth_address><bluetooth_channel>7</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>calendar</calendar_db><note_db>tasks</note_db></config> Member 2: file-sync Configuration : <config><path>/home/robert/opensync-test/file-phone</path><recursive>FALSE</recursive></config> 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): $ msynctool --sync file-phone --filter-objtype note --filter-objtype todo --filter-objtype contact Synchronizing group "file-phone" The previous synchronization was unclean. Slow-syncing Member 2 of type file-sync just connected received event dsession Member 1 of type syncml-obex-client just connected All clients connected or error Member 2 of type file-sync just sent all changes Received an reply to our Alert Member 1 of type syncml-obex-client just sent all changes All clients sent changes or error Member 2 of type file-sync committed all changes. Member 2 of type file-sync just disconnected [Ctrl+C] Trace files are attached. Software versions I use: - opensync (svn, 2006-10-29) - file-sync (svn, 2006-10-29) - syncml-plugin (svn, 2006-10-29) - multisync-cli (svn, 2006-10-29) - libsyncml (svn, 2006-10-29) - libsoup (cvs, 2006-10-29) - wbxml2-0.9.0, patched with wbxml2-0.9.0.patch - dev-libs/openobex-1.3 Synchronizing the address book works almost perfectly, using this command line (it works with file-sync instead of kdepim-sync, too): $ msynctool --sync kde-phone --filter-objtype note --filter-objtype todo --filter-objtype event Regards, Robert |