From: Jasper G. <ge...@ya...> - 2006-11-07 08:47:20
|
Hi libsyncml developers,=0A=0AI am using syncml-obex-client to sync. my con= tact from the Nokia 7610. Everything works great with the commandline (vers= ion libsyncml-0.4.0):=0A=0Asyncml-obex-client --identifier "PC Suite" --slo= w-sync text/x-vcard Contacts --wbxml -b XX:XX:XX:XX:XX:XX 11 --noStringTabl= e=0A=0A(Without --noStringTable the Nokia 7610 is notable to sync.)=0A=0AAf= ter upgrading from libsyncml-0.4.0 to libsyncml-0.4.1 it stopped working (r= emoved --noStringTable from command line).=0A=0AWhen I added the following = lines it works again.=0A=0Asyncml-obex-client.c ln 289:=0Aif (useStringTabl= e)=0A smlSessionUseStringTable(session, TRUE);=0Aelse=0A smlSessionUseStr= ingTable(session, FALSE);=0A=0AMaybe it is a good idea to add this else cod= e to the next release of libsyncml.=0A=0AThanks,=0A Jasper=0A=0A=0A=0A |