Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old September 19th, 2006   #1
Nailor
Just Give Me the Beans!
 
Join Date: Nov 2005
Beans: 36
Dapper Drake Testing/
Lightbulb HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

This is a howto for syncing a Nokia E-series phone (Symbian 9.1, Series60 3rd edition) with Evolution. This has been tested with Nokia E50.

Kubuntu-users, you should check this post too: http://www.ubuntuforums.org/showpost...2&postcount=62

For Nokia E65 users (and why not other Nokia phones with S60 3rd edition FP1 too), check this howto

For most of the systems this works only for contacts. However, as link above states, Calendar syncing seems to work at least for Nokia E65

1. Add required repositories

Add following repositories to /etc/apt/sources.list:
Code:
deb http://opensync.gforge.punktart.de/repo/opensync-0.21/ feisty main
deb-src http://opensync.gforge.punktart.de/repo/opensync-0.21/ feisty main
To add key for the repo, do the following:
Code:
gpg --keyserver hkp://subkeys.pgp.net/ --recv-keys CB210090B029CB84
gpg --export CB210090B029CB84 | sudo apt-key add -
2. Install required software
Code:
sudo aptitude install libopensync-plugin-* libopensync0 opensyncutils msynctool mulstisync-qad bluez-passkey-gnome bluez-gnome
On Gutsy (7.10) the package names are bit different. Run command below instead.
Code:
sudo aptitude install opensyncutils opensync-plugin-evolution opensync-plugin-syncml multisync-tools multisync0.90
3. Configure msynctool
You can configure opensync via a graphical interface using multisync-qad (using similiar settings as below) or you can use command line. Guide below is for commandline. Note, that the commandline is reported not to work flawlessly on Feisty. You'll bet better results with GUI

Add a new group of preferred name (I'll be using nokia in this example):
Code:
msynctool --addgroup nokia
Add plugins to group. If you get errors in this face, they are propably due to missing plugins so check you've installed all required plugins.
Code:
msynctool --addmember nokia evo2-sync
msynctool --addmember nokia syncml-obex-client
Next is the 'trickiest' part. Installed plugins need to be configured. First, you have to find your phone's MAC. Use hcitool to do that:
Code:
hcitool scan
It should return something like:
Code:
xx:xx:xx:xx:xx:xx PhoneName
Now, configure the syncml-obex-client:
Code:
msynctool --configure nokia 2
Replace the context of the configuration (should be open in separate editor after running previous command) with the following XML:
Code:
<config>
        <bluetooth_address>xx:xx:xx:xx:xx:xx</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>
        <!-- This needs to be set to 10 000, otherwise you'll be sending more data than your phone can handle. -->
        <recvLimit>10000</recvLimit>
        <maxObjSize>0</maxObjSize>
        <contact_db>Contacts</contact_db>
        <calendar_db></calendar_db>
        <note_db></note_db>
</config>
Where bluetooth_address is your phone's MAC address you just discovered.

After configuring the syncml-obex-client it's time to configure evo2-sync. Open configuration file with command
Code:
msynctool --configure nokia 1
And modify it to look like:
Code:
 
<?xml version="1.0"?>
<config>
<address_path>file:///home/USERNAME/.evolution/addressbook/local/system</address_path>
</config>
Replace USERNAME with your username.

Edgy note: With the latest update from jahn repositories, this works with defaults. You can configure Calendar as calendar_db to syncml-obex-client setup to make calendar syncing work

4. Sync!
You should be good to go now, so you should try synchronizing:
Code:
msynctool --sync nokia
Edit 2007-10-25 Recvlimit (for syncing both, calendar and contacts). Thanks Ghosty.be.
Edit 2007-09-04 New repos (thanks to Ghosty.be)
Edit 2007-08-12: Added note about E65 howto (thanks Ghosty.be)
Edit 2006-10-02: Notes can be extracted, but not yet to Evolution. I'm working on this

Please let me know if there's some problems with this!

Last edited by Nailor; October 25th, 2007 at 03:04 AM.. Reason: New repos
Nailor is offline   Reply With Quote
Old September 21st, 2006   #2
Belibem
A Carafe of Ubuntu
 
Belibem's Avatar
 
Join Date: Feb 2006
Location: Athens, Greece
Beans: 27
Edgy Eft Testing
Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

Is it possible to transfer evolutions contacts to the nokia smartphone?

And a bit trickier question
Is it possible to sync my 5500 nokia smartphone via usb cable?
__________________
Ah, but a man's reach should exceed his grasp - or what's a heaven for?
Robert Browning (1812 - 1889)

Last edited by Belibem; September 21st, 2006 at 06:49 PM..
Belibem is offline   Reply With Quote
Old September 22nd, 2006   #3
Nailor
Just Give Me the Beans!
 
Join Date: Nov 2005
Beans: 36
Dapper Drake Testing/
Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

Quote:
Originally Posted by Belibem View Post
Is it possible to transfer evolutions contacts to the nokia smartphone?
I managed to transfer the changes I made in evolution to my E50, all except the picture seemd to sync. Evolution though gets the pics from the phone when syncing.

Quote:
And a bit trickier question
Is it possible to sync my 5500 nokia smartphone via usb cable?
Don't know. You have to refer some other sources, my howto is only for syncing E-series phones with Evolution
Nailor is offline   Reply With Quote
Old September 22nd, 2006   #4
Belibem
A Carafe of Ubuntu
 
Belibem's Avatar
 
Join Date: Feb 2006
Location: Athens, Greece
Beans: 27
Edgy Eft Testing
Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

Thanx a lot! I will try as soon as I get my hands upon one of those usb bluetooth dongles.

Concerning my second question: I just want to use the included usb cable instead of bluetooth. However, syncml-obex-client only supports obex and http protocols, so my success chances are very slim with this method.
__________________
Ah, but a man's reach should exceed his grasp - or what's a heaven for?
Robert Browning (1812 - 1889)
Belibem is offline   Reply With Quote
Old September 30th, 2006   #5
fago
5 Cups of Ubuntu
 
Join Date: Apr 2005
Location: Austria
Beans: 20
Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

I tried it with a nokia 6280, unfortunately the phone crashes as soon I try to sync.

However I still have some questions. Perhaps you could help.

What are the correct names for the Contacts, Calendar and Notes dbs? Can they be configured on the phone? (I'm using the obex syncml plugin too)

In which direction is the syncronisation supposed to work? *confused*
fago is offline   Reply With Quote
Old October 1st, 2006   #6
fredux
First Cup of Ubuntu
 
Join Date: Oct 2006
Beans: 1
Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

Does not work for me,

Here are resukts from
Quote:
msynctool --sync nokia
Quote:
Synchronizing group "nokia"
Member 1 of type evo2-sync just connected
Member 2 of type syncml-obex-client had an error while connecting: Bluetooth connect error
Member 1 of type evo2-sync just disconnected
All clients have disconnected
The sync failed: Unable to connect one of the members
Error synchronizing: Unable to connect one of the members
Pipe closed! Exiting.
Pipe closed! Exiting.
is there a solution to sync my nokia 6230i ?
fredux is offline   Reply With Quote
Old October 2nd, 2006   #7
Nailor
Just Give Me the Beans!
 
Join Date: Nov 2005
Beans: 36
Dapper Drake Testing/
Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

Quote:
Originally Posted by fredux View Post
Does not work for me
Have you added your computer as a trusted device in your cellphone? I'm not familiar with the 6xxx series, so that's the best I can say at this point.
Nailor is offline   Reply With Quote
Old October 2nd, 2006   #8
Nailor
Just Give Me the Beans!
 
Join Date: Nov 2005
Beans: 36
Dapper Drake Testing/
Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

Quote:
Originally Posted by fago View Post
I tried it with a nokia 6280, unfortunately the phone crashes as soon I try to sync.

However I still have some questions. Perhaps you could help.

What are the correct names for the Contacts, Calendar and Notes dbs? Can they be configured on the phone? (I'm using the obex syncml plugin too)
I don't know can the names be configured, but the only names I can get the phone to respond are Contacts, Calendar and Notes. I actually tried out the Notes-sync (type text/plain) and it worked well. Calendar sync produces a weird error on phone.
Quote:
In which direction is the syncronisation supposed to work? *confused*
Both ways, at least on my computer. If I edit the contacts in Evolution and rerun the sync, the changes (except pictures) get uploaded to my phone.
Nailor is offline   Reply With Quote
Old October 2nd, 2006   #9
patbuntu
Just Give Me the Beans!
 
Join Date: Jan 2006
Location: Manchester
Beans: 45
Ubuntu 6.06
Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

Are there any 64 bit packages available?

Thanks

-Pat
patbuntu is offline   Reply With Quote
Old October 5th, 2006   #10
patbuntu
Just Give Me the Beans!
 
Join Date: Jan 2006
Location: Manchester
Beans: 45
Ubuntu 6.06
Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

Quote:
Originally Posted by patbuntu View Post
Are there any 64 bit packages available?
Or how do I install these on AMD64?

-Pat
patbuntu is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:12 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry