Syncing with Samsung SGH-Z400
First, pair the phone and make sure that e.g. "sdptool browse" or "hcitool scan" show it. Then create the syncgroup:
msynctool --addgroup samsung msynctool --addmember samsung file-sync msynctool --addmember samsung kdepim-sync
And configure the file-sync plugin. To do this, simply specify a path to the file-sync-dir:
msynctool --configure samsung 1
This will open vi editor with a "basic configuration" that you should edit. If you have no clue how to use vi, invoke the next line instead:
multisync-gui
Add edit the file-sync configuration to:
<?xml version="1.0"?>
<config>
<directory>
<path>/home/amilcar/Documents/Samsung/vcards</path>
<objtype>contact</objtype>
<objformat>vcard30</objformat>
<converterpath_config></converterpath_config>
</directory>
<directory>
<path>/home/amilcar/Documents/Samsung/events</path>
<objtype>event</objtype>
<objformat>vevent20</objformat>
<converterpath_config></converterpath_config>
</directory>
</config>
There is no need to configure kdepim-sync plugin.
Next you should issue:
msynctool --discover samsung
And it should output:
Discovered Objtypes:
contact
Format: vcard30
conversion config:
event
Format: vevent20
conversion config:
Discovered Objtypes:
contact
Format: vcard30
conversion config: VCARD_EXTENSION=KDE
event
Format: vevent20
conversion config: (null)
todo
Format: vtodo20
conversion config: (null)
note
Format: xmlformat-note
conversion config: (null)
Close Kontact or KAddressbook if they are running and, now it's time to sync by issuing :
msynctool --sync samsung
