Page 2 of 34 FirstFirst 123412 ... LastLast
Results 11 to 20 of 333

Thread: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

  1. #11
    Join Date
    Apr 2005
    Location
    Cape Town, South Africa
    Beans
    25
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

    My query is similar to that of patubuntu above. I would like to install on powerpc. Only i386 packages are available in the repo above.

    Thanks
    Eduard

  2. #12
    Join Date
    Nov 2005
    Beans
    38
    Distro
    Dapper Drake Testing/

    Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

    Seems that OpenSync is available for i386 only. AMD64 users can propably force the package to install with dpkg:
    Code:
    dpkg -i --force-architecture packagename.deb
    BUT NOTICE THAT THIS CAN SEVERLY DAMAGE YOUR SYSTEM AND RENDER IT UNUSABLE

  3. #13
    Join Date
    Feb 2006
    Location
    The Netherlands
    Beans
    19
    Distro
    Ubuntu 6.06

    Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

    Update: Used 'msynctool --configure nokia 2' instead of 'synctool --configure nokia syncml-obex-client', and it worked

    I'm trying this howto on Edgy Eft and I'm stuck at 'msynctool --configure nokia syncml-obex-client' , it spits out a 'Unable to find member with id syncml-obex-client'. I've added merseburg.de repos for edgy and installed the required packages.
    Code:
    kcleong@laptopkc:~$ msynctool --addgroup nokia
    kcleong@laptopkc:~$ msynctool --addmember nokia evo2-sync
    kcleong@laptopkc:~$ msynctool --addmember nokia syncml-obex-client
    kcleong@laptopkc:~$ msynctool --showgroup nokia
    Groupname: nokia
    Member 1: evo2-sync
            Configuration : <config>
      <address_path>default</address_path>
      <calendar_path>default</calendar_path>
      <tasks_path>default</tasks_path>
    </config>
    
    Member 2: syncml-obex-client
            No Configuration found: Member has not been configured
    kcleong@laptopkc:~$ msynctool --configure nokia syncml-obex-client
    Unable to find member with id syncml-obex-client
    Does anybody know how to fix this? The --showgroup shows that syncml-obex-client is in member 2, but configuring is not possible.
    Last edited by kcleong; October 19th, 2006 at 06:47 PM.

  4. #14
    Join Date
    Jan 2005
    Location
    Italy - between Alps and Mediterranean Sea
    Beans
    20
    Distro
    Kubuntu 6.10 Edgy

    Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

    Hi,
    I've got exactly the same error with dapper drake (kubuntu).

    Code:
    andy@kubuntudesk:~$ msynctool --showgroup nokia
    Groupname: nokia
    Member 1: evo2-sync
            Configuration : <config>
      <address_path>default</address_path>
      <calendar_path>default</calendar_path>
      <tasks_path>default</tasks_path>
    </config>
    
    Member 2: syncml-obex-client
            No Configuration found: Member has not been configured
    andy@kubuntudesk:~$ msynctool --configure nokia syncml-obex-client
    Unable to find member with id syncml-obex-client

  5. #15
    Join Date
    Jan 2005
    Location
    Italy - between Alps and Mediterranean Sea
    Beans
    20
    Distro
    Kubuntu 6.10 Edgy

    Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

    Gosh...thanks, this worked...
    I'll let you know if I can sync my E61...

    Darkghost

  6. #16
    Join Date
    Oct 2006
    Beans
    1

    Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

    This article is a work of brilliance, I now how full sync between pda/server/workstation/laptop for inbox and contacts. I can't thank you enough after a day wrestling with gnome-bluetoothmanager/multisyn[ck]/blah blah blah

    I did it on openSuse 10.1; a useful url for the packages is..

    http://repos.opensuse.org/OpenSync/SL-10.1/

    Which I added to smart as a RPM meta data repository. pick all the bits wbxml/opensync/msynctools and plugins hopefully smart should do the deps.

    other than that I followed the instructions...

    ----

    For some of the questions. I did have the phone register the dongle as a trusted device (don't have to dig the phone out then to use the modem)

    and I also had to use ...

    msynctool --configure nokia 2 instead of syncml-obex-client

    I did the same for the evo config too...

    ----------------------
    5 beans indeed (I even registered *just* to say thanks for this, so I have no idea)

    thankyou


    Alan

  7. #17
    Join Date
    Nov 2005
    Beans
    38
    Distro
    Dapper Drake Testing/

    Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

    Thanks for everyone noting out the bug in my guide, I've now fixed the configuration line to use the number instead of module name (which was incorrect)

  8. #18
    Join Date
    Oct 2004
    Beans
    49

    Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

    I had to also install the msynctool package (sudo aptitude install msynctool).

    Code:
    msynctool -addgroup nokia
    is supposed to be:
    Code:
    msynctool --addgroup nokia
    somehow it didnt recognise the evo-2sync plugin. Will further into it ofcourse.

    Had a look at the website under the repo: http://www.in.fh-merseburg.de/~jahn/. Since I´m using Efgy at the moment, I switched to using the Edgy repo. Also, i used the gpg key from that website.
    Last edited by qrazi; October 23rd, 2006 at 09:23 PM.

  9. #19
    Join Date
    Oct 2004
    Location
    Norwich, UK
    Beans
    300
    Distro
    Ubuntu 14.04 Trusty Tahr

    Smile Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

    Nailor,

    Thanks for this. I've got the contacts to work using this with a N80 on Efty. Do I understand correctly, are you (or anyone else) getting this to work for calendar as well? If so would you please post the exact setup for both the phone and the computer syncml file?

    thanks

    Jim


    Quote Originally Posted by Nailor View Post
    Thanks for everyone noting out the bug in my guide, I've now fixed the configuration line to use the number instead of module name (which was incorrect)

  10. #20
    Join Date
    Nov 2005
    Beans
    38
    Distro
    Dapper Drake Testing/

    Re: HOWTO: Sync Nokia E-series Phone with Evolution via Bluetooth

    Quote Originally Posted by jamaas View Post
    Nailor,

    Thanks for this. I've got the contacts to work using this with a N80 on Efty. Do I understand correctly, are you (or anyone else) getting this to work for calendar as well? If so would you please post the exact setup for both the phone and the computer syncml file?

    thanks

    Jim
    I haven't got any luck with calendar. Trying to sync Calendar, the phone produces a system error and nothing happens (my E50 will still resume though).

Page 2 of 34 FirstFirst 123412 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •