Synchronizing the K810i via USB cable

At the moment I just synchronize contacts ... and it works -- after upgrading libsyncml0 and libsyncml-utils to the latest available version 0.4.5 to workaround the issue #575.

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

 <config><bluetooth_address></bluetooth_address>
   <bluetooth_channel></bluetooth_channel>
   <interface>0</interface>
   <identifier>Sony Ericss</identifier>
   <version>1</version>
   <wbxml>1</wbxml>
   <username></username>
   <password></password>
   <type>5</type> 
   <usestringtable>0</usestringtable>
   <onlyreplace>0</onlyreplace>
   <recvLimit>0</recvLimit>
   <maxObjSize>0</maxObjSize>
   <contact_db>Contacts</contact_db>
   <calendar_db>Agenda</calendar_db>
   <note_db>Notes</note_db>
 </config>

E.g. to synchronized between KDE PIM (kontact) and the K810i use the following (and adapt the configuration of syncml-obex-client to fit to the block above when asked in the last step):

  msynctool --addgroup  kde2k810i
  msynctool --addmember kde2k810i kdepim-sync
  msynctool --addmember kde2k810i syncml-obex-client
  msynctool --configure kde2k810i 2

Now you can sync with

  msynctool --sync kde2k810i --filter-objtype note

Synchronizing the K810i via Bluetooth

I did not try to sync via bluetooth yet as using the USB cable worked.