| 1 | msynctool --showgroup w810-syncml-evo |
|---|
| 2 | Groupname: w810-syncml-evo |
|---|
| 3 | Member 2: evo2-sync |
|---|
| 4 | Configuration : <config> |
|---|
| 5 | <address_path>file:///home/jernst/.evolution/addressbook/local/system</address_path> |
|---|
| 6 | <calendar_path>file:///home/jernst/.evolution/calendar/local/system</calendar_path> |
|---|
| 7 | <tasks_path>file:///home/jernst/.evolution/tasks/local/system</tasks_path> |
|---|
| 8 | </config> |
|---|
| 9 | |
|---|
| 10 | Member 1: syncml-obex-client |
|---|
| 11 | Configuration : <?xml version="1.0"?> |
|---|
| 12 | <config> |
|---|
| 13 | <!-- (Only for blue) The bluetooth address if the bluetooth mode is selected --> |
|---|
| 14 | <bluetooth_address>00:16:B8:6B:8F:64</bluetooth_address> |
|---|
| 15 | |
|---|
| 16 | <!-- (Only for blue) The bluetooth channel to use (usualy the 11) [x] --> |
|---|
| 17 | <bluetooth_channel>1</bluetooth_channel> |
|---|
| 18 | |
|---|
| 19 | <!-- (Only for USB) The usb interface number of the SYNCML-SYNC target. use syncml-obex-client -u (as root!) to find it. --> |
|---|
| 20 | <interface>0</interface> |
|---|
| 21 | |
|---|
| 22 | <!-- The string that the plugin will use to identify itself. Some devices need a special string here. --> |
|---|
| 23 | <identifier>jernst-desktop</identifier> |
|---|
| 24 | |
|---|
| 25 | <!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 --> |
|---|
| 26 | <version>2</version> |
|---|
| 27 | |
|---|
| 28 | <!-- if the plugin should use wbxml --> |
|---|
| 29 | <wbxml>0</wbxml> |
|---|
| 30 | |
|---|
| 31 | <!-- The username to use. Leave empty to not require a username --> |
|---|
| 32 | <username></username> |
|---|
| 33 | |
|---|
| 34 | <!-- the password for the username --> |
|---|
| 35 | <password></password> |
|---|
| 36 | |
|---|
| 37 | <!-- sets the connection type to use. 5 means obex over usb, 2 means obex over bluetooth --> |
|---|
| 38 | <type>2</type> |
|---|
| 39 | |
|---|
| 40 | <!-- If wbxml is enabled, defines wether the wbxml should use string tables --> |
|---|
| 41 | <usestringtable>0</usestringtable> |
|---|
| 42 | |
|---|
| 43 | <!-- Never send ADD command, but send REPLACE (not needed normally) --> |
|---|
| 44 | <onlyreplace>0</onlyreplace> |
|---|
| 45 | |
|---|
| 46 | <!-- Sets the maximum allowed size in bytes of incoming messages (some device need this option set). Example: 10000 --> |
|---|
| 47 | <recvLimit>0</recvLimit> |
|---|
| 48 | |
|---|
| 49 | <maxObjSize>0</maxObjSize> |
|---|
| 50 | |
|---|
| 51 | <!-- The name of the contacts db. Must be the same as the phones sends --> |
|---|
| 52 | <contact_db>addressbook</contact_db> |
|---|
| 53 | |
|---|
| 54 | <!-- The name of the calendar db. Must be the same as the phones sends --> |
|---|
| 55 | <calendar_db>calendar</calendar_db> |
|---|
| 56 | |
|---|
| 57 | <!-- The name of the note db. Must be the same as the phones sends --> |
|---|
| 58 | <note_db>notes</note_db> |
|---|
| 59 | |
|---|
| 60 | </config> |
|---|