From: Daniel G. <dg...@su...> - 2006-12-17 15:37:23
|
On Sunday 17 December 2006 14:02, Ariel Garcia wrote: > ok, good to know. However it fails after it gets the contacts data from t= he > phone, and there is no user nor password, so perhaps the problem is > somewhere else. I now did the log files as requested by David, they are > attached (i sed'ed the IMEI and tryied to clean all contact data, i can > send you the full logs in private email if these are somehow broken) Thanks! I prepared a patch which should handle the <Chal> node (and <NextNonce>). This patch maybe only avoid the error and breaks then somewhere else. With= =20 some luck we can combine the proof of concept patch from H=C3=A5vard Wigtil= and=20 get finally the MD5 Auth stuff working. (You can find the mail from H=C3=A5= vard in=20 the OpenSync-devel mailing list archive ... 2006-09-29 [Opensync-devel]=20 Proof-of-concept patch for MD5 digest authentication) Please give my patch a try so we can see if it fixes the handling problem o= f=20 the "Chal" node. And please prepare another set of SYNCML_TRACE fail to do= =20 further "remote debugging/development" ;) > ** I noticed however that NOT all the VCARDS in the phone got transfered, > actually the last vcard in the logs is broken, cut in the middle, both in > the .wbxml, .xml and the .log files: > > <![CDATA[BEGIN:VCARD > VERSION:2.1 > N;CHARSET=3DUTF-8:S########;D##### > TEL;CELL:+3############# > EMAIL;INTERNET;PREF;CHARSET=3DUTF-8: > EMAIL;INTERNET;CHARSET=3DUTF-8: > EMAIL;INTERNE]]> > > Could be some buffer size issue? I guess this is only the fragmentation of the package... H=C3=A5vard, can you give this patch also a try? best regards, Daniel |