|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
syncing a nokia "2600 classic" phone never endsHello everybody,
I'm trying to sync my nokia 2600 classic cellphone with my computer (ubuntu hardy). I followed the doc on the website and succeeded to sync between a "file" and a syncml-obex-client plugins with msynctool (over bluetooth). However, it worked only once. It now hangs after the message > All clients have written That is, the expected messages > Member 2 of type syncml-obex-client just disconnected > All clients have disconnected > The sync was successful were never printed and the phone keeps printing "final stage of the sync" endlessly. How should I troubleshoot this ? I tried a few keywords on the ML archive but wasn't successful. I use opensync as shipped with ubuntu hardy: opensync version 0.22 and libsyncml0 0.4.5. Here is the full log: > $ msynctool --sync file-nokia2600c --conflict 1 > Synchronizing group "file-nokia2600c" > The previous synchronization was unclean. Slow-syncing > Member 1 of type file-sync just connected > received contact dsession > received event dsession > received note dsession > Member 2 of type syncml-obex-client just connected > All clients connected or error > Received an entry 1-dupe with data of size 4 from member 1. Changetype ADDED > Received an entry 6 with data of size 4 from member 1. Changetype ADDED > Received an entry 3 with data of size 4 from member 1. Changetype ADDED > Received an entry 1 with data of size 4 from member 1. Changetype ADDED > Received an entry 2-dupe with data of size 4 from member 1. Changetype ADDED > Received an entry 4 with data of size 4 from member 1. Changetype ADDED > Received an entry 8 with data of size 4 from member 1. Changetype ADDED > Received an entry 2 with data of size 4 from member 1. Changetype ADDED > Received an entry 7 with data of size 4 from member 1. Changetype ADDED > Received an entry 1-dupe~ with data of size 4 from member 1. Changetype ADDED > Member 1 of type file-sync just sent all changes > Received an reply to our Alert > Received an reply to our Alert > Received an reply to our Alert > Going to receive 7 changes > Going to receive 0 changes > Received an entry 1 with data of size 4 from member 2. Changetype ADDED > Going to receive 1 changes > Received an entry 2 with data of size 4 from member 2. Changetype ADDED > Received an entry 3 with data of size 4 from member 2. Changetype ADDED > Received an entry 4 with data of size 4 from member 2. Changetype ADDED > Received an entry 8 with data of size 4 from member 2. Changetype ADDED > Received an entry 6 with data of size 4 from member 2. Changetype ADDED > Received an entry 7 with data of size 4 from member 2. Changetype ADDED > Received an entry 1 with data of size 4 from member 2. Changetype ADDED > Member 2 of type syncml-obex-client just sent all changes > All clients sent changes or error > Conflict for Mapping 0x80697e8: Overwriting conflict > Conflict for Mapping 0x806f508: Overwriting conflict > All conflicts have been reported > Sent an entry 1-dupe of size 24 to member 1. Changetype MODIFIED > Sent an entry 1 of size 24 to member 1. Changetype MODIFIED > Member 1 of type file-sync committed all changes. > Received an reply to our sync > Received an reply to our sync > Received an reply to our sync > Sent an entry 3 of size 162 to member 2. Changetype ADDED > Member 2 of type syncml-obex-client committed all changes. > All clients have written Thanks in advance for any hint ! -- Sébastien Barthélemy ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensync-users mailing list Opensync-users@... https://lists.sourceforge.net/lists/listinfo/opensync-users |
|
|
Re: syncing a nokia "2600 classic" phone never endsDid you get any further on this.
I manage to connect to the phone but it hangs on "initializing Sync" Any ideas? <?xml version="1.0"?> <config> <!-- (Only for bluetooth) The bluetooth address if the bluetooth mode is selected --> <bluetooth_address>XX:XX:XX:XX:XX:XX</bluetooth_address> <!-- (Only for bluetooth) The bluetooth channel to use. `sdptool browse $MAC` to search for the correct channel --> <bluetooth_channel>11</bluetooth_channel> <!-- (Only for USB) The usb interface number of the SYNCML-SYNC target. use syncml-obex-client -u (you will need access to the USB raw device) to find it. --> <interface>0</interface> <!-- The string that the plugin will use to identify itself. Some devices need a special string here. --> <identifier>PC Suite</identifier> <!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 --> <version>2</version> <!-- if the plugin should use wbxml --> <wbxml>1</wbxml> <!-- The username to use. Leave empty to not require a username --> <username></username> <!-- the password for the username --> <password></password> <!-- sets the connection type to use. 5 means obex over usb, 2 means obex over bluetooth --> <type>2</type> <!-- If wbxml is enabled, defines wether the wbxml should use string tables --> <usestringtable>1</usestringtable> <!-- Never send ADD command, but send REPLACE (not needed normally) --> <onlyreplace>0</onlyreplace> <!-- Workaround around for mobile phones which only use local timestamps and _no_ UTC timestamps! --> <onlyLocaltime>0</onlyLocaltime> <!-- Sets the maximum allowed size in bytes of incoming messages (some device need this option set). Example: 10000 --> <recvLimit>10000</recvLimit> <maxObjSize>0</maxObjSize> <!-- The name of the contacts db. Must be the same as the phones sends --> <contact_db>Contacts</contact_db> <!-- The name of the calendar db. Must be the same as the phones sends --> <calendar_db></calendar_db> <!-- The name of the note db. Must be the same as the phones sends --> <note_db></note_db>--> </config>
|
| Free embeddable forum powered by Nabble | Forum Help |