Sync two Nokia phones

Hi, guys, great to be here. I am proud owner of Nokia E61 smartphone and I am absolutely delighted with it, I reccommend it to everyone.
I have only one issue: I just can't find the way to sync it with Nokia 6600. I would like to sync contacts and calendar directly, since I will be using both phones for a while. Can someone tell me what to do and how to perform this sync.
Thanks in advance.

YOur new E61 most likely has a content transfer application in it that allows you to transfer data from 6600 to your new phone, but that is not intended for continued sync between 2 devices.
I would use Outlook in PC, sync the 6600 first to Outlook and then E61 with Outlook, would that be what you need ?

Similar Messages

  • Can I sync two Nokia phones with Ovi Suite?

    I have 2 different Nokia phones. I'd like to save my data to my PC, so I've just downloaded and installed Ovi Suite 2.2.1.23.
    When I connected the second phone successfully, there was a green link that said something like "Get tips on syncing several phones with Ovi Suite". However when I clicked there, nothing happened.
    When I click "Help->Nokia Ovi Suite Help" on the toolbar, nothing happens, no help tips.
    The first phone synced all 82 photos and Contacts and messages to Ovi Suite.
    I created a new album with that phone's name, and dragged those pictures from "All"  to the new album, to try & keep them organized.
    When I connected the second phone all of the Contacts synced (there were a lot) and now they are mixed in with the contacts from the first phone. However the photos would not sync. Then a few photos synced, making a total of 156 shown in All (which included the 82 photos from the first phone). When I would click "Sync" nothing visible happened.
    But I did see the photos from the second phone on the PC. I did drag them from the PC into the album created with the name of the second phone.
    Now when I look at the photo album with the first phone's name, it says "You have no photos or videos in this album, Drag photos and videos to this album." Yikes! But they are still on my PC.
    This is very confusing. I agree with the others, Nokia PC Suite worked well, Ovi Suite seems very confused.
    Is any of this uploaded to my online Ovi account?
    Thanks for your advice.

    ronni333 & boing,
    Somewhere on the nokia ovi website it says you need to use seperate windows logins. Have one login for work and use that when you use ovi to sync your work phone. Other login to sync your personal phone. I lost the link to that webpage, but that is about all it said.
    ronni333 - I also had problem with ovi help, the link appeared to be empty. I was using Google Chrome to surf the net. Problem solved by using Internet Explorer instead.
    Hope this info helps you guys.
    Cheers,
    chillimuncher

  • If I create 2 users can I sync two I phones to the coresponding user?

    If I create 2 users can I sync two I phones to the coresponding user?

    Yes.  You can sync two iPhones in the same user account.  As long as each has different name iTunes will keep them separate, although both must share the same iTunes library.

  • How can I sync my Nokia phone to my Contacts and Calendars without iSync?

    Previous to updating to Lion, I would use iSync and a plug-in to sync my Nokia C3-00 to my Address Book Contacts and my iCal Calendar events.
    Now that I updated, iSync is gone. However, I still need to sync my phone from time to time, is there anyway I can go about this?

    This worked for me (I have a Sony Ericsson Elm J10i2). Thanks for the tip.
    Message was edited by: vicksen

  • Can you sync two i phones to the same laptop?

    My partner already has an i phone 4 that i have set up and used my laptop for. Ive just recieved my i phone today and want to synchronize my details. the first sync i did i got his contacts etc. How do i change it to sync all my info instead?? Any help would be greatfully recieved :-)

    My suggestion would be to create two login accounts on your computer, that way you can keep contacts seperate. You will still be able to share the same iTunes login if you want to.

  • Can i sync two i phones with single iTunes?

    hi there,
    i had iphone 4s and just now bought a iphone 5 for my wife and we have singlr itune account that we share. is it possible to sync both phones with same itune account, please?

    it's easyer to have 2 users for the computer otherwise you have to change appleID every time one of you have to sync
    and if you share appleID you get eachothers iMessages and then you can't facetime or imessage eachother

  • HOWTO: Install and use opensync-0.22 to sync Evolution to Nokia phone

    Opensync-0.3x is unstable and fraught with danger, the only relatively-safe version is opensync-0.22.  Installing opensync-0.22 is quite a task in x86-64 (i686 users might be able to use the unofficial kpiche repository on this page http://wiki.archlinux.org/index.php/Uno … ositories).
    Here's how I got it to work in arch x86-64 to sync my Nokia 6300 phone over bluetooth (obex) with Evolution contacts and calendars.  The first few steps should be fairly straightforward for most arch users.
    1. Install evolution from repo via pacman if you haven't already:
    pacman -S evolution evolution-data-server evolution-exchange
    At the time of writing these are at version 2.28.11.
    2. Load evolution and configure your default settings, you don't need to configure mail if you don't want to.  Load some test calendar and contact data if you really want to.
    3. Install and configure your bluetooth adapter and pair your phone as per http://wiki.archlinux.org/index.php/Bluetooth.  Install openobex from repo via pacman, at the time of writing it is version 1.5-1.
    From here things get a lot more difficult and a lot less arch-y.  Opensync appears to be a huge state of wonk right now, and thus libopensync in the AUR is a huge mess (from http://bbs.archlinux.org/viewtopic.php?id=45683) and there doesn't appear to be a working 0.22 suite in the repo or aur.  This issue is further complicated by not being able to mix and match opensync libs and plugin versions.  Nevermind!
    4. Get the dependency library tarballs from opensync.org:
    libwbxml: 0.10.7 compiled for me in x64; from here https://libwbxml.opensync.org/wiki/Rele … xml-0.10.7
    libsyncml: 0.4.6 is the only version that contains the openobex headers needed to make libopensync-plugin-syncml-0.22 compile; get it from here https://libsyncml.opensync.org/wiki/lib … .4.6-notes.  Any later version of libsyncml doesn't appear to have these files (ref: http://bugs.gentoo.org/269187) and makes libopensync-plugin-syncml-0.22 fail at compilation, throwing these errors:
    syncml_plugin.h:38:35: error: libsyncml/obex_client.h: No such file or directory
    syncml_plugin.h:39:35: error: libsyncml/http_server.h: No such file or directory
    5. Get the opensync-0.22 tarballs from http://www.opensync.org/download/releases/0.22/, at minimum you need the following:
    libopensync-0.22
    libopensync-plugin-evolution2-0.22
    libopensync-plugin-syncml-0.22
    msynctool-0.22
    You can try other plugins if you want to, ymmv.
    6. Build and install the depedencies using cmake as per the instructions in their INSTALL files; Build and install libopensync, msynctool and plugin-evolution, these shouldn't have any problems.  libopensync-plugin-syncml won't build with default options because it won't be able to locate libsoup while configuring; add flag --disable-http to get around this.  (if you need http I have no idea how to fix this).  libopensync-plugin-syncml will also throw a compilation warning and refuse to compile:
    % ./configure --prefix=/usr --disable-http
    % make
    cc1: warnings being treated as errors
    syncml_plugin.c: In function '_manager_event':
    syncml_plugin.c:297: error: 'smlSessionSetReceivingLimit' is deprecated (declared at /usr/include/libsyncml-1.0/libsyncml/sml_session.h:91)
    The new libsyncml library (relative to the 0.22 plugin anyway) declares this, so a quick manual patch is to comment out lines 296 and 297 in the source code in syncml_plugin:
    295 /*
    296 if (env->recvLimit)
    297 smlSessionSetReceivingLimit(session, env->recvLimit);
    298 */
    Save the file, you should now be ready to run make and make install.
    7. If all went well, you should now be able to see both plugins loaded in msynctool:
    % msynctool --listplugins
    Available plugins:
    syncml-obex-client
    evo2-sync
    I configured my phone and evolution in msynctool exactly as per this thread http://ubuntuforums.org/showthread.php?t=705103; copied here for brevity:
    1. Let's go commando with OpenSync. First we create a group to refer to our sync session with. I've called mine "evolution-n95", but you can call it whatever you want. We then create the config for the Evolution side as the first member of this group.
    $ msynctool --addgroup evolution-n95
    $ msynctool --addmember evolution-n95 evo2-sync
    $ msynctool --configure evolution-n95 1
    2. Your text editor will pop up editing member 1 of your evolution-n95 group. Edit the config to look like this:
    <config>
    <address_path>default</address_path>
    <calendar_path>default</calendar_path>
    <tasks_path>default</tasks_path>
    </config>
    3. Now do to the N95 side, adding its config as the second member of the group:
    $ msynctool --addmember evolution-n95 syncml-obex-client
    $ msynctool --configure evolution-n95 2
    4. Your text editor will pop up editing member 2 of your evolution-n95 group. Edit the config to look like this (remember to put your N95's MAC address and Channel number in):
    <config>
    <bluetooth_address>00:AA:11:BB:22:CC</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>
    <recvLimit>0</recvLimit>
    <maxObjSize>0</maxObjSize>
    <contact_db>Contacts</contact_db>
    <calendar_db>Calendar</calendar_db>
    <note_db></note_db>
    </config>
    5. Now you're ready to rock and/or roll. Let's try syncing:
    $ msynctool --sync evolution-n95
    ...and you should get a whole stream of mumbo-jumbo similar to the following:
    $ msynctool --sync evolution-n95
    Synchronizing group "evolution-n95"
    The previous synchronization was unclean. Slow-syncing
    Member 1 of type evo2-sync just connected
    received event dsession
    received contact dsession
    Member 2 of type syncml-obex-client just connected
    All clients connected or error
    Received an entry pas-id-47AA3D7000000000 with data of size 4 from member 1. Changetype ADDED
    Received an entry pas-id-47AAB03C00000000 with data of size 4 from member 1. Changetype ADDED
    Received an entry 20080206T205400Z-5332-1000-1-0@lamaar with data of size 4 from member 1. Changetype ADDED
    Received an entry 20080212T131911Z-5797-1000-1-0@lamaar with data of size 4 from member 1. Changetype ADDED
    Member 1 of type evo2-sync just sent all changes
    Received an reply to our Alert
    Received an reply to our Alert
    Going to receive 27 changes
    Received an entry 1 with data of size 4 from member 2. Changetype ADDED
    Going to receive 4 changes
    Received an entry 2 with data of size 4 from member 2. Changetype ADDED
    Received an entry 3 with data of size 4 from member 2. Changetype ADDED
    Member 2 of type syncml-obex-client just sent all changes
    All clients sent changes or error
    All conflicts have been reported
    Sent an entry pas-id-47BF9BC100000001 of size 92 to member 1. Changetype ADDED
    Sent an entry pas-id-47BF9BC100000002 of size 104 to member 1. Changetype ADDED
    Sent an entry pas-id-47BF9BC100000003 of size 113 to member 1. Changetype ADDED
    Sent an entry 20080223T040625Z-14241-1000-1-0@lamaar of size 426 to member 1. Changetype ADDED
    Sent an entry 20080223T040625Z-14241-1000-1-2@lamaar of size 252 to member 1. Changetype ADDED
    Member 1 of type evo2-sync committed all changes.
    Received an reply to our sync
    Sent an entry 29 of size 205 to member 2. Changetype ADDED
    Sent an entry 30 of size 153 to member 2. Changetype ADDED
    Received an reply to our sync
    Sent an entry 6 of size 362 to member 2. Changetype ADDED
    Sent an entry 7 of size 345 to member 2. Changetype ADDED
    Member 2 of type syncml-obex-client committed all changes.
    All clients have written
    Member 1 of type evo2-sync just disconnected
    Member 2 of type syncml-obex-client just disconnected
    All clients have disconnected
    The sync was successful
    $
    Depending on your data to sync, you may see a LOT of info. This may be done quickly or take a minute or two. In any case, you should see "The sync was successful" at the end amd be returned to the prompt.
       6. Pat yourself on the back - you're done. Sync again with the same command as much as you want.
    ps. ignore the README in libopensync-plugin-evolution2-0.22

    Shameless bump. Does anyone know if an iPhone running OS 3.0 can sync properly with iTunes version 8.0.2.20?

  • Syncing contacts of two identical phones on one co...

    Hi,
    I just got two identical C5-03 phones for myself and my wife. I created two seperate log-ins on the Nokia Suite and proceeded to sync and finetune the contacts for both of our phones. The problem is that the Suite doesn't seem to treat the phones and log-ins as two separate entities and mixes up the contacts, pictures, etc... of both and makes a mess of things. Is there a way to keep the two phones separate on the Suite??? Surely someone here must have experienced the same situation.
    Thanks.

    Thanks Farby for the quick response. Maybe this is something that Nokia should really look into?
    I have spent the whole day fiddling with this problem. I even gave separate names to the devices (Nokia C5-03**** and Nokia C5-03****) to try to separate the two, but to no avail
    One thing I'm considering is finetuning all my contacts, doing a sync with my phone, disconnecting and then deleting all contacts from the Suite. After that connecting the wifes phone and doing all again for that phone and then not performing any syncs after that.
    It really does look like a totally backwards way of doing something that should be really simple....

  • Can I sync phone book entries of two different phones into one address book

    My wife and I have two motoroal phones (different models) and one iMac at home. I have synced my phonebook entries in the address book and it works fine. Trouble started when I tried to sync my wife's phone. All my numbers and details got downloaded in her phone. creating a seperate sub directory for her didn't help.
    Can someone help me solve the problem? Essentially the question is can two phones have exclusive (and independent of each other) access to the address book for syncing purposes? If yes how?
    I hope my question was clear enough. Help will be really appreciated.
    I use the motorola USB connection chord for the syncing.

    Just set up two Groups in Address Book. One with your contacts in, and one with your wifes.
    Then in iSync, click the icon for your wife's phone and choose the Address Book group you made for her, then do the same for your phone.

  • How to sync two phones with two computers??

    I have two iphones and two macbooks, one for my wife and one for me. I want to know if it's posible to sync just one phone with one computer, and the other phone with the other computer, in the cloud with just one apple acount?

    No.  Each of you will have to have their own iCloud account with Apple ID and password.
    OT

  • My iPhone has two identical options under "iTunes wi-fi sync" that are the same computer. I only have one user on my  computer, and I tried moving my iTunes file in Finder to organize it and now my library's not synced with my phone. Help?

    My iPhone has two identical options under "iTunes wi-fi sync" that are the same computer. I only have one user on my computer, and I tried moving my iTunes file in Finder to organize it and now my library's not synced with my phone. Help?

    I have the same problem. Right now my iPhone 5S shows 3 instances of the computer to which it is connected under Settings » General » iTunes WiFi Sync. I'm having problems connecting and syncing, and this is probably the cause: the phone chooses one of these connections, and it isn't the one that's actually in use. What's probably happening is that the phone and computer establish a connection using a dynamic IP address, the address becomes "disassociated" due to error, another address is associated, the phone retains each address/link, and each link is displayed as if it represents a separate computer (the fact that the name of the computer is identical is ignored, as the only thing that is considered important is the IP address). But that's all conjecture. More important, I'm not sure how to fix the problem. A network reset doesn't do it.

  • I have an old iphone 3 32gb and don't use it to make calls as I have a 4s but would like to use the 3 for music any suggestions as to how I can sync two phones with I tunes

    I have an old iphone 3 32gb and don't use it to make calls as I have a 4s but would like to use the 3 for music any suggestions as to how I can sync two phones with I tunes

    Plug the device into the computer.
    Select the content desired to sync.
    Sync.

  • How to sync Nokia phone on macbook pro with OS 10.7

    I already use an iPhone 4 but sometimes like to use a simple phone next to it just for making calls and stuff. Now I think to buy a simple candybar Nokia phone (like C2-00 or C5 etc) which runs on Nokia OS. Hw can I sync my Address book and Calendar from my MacBook with this Nokia ?

    Support - Nokia

  • Syncing using only 2 nokia phones - possible?

    Hi,
    Using only 2 nokia telephones I want to be able to sync my phone calender and the calender of my wife. But I don't want use any PC application. Once a day (when the phones can connect using bluetooth) I need to sync and see if we have any conflicts. Maybe syncing is not the correct term. We need to exchange calender information.
    I have asked to Nokia using colleagues to try but without success. I wonder if it is at all possible.
    If it is possible which Nokia phones do I need (or which version of the sotfware). I was thinking of a 6300 or 6500 classic and a value for money nokia for the wife.
    If this is not possible then why not? Seems like a good idea to me.
    Stuart, Holland

    Hi..
    We use a number of different NI Gpib cards here at work in conjunction with some RF test equipment in a development environment. Most of this equipment will only work in a Talker-Only mode and are meant to dump data to a Pen Plotter. My objective is to write a universal application that will allow the PC to emulate a plotter in a 'listen-only' mode. Some of our PCs are older ISA versions (Win98,etc) where others are PCI (Win2000,XP). I want to write the software so that any of these platforms could be used.
    Any suggestions would be appreciated..
    Jim

  • Same problem on two seperate nokia phones I've had...

    Throughout the years I've had 4 separate Nokia phones, and on two of them I have had the same error. When it happened on my old phone, I sent it in twice to be repaired, but they never managed to fix it. I reckon they didn't understand what I meant.
    The problem has again arisen on my newest phone, a Nokia N5230.
    The problem is that when I'm typing a text message, often the phone will start deleting what I've written, without me prompting it to do so. The entire text is usually deleted, and even when all the text is gone, when I put it up to my ear, i can still hear it ticking - as though it's still deleting, when there's nothing there.
    If i try to start typing again, it'll delete that too, so that I have to go out of the program, and start over.
    Has anyone else had this error, and how do I fix it?

    You can run several AppleTVs in a house concurrently, at least 5, but this requires a reasonable network set up if it is to handle all local traffic concurrently, especially if using other devices to Airplay as it seems your dad is doing now.
    Usually works but the local network will be the issue if any, assuming internet connection rates are good.

Maybe you are looking for