View Single Post
Posts: 3 | Thanked: 1 time | Joined on May 2010
#2
Hi,

I experience the same problem, but have some findings that may (or may not?) help.

According to http://www.opensync.org/wiki/trunk/syncing/syncml :
1) Restart your bluetooth service.
2) Make sure the screen is not locked on the N900.

These advises do not matter for me, but anyway...

What I have found:
3) Setting the version to 1.0 with "--version 1.0" seems to help.

4) Case matters! It should be Calendar (not calendar), Notes (not notes) and Contacts (not contacts).

The closest to success I get is this:
Code:
$ syncml-obex-client -b xx:xx:xx:xx:xx:xx 25 --version 1.0 --wbxml --identifier "PC Suite" --dumpinfo --slow-sync text/x-vcalendar Calendar --slow-sync text/plain Notes --slow-sync text/x-vcard Contacts
connection with device succeeded
Received an Alert for the DS Server at Calendar: Type: 200, Last 0, Next 1273419067
Slowsyncing
Received an Alert for the DS Server at Contacts: Type: 200, Last 0, Next 1273419067
Slowsyncing
Received an Alert for the DS Server at Notes: Type: 200, Last 0, Next 1273419067
Slowsyncing
Just received a new session with ID 1273419067
Received the DevInf
Session 1273419067 reported final. flushing
Received an transport error: Link Error: 0x0
Send the output below to the libsyncml developers

========================================
Man: Nokia
Mod: N900
FirmwareVersion: (null)
SoftwareVersion: 210.34.75
HardwareVersion: (null)

ReceiveLimit: 0
MaxObjSize: 0
Connection used: OBEX Client
Identifier: PC Suite

Databases:
DB Locations: Calendar
DB Type: text/x-vcalendar
DB Slow: 1

DB Locations: Notes
DB Type: text/plain
DB Slow: 1

DB Locations: Contacts
DB Type: text/x-vcard
DB Slow: 1

Bluetooth: Yes
Wbxml: Yes
SyncML Version: 1.1
SupportsNumberofChanges: Yes
SupportsLargeObjects: Yes
5) Some general advises on the net are to limit the number of changes with --recvLimit and to set the --maxObjSize. I have tried both, but neither seem to matter.

Any suggestions are welcome!

libsyncml: 0.4.6
libopensync: 0.22
Distro: Fedora 12
 

The Following User Says Thank You to sgb For This Useful Post: