Activating then managing with a different ITunes

hi there,
I am due to receive my iphone today whilst at work. If I download a copy of itunes to my work computer to activate it, can I then go home tonight and sync with my home computer? I wouldn't want to to manage my iphone with my work computer, just activate it so i can make sure its working etc, but i don't want this to 'lock' my iphone into that copy of itunes.
Can someone advise please?
thanks

That is not a problem.
When you get home and connect to your computer, it will give you a warning that the iPhone is synced to another computer. You then have the option to sync to the new computer, which you should do.

Similar Messages

  • Can I sync my iphone with 2 different Itunes Library without erasing data?

    Hello,. I would like to know if its possible to sync my iphone with two different Itunes library without data from first itunes library getting deleted when sync with second itunes library, (I mean, at least the music and videos)
    Thanks!

    iOS devices can only sync with one library at a time.  To sync with a new library, you have to remove the current libraries content.
    An alternative would be to move content to one computer (using an external drive or homesharing), and then sync with the library you choose.

  • How do updates work if you download Apps with 2 different itunes accounts?

    I am wondering what will happen when Apps need to be updated and they have been purchased on the same iPad but with two different iTunes accounts?
    One person is signed in and purchases Apps and then signs out. The other person signs in and make purchases with another account.
    When updates are available, you are asked to put in a password. Does it matter which password is used??
    Will this be workable?
    Thanks,
    Prea

    Your purchases are linked to your own iTunes account so in order to update you would have to log in with the one account to update the apps purchased from that account, sign out, then sign in with the second account in order to update those apps purchased with the second account.
    Yes it matters which password you use. Separate accounts will require separate passwords in order to sign in and update apps.
    Message was edited by: Demo

  • How do i backup my iphone 3 started on one itunes account and restore to the same phone with a different itunes account without losing all my information?

    how do i backup my iphone 3 started on one itunes account and restore to the same phone with a different itunes account without losing all my information?

    Please search the forums. This has been covered here extensively.

  • Can I use 1 computer with 2 different iTunes accounts and devices? We're afraid we're going to wipeout one library or the other if we do??

    My son got an iPhone and wanted his own iTunes account. Now his computer died, and he wants to connect to his iTunes account on my computer. When it asks to sync the computer, a message comes up and we're afraid either his or my library are going to be wiped out by trying to do this. Is it possible to use 1 computer with 2 different iTunes accounts and devices without wiping out one of the libraries? Thanks for any info.

    If the content was not originally purchased/synced to the device from your computer it will erase and replace the content from the device with that of the computer. If you have content that you want to backup you can transfer purchases http://support.apple.com/kb/ht1848 check this link out

  • My wife and I have iPhones with 2 different iTune accounts and iCloud accounts, How can I set my Mac and iTunes up to be able to sync all as 1?.

    My wife and I have iPhones with 2 different iTune accounts and iCloud accounts, How can I set my Mac and iTunes up to be able to sync all as 1?.

    You can't merge two iTunes accounts.

  • I have 3 computers with 3 different iTunes libraries can I download all to itunes match and have one library?

    I have 3 computers with 3 different iTunes libraries, can i set up iTunes Match download each library and have all of my music in one place in the cloud?

    Yes.  By enabling iTunes Match on each computer, each library will be scanned and the Songs will be Matched or Uploaded to the cloud.
    Do look carefully at the User Tips area of this forum to help you with the neatest route to success.

  • Is there a way to get a second free trial of an app on my iPad with a different iTunes acct

    Is there a way to get a second free trial of an app on my Ipad with a different Itunes acct and password?

    You will be logging out of your current ID to do this, so you will lose all of your apps and things for your other Apple ID, until you switch back.
    This seems like hard work to save a couple of dollars.

  • Sync two iPhones with two different iTunes and iPhoto libraries script

    I'm sure this is answered elsewhere, but I was not able to find a solution to this easily. My wife "L" and I, "J" have iPhones, also different tastes in music, and wanted a way to not have all of our own pictures filling up our default iPhoto library. So we first set up two different iTunes and iPhoto libraries. Two diffrent contact libraries would be nice, but contact groups worked okay for this. But then everytime we would sync, it meant opening both iTunes and iPhoto while holding the option key then selecting which library depending on which phone was going to be pluged in. Believe me, you only need to have "Automatically sync" turned on and plug in the wrong iPhone before all sorts of problems arise!
    Let me state, I am not fluent with AppleScript, but rather I found bits and pieces close to what I wanted here and there on the www and kept playing until it worked. This works flawlessly everytime on our MacBook, and, unless your initials are J & L and there are only two of you, you will have to change some letters here and there throughout the script to make it work for your situation. Think of this as a rough draft and start to play. I'm sure there is a simpler way to write this script, so to all the real authors, please re-write!
    So we have two libraries for iTunes and iPhoto. One set of libraries named J's iTunes library and J's iPhoto library, and another two named L's iTunes library and L's iPhoto library. I wanted to create one app that would close the current libraries, and open the correct ones (or return to our default libraries) depending on what iPhone was to be synced. Using AppleScript Editor and saving the script as an application, this is what I came up with:
    display dialog "Do you want to continue to set iTunes and iPhoto libraries?" buttons {"Cancel", "Continue"} default button "Continue"
    tell application "iPhoto" to quit
    tell application "iTunes" to quit
    set Y to the button returned of (display dialog "Which libraries do you want to use?" buttons {"L's", "Reset to Defaults", "J's"} default button "Reset to Defaults")
    if Y = "Reset to Defaults" then set Y to "i"
    if Y = "L's" then set Y to "l"
    if Y = "J's" then set Y to "j"
    tell application "System Events"
      key down option
      delay 1
              tell application "iPhoto"
      activate
      delay 3
                        tell application "System Events"
      key up option
                        end tell
              end tell
    end tell
    tell application "System Events"
      keystroke Y
              tell application "System Events"
      key code 36
              end tell
    end tell
    delay 2
    tell application "System Events"
      key down option
              tell application "iTunes"
      activate
                        tell application "System Events"
      key up option
      keystroke return
                        end tell
              end tell
    end tell
    tell application "System Events"
      keystroke Y
    end tell
    tell application "System Events"
      key code 36
    end tell
    if Y = "i" then tell application "iTunes" to quit
    if Y = "i" then tell application "iPhoto" to quit

    Hi, thanks for your answer.
    Unfortunately this does not work because iTunes still keeps one account with the store active regardless which library I open. So when I switch the account in the store it will be switched for both libraries. That means that I can not separate the iPhone applications and all the other specific sync parameters.
    I thought about using my wife's account on the Mac and pointing iTunes to the new library - the problem here is that then the iPhoto library is not accessible any more......
    I can't really believe that there is no solution from Apple - I mean there must be more couples and families out there with 2 and more iPhones syncing with one iTunes / iPhoto etc libraries.
    Any other ideas? Thanks in advance!

  • HT2736 A friend gifted me something, but it NEVER arrived, he tried resending the mail 3 times, then tried with a different email, and still didn't work. WHAT!?

    A friend gifted me the new single Super Collider, but I never got any e-mail or message at all. He paid for it, got charged to his credit card, and I received nothing. He tried sending it multiple times, without success, then he tried with a different email account of mine, which didn't work as well. We're both seriously ****** about this, but before ragin out in flames, is there any way to solve this?
    Facts:
    We have the same country store on iTunes.
    Both my emails have an associated iTunes account (both same country as his)
    I checked my mail everywhere I could, no spam folder, no trash folder, no main folder, nothing.
    What can we do? If possible to avoid contacting support better, apple support gets 5 stars on the worst tech-support system.

    You don't want to update to 3.6.4, trust me. Stay with 3.6.3. If you need to download it again you can find it here:
    http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/win32/en-US/

  • HT1206 my mom somehow ended up with totally different iTunes accounts, based on an old (dead) email address and a newer one as well. She's bought a lot of music on both accounts over time... is there some way to merge the old account into her newer one?

    my mom somehow ended up with two totally different iTunes accounts, based on an old (dead) email address and a newer one as well. She's bought a lot of music on both accounts over time... is there some way to merge the old account into her newer one?

    No. If one of those accounts is inaccessible, click here and request assistance.
    (82012)

  • I accidentally synced my iPhone with a different iTunes, now I lost all my purchased music. How do I get it back?

    I had synced my phone onto a different iTunes account without thinking about it. I had purchased a few songs and episodes from the iTunes library and now I'm having a hard time recovering them. The new iTunes lets you purchase previously downloaded apps and books but I can't find anywhere to download my songs and tv shows. I have the list items in my previous purchases history but every time I go to download it again it asks to buy again. Is there anyway of getting them back for download or will I have to suck it up and pay again? I have an iPhone 3GS if that helps. Thanks for your time.

    Not 100% sure, but I think even though it says "buy", it will recognize that you have already bought it and it won't charge you again.
    Maybe someone here can confirm that that is indeed the case?

  • Is there a way to upload songs from my iTunes to another iPod that is connected with a different iTunes account without any songs being deleted?

    My father has thousands of tracks in ipod nano uploaded from his desktop computer itunes, but he wants several tracks from my macbook pro laptop itunes.  Is there a way to get my tracks into his nano without deleting the thousands of tracks.  It seems ridiculous to delete all the tracks just to get a few more.  By the way, he does not have a desktop computer anymore, and the only way to get tracks is from my laptop.  Also some of the tracks in his nano, he does not own the CDs anymore that is why he does not want to automatically delete his thousands of tracks in his nano.  When he had his desktop, he had his own itunes account, and i have my own itunes tracks.  We want to share music although we have our own account. Please help. Thank you Apple.

    No. If you have different iPod using a different iTunes acct. you have no choice but to delete the songs and upload your. itunes won't let you transfer songs from different iTunes acct.

  • Removal of apps which was installed with a different iTunes account

    Hi there,
    I recently had to restore my phone from a iCloud backup. The backup contained apps which was installed by a different iTunes user. The phone keeps prompting me for the password and I don't know the password, I want to remove those apps from the phone so it will stop asking me for the password.
    Please advice. !

    If you can't delete the apps without entering a password, that means restrictions is turned on. And you will need the password to turn restrictions off also. So pretty much the only way to get rid of them, is a recovery mode restore to factory settings. But that will delete everything from the phone.
    Or if you know who's ID was used to download the apps, ask them for the password, or keep the apps it's up to you.

  • Creating a 2nd account with a different iTunes collection

    I managed to erase 70 gigs of iTunes from my last computer.   However, I think I saved it on a backup drive.
    I now have a new computer with Snow Leopard,  and have started over with iTunes.   I would like to start a new account area and put the old iTunes there, thus having 2 sets of iTunes - one for reference and the newer one for my iPod.
    Is this possible?  If so,  what do I need to do?
    Thanks

    By default, your Documents folder is inaccessible to other accounts. For the remaining folders, use the Disk Utility in the /Applications/Utilities/ folder to create an encrypted image and store the folder's contents in that image.
    (31930)

Maybe you are looking for

  • How do I open an iTunes account?

    I am living pin jamaica West Indies and I cannot access iTunes on either my iphone5 or my ipad2. What can I do to remove and reinstall iTunes on my devices?

  • Condition type PR00 can only be used once

    Hi Experts, Im faced with a strange problem. Request your help in resolving it. I tried to create my own pricing procedure by copying from RVAA01. Then i deleted all the steps and created my own steps. But when im trying to save the document, it says

  • Can my iPod be Formatted?

    I'm pretty sure it can't but I didn't think it could hurt to ask, can I take my 3rd Gen iPod 20GB and format it so it acts like an external Hard Drive? I'm hoping to find some kind of solution that will last me until I scrape enough free capital to g

  • MDM_CLNT_EXTR (No data was found)

    Hello, We need to extract all Customer Master Data from ERP 2005 using MDM_CLNT_EXTR. I encounter with the following error: - The job terminates with error message B1 041 (Table MASTER_IDOC_DATA is empty). or - The job terminates with message MDMXFW

  • $10 Certificate not showing up for CoD:AW

    I made two seperate orders for Call of Duty: Advanced Warfare. I have already recieved 94 points towards one order, but the other order that is pending also shows 94 points. Will the other pending order recorrect itself to show 594 points? Thanks.