About synchronisation: Evolution and a Nokia E61
By Florian Boucault on Sunday 19 October 2008, 01:26 - Free software - Permalink
Today I wanted to synchronise my data across my laptop (Ubuntu Hardy) and my mobile phone (Nokia E61, Symbian S60). I decided to reduce my expectations from the start and went for the easy kill: a one-way, one time import of only my contacts, forgetting about notes, calendars and what not. After some investigation involving gnokii, Gammu and friends I stumbled upon that marvellous framework called OpenSync. It's been developed for more than 3 years and displays a huge list of supported devices, protocols and software. It is currently undergoing an important rework towards version 0.4 but today it is recommended to use the latest stable release: version 0.22 from march 2007. I thought it was worth giving it a shot. Everything went well, installation and setup were reasonably straightforward following that post on Ubuntu Forums and I was impressed by GNOME's bluetooth support working out of the box. My hopes went very high when I noticed that Multisync, OpenSync's GTK frontend, was able to handle two ways synchronisation of all my data. Unfortunately, after a couple of hours of fiddling with the thing I went out of luck: the contacts weren't goin' in! I was able to have at best 5 or 6 contacts sent to the phone. Shame :/ Solving real life issues while having fun coding is so enjoyable that I decided to fire up a good old iPython shell and started to look around the different possibilities of interaction I had with the Nokia E61. I settled for the following 3-steps technique, simple and efficient:
1. Export contacts from Evolution into separate vCard files, one for each contact
Thanks to the excellent Evolution's Python bindings coming straight from the Conduit project fame it is as simple as that Evolution-to-vCards script.
2. Transfer all the vCards to the Nokia E61 over bluetooth
ObexFTP does the trick in a one-liner:
obexftp -b [PHONE MAC ADDRESS] -c E:/Others/Contacts -p [VCARD FILES]
3. Import the contacts from the files
Go in Contacts > Options > Copy > From memory card.
That's it!
All contacts were imported even the problematic ones. I still noticed some glitches in the final result such as encoding problems and missing avatars but well, that will do for now. Next time: OpenSync development version.
Comments
Next time, pick a better distribution.
http://wiki.mandriva.com/en/2009.0_...
I have no personal experience with Ubuntu, but from the pleas for help and so forth I've seen on IRC and mailing lists, Ubuntu's opensync packaging experience seems to be...not good.
I maintain the Mandriva synchronization stuff, and I wrote the Wiki page too. The instructions on there are tested to work correctly, using a Nokia 6300 as a test device.
Might not be of a lot of help to you, but with debian sid, multisync0.90 (which is actually 0.92) I can happily synchronise contacts and calendar (!) between my new E71 and evolution - back and forth, regardless of where I changed something. I found that quite impressive, as my last syncing experiences were a few years ago and not so impressive.
FWIW, Synchronization works perfectly over the Internet using a SyncML server such as ScheduleWorld[1] and SyncEvolution[2]. As a bonus, you get a backup of your data in the cloud. This of course is this system's weakness as well: a third party has a copy of your data, unless you're willing to run your own server[3].
[1] http://scheduleworld.com/
[2] http://www.estamos.de/projects/Sync...
[3] http://funambol.com/