From: Tim D. <ti...@in...> - 2006-07-30 18:49:48
|
Hi, I've been trying to my Nokia E70 to sync using syncml-http-server. Each add command looks like this: <Add><CmdID>7</CmdID><Item><Source><LocURI>1</LocURI></Source><Meta><Type xmlns="syncml:metinf">text/x-vcard</Type><Version xmlns="syncml:metinf">2.1</ Version></Meta><Data><![CDATA[BEGIN:VCARD 0d 0a VERSION:2.1 0d 0a REV:20060608T000620Z 0d 0a N:Dodge;Tim;;; 0d 0a TEL;CELL:+447XXXXXXXXX 0d 0a TEL;V OICE:+441XXXXXXXXX 0d 0a EMAIL;INTERNET:us...@do...d 0d 0a END:VCARD 0d 0a ]]></Data></Item></Add> Initially I was getting "wrong initial Node: Type" errors, but the hack in the attached patch got me a bit further, but now I'm getting: timmy@kingmob ~ $ msynctool --sync filehttp --wait Synchronizing group "filehttp" The previous synchronization was unclean. Slow-syncing received contact dsession received event dsession Member 1 of type file-sync just connected received note dsession Member 2 of type syncml-http-server just connected All clients connected or error Member 1 of type file-sync just sent all changes Received an reply to our Alert Received an reply to our Alert Received an reply to our Alert Going to receive 82 changes Member 2 of type syncml-http-server had an error while getting changes: Broken Pipe Member 1 of type file-sync just disconnected Member 2 of type syncml-http-server had an error while disconnecting: Broken Pipe All clients have disconnected The sync failed: Unable to read from one of the members There are no errors in the syncml traces, just the ones in the osync traces (attached). Any help would be appreciated. Tim |