From: Norm D. <no...@dr...> - 2006-04-19 13:01:20
|
My Nokia 6620: Still doesn't Obex sync with the new options/library. I've tried each of the new options with the same error: No Node At all syncml-obex-client -u 0 --identifier "PC Suite" --sync vcard Contacts --wbxml --recvLimit 10000 --maxObjSize 734000 --allowLateStatus --addUTC connection with device succeeded I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd Received an Alert for the DS Server at Contacts: Type: 200, Last 20060207T012140Z, Next 20060418T224402Z Just received a new session with ID 59 Session 59 reported final. flushing I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd There was an error in the session 59: No node at all I will try the HTTP stuff, but I'm not likely to be any more lucky. Norm On Wed, 2006-04-19 at 00:06 +0200, Armin Bauer wrote: > Hi, > > a new libsyncml version is finally ready and is now in libsyncml trunk. > It fixes a lot of bugs and problems and also adds support for large > object handling (probably needed if your phone has pictures associated > with a contact). The syncml plugin was updated as well to make use of > the new features. > > > The guides to install the library from the docs > (http://libsyncml.opensync.org/wiki/doc) are still valid. Please note > that the wbxml patch was updated as well to fix a issue with certain > Nokia phones. so you might want to repatch the wbxml library if you own > a newer nokia phone. There are also some new command line options: > > --maxObjSize <limit> This specifies the maximum object size that > libsyncml should receive > > --addUTC Forces libsyncml to always add the UTC node even if the > protocol is 1.0. Some older phones _require_ this. > > --allowLateStatus This tells libsyncml to ignore a protocol > violation where a status is sent after a command > > --noPendingReplies Forces libsyncml to wait for all status for the > current message so that there are no pending replies. > > > My Nokia 6680 needs these options for example: > > syncml-obex-client -u 0 --identifier "PC Suite" --sync vcard Contacts > --wbxml --recvLimit 10000 --maxObjSize 734000 --allowLateStatus > > > > > Please try if libsyncml works now for your phone. If it does i would > appreciate if you send me the options you used so that i can build a > table with phone models and required options. > > > Thanks to everybody who helped me with debugging libsyncml by providing > bug reports and traces! > > > Best Regards, > Armin Bauer > |