Help! I am trying to load my itunes on my husbands laptop and have no idea how to do this. Does anyone know?

I never transferred my old itunes account to my laptop. It's my husband's laptop and he had his itunes on it. We have just deauthorized his account but HAVE NO IDEA how to load my account on it. Please give me any tips you have. Thanks! Carmen

Try the instructions mentioned here: How to set up an iTunes Store account and this one about authorizing : About iTunes Store authorization and deauthorization

Similar Messages

  • I have this account but do not have itunes visible on my laptop and have no idea how to back up my iphone

    i have set up an itunes account but have no idea how i now connect my iphone to it as i cannot see it on my laptop?

    i never use itunes and have been offered a samsung galaxy s3 as a swap so i need to save all my data as i di not wish to lose it all, if saved will i then be able to transfer it to the S3?

  • Help I am a student and have no idea how to sort this program by Product

    First class:
    // CheckPoint: Inventory Program Part 1
    // Display product information
    public class Product1 //declare class
    //declare instance variables
    private int productNumber,
    inStock;
    private String productName; // List of instance variables unique to object
    private double unitPrice;
    //constructor to handle no input and set defaults
    public Product1()
    //constructor to handle input parameters
    public Product1( int number, String name, int stock, double perPrice )
    productNumber = number;
    productName = name;
    inStock = stock;
    unitPrice = perPrice;
    public void setProductNumber( int number ) //stores product number
    productNumber = number;
    public void setProductName( String name ) //stores product name
    productName = name;
    public void setInStock( int stock ) //stores amount of product in stock
    inStock = stock;
    public void setUnitPrice( double perPrice ) //stores the unit price of product
    unitPrice = perPrice;
    public int getProductNumber() //allows a call to retrieve product number
    return productNumber;
    public String getProductName() //allows a call to retrieve the product name
    return productName;
    public int getInStock() //allows a call to retrieve stock info
    return inStock;
    public double getUnitPrice() //allows a call to retrieve unit price
    return unitPrice;
    public double getInventoryValue()
    return ( (double)inStock * unitPrice );
    public String toString()
    return productName + " - " + unitPrice;
    Second Class:
    import java.text.DecimalFormat;
    public class Inventory1
    private final int maxInventory = 30;
    private Product1 items[] = new Product1[ maxInventory ];
    DecimalFormat formatter = new DecimalFormat( "$##,###.00" );
    public void addProduct( Product1 item )
    for ( int i = 0; i < maxInventory; i++ )
    if (items[i] == null)
    items[i] = item;
    return;
    public double getTotalInventoryValue()
    double sum = 0.0;
    for ( Product1 item : items )
    if ( item != null )
    sum += item.getInventoryValue();
    return sum;
    public void displayInventory()
    boolean hasItems = false;
    for ( Product1 item : items )
    if ( item != null)
    hasItems = true;
    System.out.printf( "%8d%12s%11d%13.2f%14.2f", item.getProductNumber() , item.getProductName(), item.getInStock(), item.getUnitPrice(), item.getInventoryValue() );
    System.out.println( "" ); // display space
    System.out.println("");
    Part 3:
    import java.text.DecimalFormat;
    public class InventoryTest1
    static DecimalFormat formatter = new DecimalFormat( "$##,###.00" );
    public static void main( String args[] )
    Product1 item1 = new Product1( 001, "Staples", 5, 2.99 );
    Product1 item2 = new Product1( 002, "Books", 10, 15.00 );
    Product1 item3 = new Product1( 003, "Printers", 20, 55.00 );
    Inventory1 myInventory1 = new Inventory1();
    System.out.println("");
    System.out.printf( "%s%12s%11s%13s%14s", "Product#", "Name", "In Stock", "Unit Price", "Stock Value" );
    System.out.println("");
    System.out.println("");
    myInventory1.displayInventory();
    myInventory1.addProduct( item1 );
    myInventory1.addProduct( item2 );
    myInventory1.addProduct( item3 );
    myInventory1.displayInventory();
    System.out.println( "" ); // display space
    System.out.println("");
    System.out.println( "Total value of inventory is: " );
    System.out.println ( formatter.format(myInventory1.getTotalInventoryValue() ) );
    I have no idea where to put the sort statement and how to implement it.

    Sorry about that. Before i proceed with the code I will say that I need help trying to determine where to put a sort statement and what sort statement should I use. I have three classes and have no idea how to sort the items by Product name. For instance, I have staples, books, and printers in my code. How do I get it to display these names and all of the corresponding information in alphabetical order. So with that said, here is the code.
    First program:
    // CheckPoint: Inventory Program Part 1
    // Display product information
    public class Product1 //declare class
    //declare instance variables
    private int productNumber,
    inStock;
    private String productName; // List of instance variables unique to object
    private double unitPrice;
    //constructor to handle no input and set defaults
    public Product1()
    //constructor to handle input parameters
    public Product1( int number, String name, int stock, double perPrice )
    productNumber = number;
    productName = name;
    inStock = stock;
    unitPrice = perPrice;
    public void setProductNumber( int number ) //stores product number
    productNumber = number;
    public void setProductName( String name ) //stores product name
    productName = name;
    public void setInStock( int stock ) //stores amount of product in stock
    inStock = stock;
    public void setUnitPrice( double perPrice ) //stores the unit price of product
    unitPrice = perPrice;
    public int getProductNumber() //allows a call to retrieve product number
    return productNumber;
    public String getProductName() //allows a call to retrieve the product name
    return productName;
    public int getInStock() //allows a call to retrieve stock info
    return inStock;
    public double getUnitPrice() //allows a call to retrieve unit price
    return unitPrice;
    public double getInventoryValue()
    return ( (double)inStock * unitPrice );
    }

  • I'm trying to re-install itunes. I keep getting an error that says "Apple Moble device failed to start" Verify you have sufficiant privlidges to start system services. Anyone have an idea how to fix this?

    I'm trying to re-install Itunes. I keep getting an error message that says....
    "Apple Moblie Device failed to start, Verify you have sufficiant privileges to start system services"
    Does anyone know what this means, or how to fix?
    Thanks

    Hello pongo19,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/ts1567
    Close iTunes and disconnect the iPhone, iPad, or iPod touch.
    Click the Windows Start button .
    In the Start Search field type Services.
    In the Programs section of the search results, Click "Services".
    Select Apple Mobile Device and click Stop the service as shown below:
    After the service has stopped, click Start the service.
    After the Apple Mobile Device service has started again, open iTunes and connect the device.
    Set the Apple Mobile Device Service Startup type to Automatic
    Remove and reinstall iTunes and AMDS
    Best of luck,
    Mario

  • I'm trying to order a calendar off iphoto and have never had any issues, now it wont allow me to input a canadian address for ordering  help help help this is an xmas gift and i have no idea how to fix this have tried numerous things

    I'm trying to order a calendar off iphoto and have never had any issues, now it wont allow me to input a canadian address for ordering  help help help this is an xmas gift and i have no idea how to fix this have tried numerous things

    No I didn't even read through your post, to long.
    You said that "No matter what program I try to install, as soon as the installer opens it crashes". Were you talking about the install for this/these 3D programs or ANY program? As it is worded it sounded like ANY program. That tells me there is a problem with your Mac, software or hardware.
    Now you say others install programs, which is it. Programs other then the 3D ones install or no programs install?
    Could simply be your Mac is to old to run these programs and the installer knows that. You never said what model or year Mac it is.

  • When I load itunes it defaults to the store and then I get a Blue Screen.  Does anyone know how to change itunes so that it will default to My Music rather than store.  I need to be able to do this before I load itunes.

    When I load itunes it defaults to the store and then I get a Blue Screen.  Does anyone know how to change itunes so that it will default to My Music rather than store.  I need to be able to do this before I load itunes.

    I solved the problem with the assistance of apple support knowledgebase.  Refer to TS3441.

  • I need help I can't remember my iTunes Security Questions and have no idea how to change them just used a $20 gift card

    I need help I can't remember my iTunes Security Questions and have no idea how to change them just used a $20 gift card

    If you have a rescue email address (which is not the same thing as an alternate email address) on your account then you can use that to reset them : http://support.apple.com/kb/HT6170
    If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you will have to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    If your country isn't on that page then try this form and explain and see what they reply with : https://ssl.apple.com/emea/support/itunes/contact.html
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps on this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5620
    Or, if it's available in your country, you could change to 2-step verification : http://support.apple.com/kb/HT5570

  • On my Mac Mini, I keep getting this error message: "iCloud encountered an error while trying to connect to the server".  I don't have any problems with iCloud on my laptop / PC.  It works fine... Does anyone know what the problem could be?

    On my Mac Mini, I keep getting this error message: "iCloud encountered an error while trying to connect to the server".  I don't have any problems with iCloud on my laptop / PC.  It works fine... Does anyone know what the problem could be?

    Your Mac must be on Lion (10.7) to run iCloud. Apple had to change the operating system to fully support it. Nevertheless, it is possible to get emails from iCloud without having Lion. Please tell me if this interests you.
    Anyways, here is the link to buy Lion (30 dollars, totally worth the upgrade ): http://itunes.apple.com/be/app/os-x-lion/id444303913?mt=12
    Franklin

  • I am trying to upgrade from Tiger to Snow Leopard.  When I insert the disk and install starts, it states "This disk is used for Time Machine backups" and Mac OSX can't be installed.  Does anyone know how to correct this (since Tiger doesn't have Time Mach

    I am trying to upgrade from Tiger to Snow Leopard.  When I insert the disk and install starts, it states "This disk is used for Time Machine backups" and Mac OSX can't be installed.  Does anyone know how to correct this (since Tiger doesn't have Time Machine)?

    http://support.apple.com/kb/TS2986

  • I am trying to view my pay stubs online but nothing happens when I click on the link. Does anyone know why, I never had a problem viewing them with my pc?

    I am trying to view my pay stubs online but nothing happens when I click on the link. Does anyone know why, I never had a problem viewing them with my pc?

    Nobody knows why because you have not provided sufficient information. Web site? Browser? How do you see your pay stubs online? Company web site? Unsecure?

  • Trying to do a password update but it asks me for a four digit pass code. Does anyone know if that would have been a significant date or set of letters or numbers I was prompt for in the past when I first bought my phone?  Thanks.

    Trying to do a password update but it asks me for a four digit pass code. Does anyone know if that would have been a significant date or set of letters or numbers I was prompt for in the past when I first bought my phone?  Thanks.

    It rather depends on where you are seeing the demand for a passcode. If, as I assumed, you are trying to change the password at http://appleid/apple.com then that will ask for a passcode if 2-step verification has been set up. On the other hand, if, as Csound1 has assumed, you have changed the password on that website and are trying to enter it in your phone (for which you need to sign out completely before you can do this) and are being asked for a passcode that can only be one you set yourself (unless of course the phone is second-hand in which case that would open a whole new can of worms).

  • HT1386 purchased new songs from itunes and when I clicked on the Sync button those new songs are not added to my ipod nano. Have any idea how to resolve this problem?

    purchased new songs from itunes and when I clicked on the Sync button those new songs are not added to my ipod nano. Have any idea how to resolve this problem?

    Do you have the right boxes checked to sync the music to your iPod?
    iTunes: Syncing media content to iOS devices and iPod
    Do they play in iTunes on the computer?
    Have you successfully synced music form this iTunes library/computer before?

  • PC and iPod plus backup were all stolen saturday. does anyone know whether iTunes keep a record of our purchases?

    my PC and iPod plus backup were all stolen saturday. does anyone know whether iTunes keep a record of our purchases?

    No unless you makea  habit of loosing all your content... Apple tends to be forgiving the first time, but after that its fair game, since your not actually purchasing the right to own the music.

  • Can anyone help, I have an I-phone 4s and trying to sync to ITunes. It tells me I need to update I tunes on the phone to 11.1 but have no idea how to do this....?

    Hi, can anyone help...trying to sync I phone 4s with I tunes, it comes up with message to upgrade iTunes on phones to 11.1 but have no idea how to? Can anyone help with how I do this or any other way to get all music onto iPhone?? Thanks.

    Yes, it will keep the music.
    Close all open apps or programs.  Open iTunes, look for Check for Updates in the menu and click on that.  Then follow the prompts.
    When the update is done.  Open iTunes and in the menu look for show sidebar and click on that, then connect your iPhone to iTunes, click on your phone's name on the Sidebar, review all the tabs to make sure your sync option are what you want them to be (music, movies, photos, books, etc.) and after that click sync or apply and wait for the sync to finish.

  • HT1918 I'm trying to update my credit card, but it won't let me input the security code.  Does anyone know how to solve this problem?

    I'm trying to update my credit card in ITunes, but it won't let me input the security code.  Does anyone know how to solve this problem?

    Could you give me more details on how it would let you put in the CVV?

Maybe you are looking for

  • Error while executing a Report in Browser

    Every time I go into BI and try to run a GL report it never comes back with data.  It runs for a long time. The comes back blank for a long time, then finally it ends in error. Please help. As it is the end of the year I need the GL information on my

  • Very Dissapointed with Creative Customer Supp

    Well, here's my correspondence with Creative Support , and let me say I am very dissatisfied with this level of support...My initial email I thought clearly spelled out the issue -- >>Detailed Problem Description:>>In the process of updating my firmw

  • What are the major release version numbers and what versions are not considered major releases?

    I manage a QA team that tests websites in all major browsers. I need to know what versions of Firefox are considered major releases and which versions are just incremental or minor updates. With new versions being released almost every month, I can't

  • No signal after clearing CMOS

    Hey, I was having problems and so chose to clear the cmos (using the jumper). Now there is no signal on monitor! Just to make sure that it was cuz of clearing cmos, I had another computer with the problem so I did it to that one too lol. And that one

  • Moss - create and execute playlists of arbitrary commands

    I've been a happy user of MPD for several years, but I've often found that I want to put other things in my playlist besides audio files under a specific directory on my filesystem--and even if I could put those things in my playlist, MPD wouldn't kn