From: Oscar A. V. <os...@va...> - 2010-01-21 17:51:29
|
After lots of lost sleep, I've got a semi-functional setup to sync Evolution 2.24 with my Nokia E63 Fedora 10 packages used: msynctool-0.36-1 libsyncml-0.4.5-3 libopensync-0.36-3 libopensync-plugin-vformat-0.36 libopensync-plugin-syncml-0.35-4 libopensync-plugin-evolution2-0.36-1 libopensync-plugin-python-0.36-1 (I believe it's not needed) libopensync-plugin-moto-0.36-1 (from efforts with a prior phone) Configuration: msynctool --showgroup nokia Group: nokia Member 2: evo2-sync Configuration : <?xml version="1.0"?> <config> <address_path>file:///home/ovaldez/.evolution/addressbook/local/system</address_path> <calendar_path>file:///home/ovaldez/.evolution/calendar/local/system</calendar_path> <memos_path>default</memos_path> <tasks_path>default</tasks_path> </config> Member 1: syncml-obex-client Configuration : <?xml version="1.0"?> <config> <bluetooth_address>00:23:B4:21:41:D8</bluetooth_address> <bluetooth_channel>10</bluetooth_channel> <interface>0</interface> <identifier>PC Suite</identifier> <version>1</version> <wbxml>1</wbxml> <username></username> <password></password> <type>2</type> <usestringtable>1</usestringtable> <onlyreplace>0</onlyreplace> <onlyLocaltime>0</onlyLocaltime> <recvLimit>10000</recvLimit> <maxObjSize>0</maxObjSize> <database> <name>Contacts</name> <objtype>contact</objtype> <objformat>vcard21</objformat> </database> <database> <name>Calendar</name> <objtype>event</objtype> <objformat>vevent20</objformat> </database> </config> Enabled Object types: msynctool --showobjtypes nokia Member 2 Objtypes: Objtype contact: Enabled Format: vcard30 conversion config: VCARD_EXTENSION=Evolution Format: vcard21 conversion config: VCARD_EXTENSION=Evolution Objtype event: Enabled Format: vevent20 conversion config: Objtype note: Enabled Format: vjournal conversion config: Objtype todo: Enabled Format: vtodo20 conversion config: Member 1 Objtypes: Objtype contact: Enabled Format: vcard21 conversion config: Objtype event: Enabled Format: vevent20 conversion config: Objtypes for the group: event: Enabled contact: Enabled Problems syncing: 1. Calendar won't sync, only Contacts. 2. After the initial sync, there is a conflict with every contact on subsequent syncs. I have to sync with the --conflict option. 3. I get frequent 'AttributeError: get_sync_info' when configuring the plugins Tips and comments will be greatly appreciated. -- Oscar A. Valdez |