From: Norm D. <no...@dr...> - 2006-03-08 01:02:44
|
On Mon, 2006-03-06 at 14:54 +0100, Anders Hermansen wrote: > Armin Bauer wrote: > > adding bluetooth support to libsyncml is fairly trivial. The only thing > > that has to be done is to expose the configuration through the config if > > the obex transport and add the appropiate connection code (which can be > > copied from obexftp). After that, libsyncml can handle bluetooth. Adding > > support for irda would be the same procedure. > > Attached is a patch which does this. I tested it with the > syncml-obex-client and my 6680. And it works :) > > I have not tried the syncml-plugin yet. But it probably needs some easy > configuration patching too. > 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? Question -- Is there a way to make the output more verbose or trace? 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? Thanks! Norm |