From: Norm D. <no...@dr...> - 2006-03-06 01:47:35
|
Thanks Armin, I matched the database names on the phone and in the config file and now I'm getting a segmentation fault -- [norm@lapzilla syncml]$ msynctool --sync sml --wait Synchronizing group "sml" The previous synchronization was unclean. Slow-syncing I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd received contact dsession received event dsession Member 2 of type file-sync just connected Member 1 of type syncml-http-server just connected All clients connected or error Member 2 of type file-sync just sent all changes I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd Member 1 of type syncml-http-server had an error while getting changes: No node at all Segmentation fault My config file looks like this: <config><username></username><password></password><url></url><port>8080</port><usestringtable>1</usestringtable><onlyreplace>0</onlyreplace><recvLimit>0</recvLimit><contact_db>addressbook</contact_db><calendar_db>calendar</calendar_db><note_db>notes</note_db></config> Attached are the logs if they help. The error is a bit non-descript.. Norm On Mon, 2006-03-06 at 02:27 +0100, Armin Bauer wrote: > the contacts database on your phone is named "addressbook", so you have > to use this as the database name: --sync vcard addressbook > > Best Regards, > Armin > > Norm Dressler wrote: > > Unfortunately neither Obex nor http works on my 6620. > > > > First Obex sync: It fails with error 80 or error 64. I've tried with > > wbxml, or without. When I do syncml-obex-client I get: > > Found 2 USB OBEX interfaces > > Interface 0: > > Manufacturer: Nokia > > Product: Nokia 6620 > > Interface description: SYNCML-SYNC > > Interface 1: > > Manufacturer: Nokia > > Product: Nokia 6620 > > Interface description: PC Suite Services > > Use '-u interface_number' to connect > > > > I've tried both 0 and 1 in the identifier and I've tried all versions of > > Syncml. Set with no username or password. > > > > With HTTP: The phone sits on Initializing forever. I've attached the > > syncml traces. This is the same as what I had previously. > > > > My kingdom for a good sync with linux --- > > > > Norm |