![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Nov 2005
Beans: 36
Dapper Drake Testing/
|
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 Code:
gpg --keyserver hkp://subkeys.pgp.net/ --recv-keys CB210090B029CB84 gpg --export CB210090B029CB84 | sudo apt-key add - Code:
sudo aptitude install libopensync-plugin-* libopensync0 opensyncutils msynctool mulstisync-qad bluez-passkey-gnome bluez-gnome Code:
sudo aptitude install opensyncutils opensync-plugin-evolution opensync-plugin-syncml multisync-tools multisync0.90 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 Code:
msynctool --addmember nokia evo2-sync msynctool --addmember nokia syncml-obex-client Code:
hcitool scan Code:
xx:xx:xx:xx:xx:xx PhoneName Code:
msynctool --configure nokia 2 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>
After configuring the syncml-obex-client it's time to configure evo2-sync. Open configuration file with command Code:
msynctool --configure nokia 1 Code:
<?xml version="1.0"?> <config> <address_path>file:///home/USERNAME/.evolution/addressbook/local/system</address_path> </config> 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-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 |
|
|
|
|
|
#2 |
|
A Carafe of Ubuntu
![]() 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.. |
|
|
|
|
|
#3 | ||
|
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:
Quote:
|
||
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() 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) |
|
|
|
|
|
#5 |
|
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* |
|
|
|
|
|
#6 | ||
|
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:
Quote:
|
||
|
|
|
|
|
#7 |
|
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
|
|
|
|
|
|
#8 | ||
|
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:
Quote:
|
||
|
|
|
|
|
#9 |
|
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 |
|
|
|
|
|
#10 |
|
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
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|