From: Daniel G. <dg...@su...> - 2006-11-08 07:53:21
|
On Tuesday 07 November 2006 23:47, Tom K wrote: > I've been trying this on and off for the past few months, since version > 0.18, but with no success. Upgraded to 0.19 today, and libsyncml 0.4.2, > but still no joy.=20 (The msynctool looks like you are using the 0.20 release .. or do you real= ly=20 use 0.19?) > Here are the details.=20 > > $ sdptool browse > Inquiring ... > Browsing 00:17:4B:43:C9:D4 .. > <snip> > ... > Service Name: SyncMLClient > Service RecHandle: 0x1000b > Service Class ID List: > =A0 UUID 128: 00000002-0000-1000-8000-0002ee000002 > Protocol Descriptor List: > =A0 "L2CAP" (0x0100) > =A0 "RFCOMM" (0x0003) > =A0 =A0 Channel: 11 > =A0 "OBEX" (0x0008) > Language Base Attr List: > =A0 code_ISO639: 0x454e > =A0 encoding: =A0 =A00x6a > =A0 base_offset: 0x100 > Profile Descriptor List: > =A0 "" (0x00000002-0000-1000-8000-0002ee000002) > =A0 =A0 Version: 0x0100 > ... > </snip> > > $ msynctool --showgroup evo2obex > Groupname: evo2obex > Member 1: evo2-sync > =A0 =A0 =A0 =A0 Configuration : <config> > =A0 > <address_path>file:///home/tomk/.evolution/addressbook/local/system</addr= es >s_path> <calendar_path></calendar_path> > =A0 <tasks_path></tasks_path> > </config> > > Member 2: syncml-obex-client > =A0 =A0 =A0 =A0 Configuration : <config> > =A0 <bluetooth_address>00:17:4B:43:C9:D4</bluetooth_address> > =A0 <bluetooth_channel>11</bluetooth_channel> > =A0 <identifier>evo2obex</identifier> You don't have to setup up a sync profile on your mobile phone. The identif= ier=20 for most Nokia mobile phones is "PC Suite" So please try with <identifier>PC Suite</identifier> > =A0 <version>0</version> > =A0 <wbxml>1</wbxml> > =A0 <username></username> > =A0 <password></password> > =A0 <type>2</type> > =A0 <usestringtable>0</usestringtable> > =A0 <onlyreplace>0</onlyreplace> > =A0 <recvLimit>0</recvLimit> > =A0 <maxObjSize>0</maxObjSize> > =A0 <contact_db>Contacts</contact_db> > =A0 <calendar_db></calendar_db> > =A0 <note_db></note_db> > </config> > > $ msynctool --sync evo2obex --filter-objtype note --filter-objtype todo > --filter-objtype event > output here -> http://www.iol.ie/~tomkbt/Arch/opensync/msynctool.output > > OSYNC_TRACE/SYNCML_TRACE/SYNCML_LOG here -> > http://www.iol.ie/~tomkbt/Arch/opensync/opensync_logs.tar.bz2 > I will take a look on the logs ASAP.... > > If I have missed anything obvious in the config, or if anyone has any > other suggestions, I would be most grateful. Did you already try to sync with the command line tool "syncml-obex-client"? It is provided by the libsyncml pacakge. Could you try this: syncml-obex-client -b 00:17:4B:43:C9:D4 11 --slow-sync text/x-vcard=20 Contacts --wbxml --identifier "PC Suite" Thanks for testing! best regards, Daniel |