From: Armin B. <arm...@de...> - 2005-09-23 13:10:19
|
Rainer Lay wrote: > > Armin Bauer wrote: > ... > >>> >>> >>>>>regarding syncml: I could only find setting for a web server, which >>>>>seems not adequate for my little handy -> I have no idea, how to connect >>>>>my handy via syncml. >>>> >>>>normally there is a "Sync" menu item where you can enter stuff like >>>>username, password, url, database name. If you phone has such a item >>>>(might be hidden somewhere deep) it should work with syncml over http. >>> >>>OK, I found something. > > But I still miss the port parameter on the phone. I will tried it with > port 8080, but no connection: after pressing sync on the phone, I only > get "Keine Genehmigung"/"no authorization" > the port is normally encoded in the url like this: http://www.url.com:8080/path but i guess its easier to just set the port in opensync to 8080. If you can manage it, i would be interested in a trace of the connection attempt. Do do this open a shell and type: export OSYNC_TRACE=/path/to/log/dir export SYNCML_TRACE=/path/to/log/dir then run opensync from this shell. Afterwards you will find a couple of Thread*.log files in the directory. Please send these traces to me then. Thanks! Armin > Any other ideas? > > ... > > >>>After finding the syncml-guide, I tried autoreconf -fsi, which did the >>>job. But I have a libsoup 2.2.6 already installed. Can I use this one >>>instead of your patched version? >> >>No, the patched version is needed at the moment since it adds a new api >>to libsoup. >> >>we are currently in talks with the libsoup maintainer to get the patches >>accepted upstream. >> > > this would be great! > Maybeyou can also get your code in wbxml too. > > rgds, Rainer |