From: Daniel G. <dg...@su...> - 2006-10-04 19:33:08
|
On Tuesday 03 October 2006 20:19, Graham Smith wrote: > Hi, > > I've been trying to sync a Nokia E61 with KDE addressbook using the > syncml-obex-client. > I'm using the following packages on SuSE 10.0 with KDE 3.5.4 Release 88.1 [...] > msynctool-0.19-1.1.i586.rpm > wbxml2-0.9.0-29.1.i586.rpm There was a patch missing in the wbxml2 package from the openSUSE repo. Sor= ry=20 my fault. The packages got updated and should fix the "NumberOfChanged"=20 error.=20 > > I'm getting the following error message when I attempt to sync. I cannot > get any trace messages using OSYNC_TRACE=3D/home/graham/traces Try (in the same console): export OSYNC_TRACE=3D/tmp/osync_trace/; export mkdir $OSYNC_TRACE; msynctool --listplugins: ls /tmp/osync_trace/*; > > I have found that I get a connection using Channels 10 and 14 all other > channels I have tried end up with a Transport Error type 68. > > Could you please advise on anything else to try to get this Phone to sync > with the KDE Addressbook. msynctool --addgroup kdepim2syncml; msynctool --addmember kdepim2syncml kdepim-sync; msynctool --addmember kdepim2syncml syncml-obex-client; msynctool --configure kdepim2syncml 2; This config should work in your case: <config> <bluetooth_address>00:12:D1:AB:80:21</bluetooth_address> <bluetooth_channel>14</bluetooth_channel> <interface>0</interface> <identifier>PC Suite</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>Contacts</contact_db> <calendar_db>Calendar</calendar_db> <note_db>Tasks</note_db> </config> kdepim-sync doesn't need to be configured at the moment. So lets start=20 syncing: msynctool --sync kdepim2syncml; I hope this should work. Please let us know if this configuration is workin= g=20 for your. > > graham@linux:~> syncml-obex-client -b 00:12:D1:AB:80:21 14 --identifier > "PC Suite" --version 1.1 --wbxml --dumpinfo --sync 'text/x-vcard' Contacts > connection with device succeeded > Received an Alert for the DS Server at Contacts: Type: 201, Last , Next > 20061003T172443Z > Just received a new session with ID 1 > Received the DevInf > Session 1 reported final. flushing > Received an reply to our Alert > There was an error in the session 1: wrong initial node: NumberOfChanged > Send the output below to the libsyncml developers With the latest build from the openSUSE Buildservice=20 (wbxml2-0.9.0-31.1.i586.rpm for 10.0) this issue should be fixed. (See explanation above..) best regards, Daniel |