From: Christian H. <Chr...@co...> - 2008-12-17 17:11:55
|
Robin Atwood schrieb: >> Sure, go ahead give SyncML via HTTP a try... > > I would like to but I am not sure how to proceed. Do I need a server? The doco > on the opensync web site is not very helpful. see http://libsyncml.opensync.org/wiki/http-guide http://opensync.org/wiki/plugins/syncml/uiq Christian -- Christian Hilgers |ConSol* Tel. +49.2102.994-423 |Consulting&Solutions Software GmbH Fax +49.2102.994-411 |Berliner Str. 101, 40880 Ratingen email: Chr...@co... |WWW: http://www.consol.de |
From: Robin A. <ro...@bi...> - 2008-12-17 20:13:10
|
On Thursday 18 Dec 2008, Christian Hilgers wrote: > see > http://libsyncml.opensync.org/wiki/http-guide > http://opensync.org/wiki/plugins/syncml/uiq > Christian - Thanks for the info! -Robin -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Habib S. <hab...@ya...> - 2008-12-17 17:22:32
|
> > SyncML via HTTP on the desktop has several downsides - one of them is the > > establishment of an IP connection. This is nothing which is easily to solve > > to make it work out of the box - that's the reason i was very interested > > getting the OBEX SyncML transport working for the P1i. > > > > Sure, go ahead give SyncML via HTTP a try... > > I would like to but I am not sure how to proceed. Do I need a server? The doco > on the opensync web site is not very helpful. I also have tried that, but it doesn't work :-( The P1i has a "remote sync" which uses SyncML over Http. You should use syncml-http-server command in linux so that it listens to a port; also you must provide a username, password and ..., then try to connect to it from "remote sync" application of your mobile. I did that by multisync-0.9. My mobile says "Connected" first but after awhile, it prompts "Connection terminated before completion" After all discussions, as I said before, I think the best way of problem discoveration is to sniff the traffic when vendor software and the mobile are syncing. If Daniel tells us how we can do that, it would be great. The Snoopy application doesn't list the mobile :-( Cheers, Habib |
From: Robin A. <ro...@bi...> - 2008-12-17 20:12:06
|
On Thursday 18 Dec 2008, Habib Seifzadeh wrote: > I also have tried that, but it doesn't work :-( The P1i has a "remote sync" > which uses SyncML over Http. You should use syncml-http-server command in > linux so that it listens to a port; also you must provide a username, > password and ..., then try to connect to it from "remote sync" application > of your mobile. I did that by multisync-0.9. My mobile says "Connected" > first but after awhile, it prompts "Connection terminated before > completion" I tried this but the phone just tells me "HTTP request URI was relative but no host header was provided to indicate the destination.". I set the server address to 192.168.1.2:9999 which is what is listening. -Robin -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Habib S. <hab...@ya...> - 2008-12-18 06:02:17
|
> > > I also have tried that, but it doesn't work :-( The P1i has a "remote sync" > > which uses SyncML over Http. You should use syncml-http-server command in > > linux so that it listens to a port; also you must provide a username, > > password and ..., then try to connect to it from "remote sync" application > > of your mobile. I did that by multisync-0.9. My mobile says "Connected" > > first but after awhile, it prompts "Connection terminated before > > completion" > > I tried this but the phone just tells me "HTTP request URI was relative but no > host header was provided to indicate the destination.". I set the server > address to 192.168.1.2:9999 which is what is listening. You should use a full address, for example use "http://192.168.1.2:9999/add1/" which add1 is a address you set in syncml-http-server command. By default, this address is / I hope this can help, Habib |
From: Robin A. <ro...@bi...> - 2008-12-18 06:37:35
|
On Thursday 18 Dec 2008, Habib Seifzadeh wrote: > > You should use a full address, for example use > "http://192.168.1.2:9999/add1/" which add1 is a address you set in > syncml-http-server command. By default, this address is / > I hope this can help, Thanks Habib, that helped me make some progress. Now I get: $ syncml-http-server --slow-sync text/x-vcard /home/robin/std.vcf Just received a new session with ID 4753 WARNING: Unable to find command handler (Alert: Bookmark -> Contacts) Received the DevInf Session 4753 reported final. flushing I seem to be missing something. -Robin -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Habib S. <hab...@ya...> - 2008-12-18 11:28:34
|
> > > > You should use a full address, for example use > > "http://192.168.1.2:9999/add1/" which add1 is a address you set in > > syncml-http-server command. By default, this address is / > > I hope this can help, > > Thanks Habib, that helped me make some progress. Now I get: > > $ syncml-http-server --slow-sync text/x-vcard /home/robin/std.vcf > Just received a new session with ID 4753 > WARNING: Unable to find command handler (Alert: Bookmark -> Contacts) > Received the DevInf > Session 4753 reported final. flushing > This is the point that I don't know what I should do. It will be nice if great men like Daniel or Christian can help us to solve the problem of syncing over Http. Also, I'm following the problems of syncing P1i over BT in another thread "Problem with USB Sniffers". I'm searching to find a way for sniffing traffic of USB port...... By the way, it's not bad if you have a look at the URLs which Christian sent before. I send them again: http://libsyncml.opensync.org/wiki/http-guide http://opensync.org/wiki/plugins/syncml/uiq Please follow steps in the tutorials step by step and see what happens..... Cheers, Habib |