From: Carlos S. <so...@fr...> - 2006-06-30 14:30:40
|
Hi all, I am also trying to sync kadressbook with my Sony Ericsson P900 over the bluetooth connection under Debian sid, where I am using the debian packages provided by Matthias Jahn. I have advanced, but there is something in syncm-http-server that does not finishes the process. The septs that I have followed are as follows. 1.- I have configured the bluetooth connection between my P900 and my linux box. It works OK: I can ping my phone and I can browse the internet fom the phone. 2.- I have created a group called p900 with the plugins file-sync and syncml-http-server. The followng shows the content of syncml-http-server.conf <config> <username>test</username> <password>test</password> <url>/</url> <port>8080</port> <usestringtable>0</usestringtable> <onlyreplace>0</onlyreplace> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <contact_db>addressbook</contact_db> <calendar_db>calendar</calendar_db> <note_db>Notes</note_db> </config> 3.- On the phone, I have configured the sync preferences as follows: Server tab: Server address: http://IP_OF_MY_DEBIAN_BOX:8080/ user name: test password: test Protocol transpor protocol: HTTP Uee transport connection: no user: password: 3.- I start the sync with msynctool from the debian box and afterwards I start the sync from the p900 phone. $ msynctool --sync p900-file --wait Synchronizing group "p900-file" received contact dsession Member 1 of type file-sync just connected Member 2 of type syncml-http-server just connected All clients connected or error Member 1 of type file-sync just sent all changes Member 2 of type syncml-http-server had an error while getting changes: Timeout while waiting for a reply to message "GET_CHANGES" Member 1 of type file-sync just disconnected Member 2 of type syncml-http-server had an error while disconnecting: Timeout while waiting for a reply to message "DISCONNECT" All clients have disconnected The sync failed: Unable to read from one of the members And nothing else happens. How do I debug this?. traces do not give me much information and Ethereal is not showing much either. Carlos Sprekelsen. |