From: Norm D. <no...@dr...> - 2006-03-09 14:51:51
|
> > I tried the patch with my Nokia 6620: > > syncml-obex-client -b 00:02:EE:6D:62:FC 11 --sync > > vcard /datasync/Contacts --wbxml --identifier "PC Suite" > > connection with device succeeded > > > > The problem is this locks up my phone -- it says sync incomplete on the > > phone and is stuck there. > > > > Question -- Armin, is this the same bug you mentioned before that you > > haven't hunted down? > > might be. i would have to look at the traces to see whats going on. > > > > > Question -- Is there a way to make the output more verbose or trace? > > use: export SYNCML_TRACE=/path/to/log/dir > > > > > Question -- is the file location in my command line (/datasync/Contacts) > > suppose to match what the phone uses? I only 'touched' the file in that > > directory and doesn't contain anything -- should it? > > it is not important that this directory really exists in the file > system. It just the name of a database. You can choose whatever you like > there but the names must match for the syncml tools and the phone. > > For syncml over http, you can normally enter the database name on the > phone as well. so just make sure that you use the same for the phone and > the tool. > > for syncml over obex, you normally have to use the exact same name as > the phone which is normally fixed depending on phone model and > manufacturer. I guess it is possible here to add support to libsyncml to > accept any database name, but i have to take a closer look at this. > I don't think its needed to add support to accept any database name -- I can modify it on the phone and PC Suite works as the name since it does connect fine. Its just the sync component that it has trouble with. Attached is a trace from an attempt. I also changed the filename to match the phone -- and now get a different error and no lock ups so its getting closer. Can you take a look at this error and trace and let me know what you think? syncml-obex-client -b 00:02:EE:6D:62:FC 11 --sync vcard Contacts --wbxml --identifier "PC Suite" --version 1.1 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 20060309T054856Z Just received a new session with ID 22 Session 22 reported final. flushing I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd Received an transport error My phone then disconnects and says sync incomplete. Thanks! Norm |