Syncing the w900i via bluetooth

First pair the devices by adding your computer in the "My Devices" section

Contacts, Calendar and Todos

Set up an irmc-sync member, fill in your bluetooth address and set the channel to 8. Synchronise with "--filter-objtype note" if using msynctool, or uncheck notes if using kitchensync. The sync should work now.

Notes

Set up a syncml-obex-client member with the following settings:

<config>
<username></username>
<password></password>
<type>2</type>
<bluetooth_address>your-bluetooth-address</bluetooth_address>
<bluetooth_channel>7</bluetooth_channel>
<interface>0</interface>
<version>1</version>
<identifier></identifier>
<wbxml>1</wbxml>
<recvLimit>0</recvLimit>
<maxObjSize>0</maxObjSize>
<usestringtable>0</usestringtable>
<onlyreplace>0</onlyreplace>
<contact_db>Contacts</contact_db>
<calendar_db>Calendar</calendar_db>
<note_db>Notes</note_db>
</config>

Synchronise with "--filter-objtype todo --filter-objtype event --filter-objtype contact" if using msynctool, or uncheck all but notes if using kitchensync.