Good morning
I'm attempting to sync my Nokai E70 using libopensync, and have run in to a problem.
I am able to sync Calendar and Tasks with out a problem, however when attempting to sync contacts, every thing appears to freeze. On the phone it states transfering 60 of 81, and will not change no matter how long I leave it (left for about 10 minutes while making tea/hanging out washing). The command line does not return any error message. When clicking cancel on the phone, it will say "cancelling" indefinetely, pressing "hang up" will get rid of the message, but any further sync's fail till the phone is rebooted.
With the some advice from pmarat in IRC, I started using syncml-obex-client to try and narrow things down a bit.
When I ran the following command, the transfer gets stuck at 60.
syncml-obex-client -b 00:12:D2:1E:37:A0 14 --slow-sync text/x-vcard Contacts --identifier "PC Suite" --wbxml --dumpinfo --useStringTable
connection with device succeeded
Received an Alert for the DS Server at Contacts: Type: 200, Last 20070310T234858Z, Next 20070311T132715Z
Slowsyncing
Just received a new session with ID 1
Going to request the devinf
Session 1 reported final. flushing
This is part of the output from syncing notes with --dumpinfo
Man: NOKIA
Mod: E70
FirmwareVersion:
SoftwareVersion: 1.0610.05.07
HardwareVersion:
ReceiveLimit: 0
MaxObjSize: 0
Connection used: OBEX Client
Identifier: PC Suite
Databases:
DB Locations: Notes
DB Type: text/plain
DB Slow: 1
Bluetooth: Yes
Wbxml: Yes
SyncML Version: 1.1
SupportsNumberofChanges: Yes
SupportsLargeObjects: Yes
Here is some additional info about my environment.
Fedora Core 6
libopensync-plugin-syncml-0.20_SVN1631-2.1
libopensync-plugin-evolution2-0.21_SVN1818-2.1
libopensync-tools-0.21_SVN1818-2.1
libopensync-plugin-file-0.21_SVN1818-2.1
libopensync-0.21_SVN1818-2.1
I have enabled tracing with the syncml-obex-client, and will add that info to this ticket once I work out how to create attachments :)
Please let me know if there is any other info I can provide.