From: Armin B. <arm...@de...> - 2006-05-24 15:54:53
|
Hi everyone, I just merged the dev branches of libsyncml into the trunk. I now need your feedback about the current trunk version of libsyncml/the syncml plugin to fix any remaining bugs and prepare a new release. So, if you want to help, check out the code from the libsyncml trunk and the syncml plugin and test it. Some of the changes: - allowLateStatus and noPendingReplies options have been removed. they are now always enabled (should work for all phones) - support for devices which dont support NumberOfChanges or large object handling (like the 6230s) - support for requesting and reading the devinf - support for arbitrary mimetypes the syncml-* tools also have a new option: --dumpinfo which can be used to request the device information and display infos about the connected device. the command line for using a nokia 6680 now looks like this (notice the mimetypes. and see the --help output for details): =2E/syncml-obex-client -u 0 --identifier "PC Suite" --wbxml --recvLimit 10000 --maxObjSize 734000 --sync "text/x-vcard" Contacts --add "text/x-vcard" vcard.vcf in the syncml plugin config itself, nothing has changed. Best Regards, Armin Bauer |