From: Anders S. H. <an...@gi...> - 2006-06-06 09:01:35
|
Armin Bauer wrote: > i just released a new version of libsyncml "0.4.0". This release now > also fixes the "Unknown command type" errors that some of you experienced. I have an empty 6280, I use the command: ./syncml-obex-client -u 0 --identifier "PC Suite" --wbxml --recvLimit 10000 --maxObjSize 734000 And at the end I tried three different syncs: --slow-sync "text/x-vcard" Contacts --slow-sync "text/plain" Notes --slow-sync "text/x-vcalendar" Calendar The first two works :) No more "Unknown command type". But the last (calendar) fails. The message is: $ SYNCML_TRACE="/home/anders/synctest/log" ./syncml-obex-client -u 0 --identifier "PC Suite" --wbxml --recvLimit 10000 --maxObjSize 734000 --slow-sync "text/x-vcalendar" Calendar connection with device succeeded Received an Alert for the DS Server at Calendar: Type: 201, Last 0, Next 1 Slowsyncing Just received a new session with ID 1 Received the DevInf Session 1 reported final. flushing Received an reply to our Alert Going to receive 0 changes There was an error in the session 1: wrong initial node: Type The logs are attached. Anders |