Heya all,
I'm trying to Sync my Sony Ericsson C702 with Evolution on my Ubuntu
(8.04) laptop.
I've successfully used a combination of Opensync / Syncml-obex-client
(over BT) and multisync 0.90 for the GUI to sync the phone book to
Evolution in both directions.
Unfortunately however it does not work with Calendar sync enabled.
I'm sure this is something to do with the Calendar db name? I have tried
both 'Calendar' and 'Agenda' without success.
Below is my configuration - if somebody could point me in the right
direction it would be greatly appreciated! A solution seems so very close!
Is there any way for example I can probe the phone to discover the db name?
Thanks,
Charlie
--:
syncml-obex-client configuration
<?xml version="1.0"?>
<config>
<!-- (Only for bluetooth) The bluetooth address if the bluetooth mode
is selected -->
<bluetooth_address>00:xx:xx:xx:xx:xx</bluetooth_address>
<!-- (Only for bluetooth) The bluetooth channel to use. `sdptool
browse $MAC` to search for the correct channel -->
<bluetooth_channel>11</bluetooth_channel>
<!-- (Only for USB) The usb interface number of the SYNCML-SYNC
target. use syncml-obex-client -u (you will need access to the USB raw
device) to find it. -->
<interface>0</interface>
<!-- The string that the plugin will use to identify itself. Some
devices need a special string here. -->
<identifier>Sony Ericss</identifier>
<!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 -->
<version>1</version>
<!-- if the plugin should use wbxml -->
<wbxml>1</wbxml>
<!-- The username to use. Leave empty to not require a username -->
<username></username>
<!-- the password for the username -->
<password></password>
<!-- sets the connection type to use. 5 means obex over usb, 2 means
obex over bluetooth -->
<type>2</type>
<!-- If wbxml is enabled, defines wether the wbxml should use string
tables -->
<usestringtable>0</usestringtable>
<!-- Never send ADD command, but send REPLACE (not needed normally) -->
<onlyreplace>0</onlyreplace>
<!-- Workaround around for mobile phones which only use local
timestamps and _no_ UTC timestamps! -->
<onlyLocaltime>0</onlyLocaltime>
<!-- Sets the maximum allowed size in bytes of incoming messages (some
device need this option set). Example: 10000 -->
<recvLimit>0</recvLimit>
<maxObjSize>725000</maxObjSize>
<!-- The name of the contacts db. Must be the same as the phones sends -->
<contact_db>Contacts</contact_db>
<!-- The name of the calendar db. Must be the same as the phones sends -->
<calendar_db>Agenda</calendar_db>
<!-- The name of the note db. Must be the same as the phones sends -->
<note_db>Notes</note_db>
</config>
|