Help! Starting Over.

I need help. I didn't understand how iPods worked when I bought mine. I didn't have a computer at the time so I set up my iPod up on my friends computer. I basically used his library so that I could at least play music until I got my own. I now have my own computer and and a library stored in my music folder. How do I start over from scratch so that my iPod is directly linked to my computer and so that I can transfer songs from iTunes to my iPod. Thanks for your help in advance.

Here's iPod FAQs
http://docs.info.apple.com/article.html?artnum=60920
and I think setting your iPod to factory defaults will get you what you want.
http://docs.info.apple.com/article.html?artnum=60983
NOTICE
It will erase all music currently on your iPod!

Similar Messages

  • Help starting over in Aperture 2

    I upgraded to a bigger hard drive, more ram, installed Snow Leopard and reinstalled Aperture after a major fiasco and have some questions based on what I've read here.
    I want to set things up most efficiently prior to my first import.
    1. Preferences? (Apparently from what I've gathered from this forum these settings will keep things more speedy)
    Store library in Pictures Folder on internal hard drive and use Referenced Master which can be stored offline but you can still see the thumbnails to keyword and sort I just won't be able to edit offline?
    Leave Create New Versions when making adjustments unchecked
    Uncheck New Projects Generate Previews
    2. I have a lot of images from a lot of different cameras. Some of them shot video. Everything was all mixed in when I used iView Media Pro but Aperture doesn't catalog video. I have not installed iView on this machine. Is there a way that the finder can tell me all of the different cameras I've used prior to import so I can move videos? I can't remember all of them. I no longer have access to those old catalogs because I was not aware of the problem until I overwrote that hard drive with Apertures Library. I think I can spotlight .avi, .mov ... ??? would that grab all of them? I have 11 years worth of digital imaging/video from at least 5 different people and who knows how many cameras.
    Thanks!

    Hi,
    This is a lot to post in a little text box - check out the Aperture workflow section of my site:
    [http://photo.rwboyer.com>
    RB

  • HT4623 please help - installed IOS7 and now I am having problems playing Words Free on my Iphone.  It gives me a pop up telling me to connect to ITunes but will not connect.  Cannot get out and have to continually shut down my phone and start over.

    please help - installed IOS7 and now I am having problems playing Words Free on my Iphone.  It gives me a pop up telling me to connect to ITunes but will not connect.  Cannot get out and have to continually shut down my phone and start over.

    Hi, jeantwin.
    Thank you for visiting Apple Support Communities.
    The steps in the article below may help you resolve the issue with push notifications.
    iPad and iPod touch: Unable to use YouTube or Push notifications
    http://support.apple.com/kb/ts3305
    If the issue persists, try signing out of your Apple ID and then sign back in.
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311
    Cheers,
    Jason H.

  • Purchase Adobe Acrobat XI, had to wipe hard drive clean & start over, need to reload it. Can u Help ?

    Purchase Adobe Acrobat XI, had to wipe hard drive clean & start over, need to reload it..Can u Help ?

    Hi greg v.p44270855,
    We would love to help. What part are you having trouble with? For starters, please make sure that you're logged in as an administrator, and temporarily disable any antivirus software. If you don't have the Acrobat installer, you can download Acrobat from http://www.adobe.com/products/acrobat.html.
    If you're running into a particular problem with the installation, please provide some specifics about the problem (error messages, operating system and version, and so so).
    Best,
    Sara

  • HT2371 I started to set up new ipad, I accidentally selected portuguese although I want the ticked default english that showed on first screen. Localisation screen came up (in portuguese) but don't want to continue in portuguese. How to start over? Helpes

    Started set up on ipad. When I went to second screen, showing list of more language preferences I accidentally touched portuguese and this must have replaced the default, ticked, English option. Next screen, localisation, came up (in Portuguese) but I don't want to proceed in this language. how can I start over again. The ipad therefore is not set up with normal screen of apps etc. therefore I cannot change language back using this screen.
    I also tried to Restore my Ipad to factory settings via itunes. You must update to latest version of Ipad software as part of this. The download is about 1 GB and takes 3 hours. Unfortunately when I try this on my PC it installs half the download then drops it - I have tried 3 times and it drops it after an hour and a half each time. I am hoping therefore there might be some simple way of setting up ipad that does not involve 'Restore and Update'. Very frustrated. Please help. Stuck.

    If you press the home button it should come up with some options. One of them will be start over. Those options will be in the different language but you can try each one and via process of elimination eventually will get back tot the default screen.

  • I follow all the instructions to change my "short" name, but when I log back in to my account, it's like starting over from scratch, help?

    I follow all the instructions to change my "short" name, but when I log back in to my account, it's like starting over from scratch, help?

    https://discussions.apple.com/message/6164451#6164451

  • I can't open personal accounts on the internet. After entering ID and Password then the enter key, it's as if the screen refreshes itself and wants me to start over. Help Please.

    I can't open personal accounts on the internet. After entering ID and Password then the enter key, it's as if the screen refreshes itself and wants me to start over. Help Please.

    Click here and follow the instructions.
    (72059)

  • Help, make the program start over

    Hi!
    I want to make this program to start over, an something is wrong, but I can not figure it out, this is new to me. the program is in swedish, but I will try to explaine the functions.
    If you type in zero (0) the program will halt and ask for a value greater then zero. However when you type in a greater value, it will never do the actual calculation. If you from the begining type in a greater value it will do the math. Can anyone help me to correct this.
    Plattform: mac and eclipse, with latest updates.
    Java code:
    import static javax.swing.JOptionPane.*;
    public class sf?r {
         public static void main (String[] arg) {
         String indata;
         indata = showInputDialog (null, "Ange radien i sf?ren du vill r?kna ut Volymen och Arean");
         double radien = Double.parseDouble (indata);
    int three = 3;
    int four = 4;
    double pi = 3.14;
    double volym = four*pi*radien*radien*radien/three;
    double area = four*pi*radien*radien;
    while (radien <=0) {
         indata = showInputDialog (null, "Felaktigt v?rde, Ange ett v?rde st?rre ?n 0");
         radien = Double.parseDouble (indata);
    showMessageDialog (null, "Volymen ?r " + volym + " Arean ?r " + area);
    System.exit (0);
    Martin

       while (radien <=0) {
         indata = showInputDialog (null, "Felaktigt v?rde, Ange ett v?rde st?rre ?n 0");
         radien = Double.parseDouble (indata);
    } this test for 0 is after you do the calculations:
      double volym = four*pi*radien*radien*radien/three;
    double area = four*pi*radien*radien; you need to test for 0 before the calculations.
    just FYI, when posting code, there are "CODE" tags (look at the top of the posting window). It'll make the code much easier to read
    Edited by: redfalconf35 on Nov 21, 2007 9:18 AM

  • Help with downloading cs4,  I accidently unplugged and lost connection while downloading, do I erase files and start over?

    I was downloading cs4 and lost connection, I thaught maybe when i re-connected it would pick up where it left off, but it didnt and the registration screen froze.  Im sorta lost on what to do now, erase all files and try starting over?

    yes, delete partially loaded files.
    restart your dl.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3 | 2.7(win),2.7(mac)
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.
    window using the Lightroom 3 link to see those 'Important Instructions'.

  • Time Machine won't connect to sparsebundle, wants to start over. Pls help!

    I was in the midst of a 40GB iTunes Folder recovery, when it stopped after 5GB.
    Now, when I go to Time Machine preferences and connect to the backup drive, it wants to start over rather than "reconnecting" to the old sparsebundle.
    I've double-clicked the sparsebundle to open it and see that all my backups are in there... but of course, they're backed up in increments. I need to know how I get Time Machine to continue with the backups it already has.
    I'm using Mac OS 10.6.7 on a MBP 13". Time Machine is being used on an Airport Extreme with connected Air Disk (WD hard drive). I know this may be officially unsupported, but I've had no problems with it for the year that I've been using Time Machine to back up and recover various files. I don't think anything is wrong with the sparsebundle other than it isn't seeming to want to reconnect to it.
    I would really appreciate your help. I would hate that I started replacing (and lost) an entire 40GB iTunes folder for the silly reasons I'd wanted to restore it.

    Harv Nagra wrote:
    Time Machine is being used on an Airport Extreme with connected Air Disk (WD hard drive). I know this may be officially unsupported, but I've had no problems with it for the year that I've been using Time Machine to back up and recover various files.
    That's likely the cause of the problem, and is the reason we advise against it -- it may work, for a while, but sooner or later, the backups tend to turn up corrupted.
    Try repairing them, per #A5 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of this forum).
    If that doesn't help, you might be able to view and restore from the backups in that sparse bundle via the +*Browse Other Time Machine Disks+* option, per #E2 in Troubleshooting.
    Whether you can recover the data or not, you're playing with fire. Please see #2 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of this forum), for supported destinations; and #27 for advice on "secondary" backups.

  • When trying to download a rented movie directly from iTunes onto iPad it NEVER finishes downloading.  It constantly starts over.  HELP

    When I try to download a rented movie directly from ipad it never finishes downloading.  It starts and gets close and then starts over again.  HELP

    Two possible reasons:
    1. Not enough space
    2. Slow internet

  • Help!  Need to start over with iPhone 4!

    Got the phone, looks fine, started setup using old 3Gs--ie, made the call to the number below and typed in the number I was activating. Well, then realized the service might not know I was activating a replacement phone, though there was some question addressing that issue, and I quit that activation and set out to call the AT&T number on the new, unactivated, phone, thinking maybe it was rigged to go ahead and call this one number even though it was not activated. It did that and almost instantly a popup arrived saying my new phone was activated.
    Charge your phone/device following the instructions provided in the user's guide.
    Power on your phone/device.
    Call 1-866-499-8008 Monday-Friday from 8:00 a.m.–9:00 p.m. Eastern Time or Saturday from 11:00 a.m.–8:00 p.m. Eastern Time to activate your phone/device. You may be asked for any of the following information:
    Wireless Phone Number
    AT&T Premier Order Number
    15 digit IMEI number
    20-21 digit SIM card number
    It DID NOT ask any of these other questions above.
    Well, the 4 seems to work for calls, but the Internet is ridiculously slow, way slower than my 3Gs, and iTunes put NONE of my apps back onto the new phone after I (laboriously) backed up the 3Gs in iTunes 9.1. Of course I had to upgrade to iTunes 9.2 when I attached the iPhone 4.
    So, w/o any of my apps, and with slow or no functionality on Internet, not much 3G at all, what I'd like to do is go back to square one, start over from activation. Is there any way to do that?
    Also, for some reason the phone is constantly asking me for the Voicemail password,even when there is no Voicemail and I am not trying to pick up Voicemail.
    I ordered thru AT&T (as you can see from the instructs above) so any advice would be welcome as to how to start over, get my apps onto the new phone, and have the thing run at least as well as my 3Gs.
    Thanks for bearing with me thru this labored description of the problem. I hope it's reasonably clear.
    Pier

    no msg

  • Hello, I reset my device and I reset the password on Apple website, then I went to start over my device, but it gives me: "Incorrect Apple ID or Password", though my ID and password are working perfectly on Apple site. I need your help. Thanks.

    Hello, I reset my device and I reset the password on Apple website, then I went to start over my device, but it gives me: “Incorrect Apple ID or Password”, though my ID and password are working perfectly on Apple site.

    Thanks for your response. I'm a 100% sure that I have not bought stuff in the store with multiple IDs. At most I have switched the country stores as I have two credit cards from two different countries. The number of IDs showing up when I click skip are no less than 20-30 and counting. Not a single ID do I recognize in them except mine which shows up in between somewhere. Putting my password leads me to another enter your password screen for an unknown ID.
    Is there anything that can be done?

  • Data acquisition time not continuous, but starting over and over again

    Hi,
    My data acquisition time is not continuous but loops over and over
    again.  Could someone please take a look at my vi to see if you
    have any thoughts on how to fix this.  Also, I tried to set up my
    vi so that I could take the mean of the signal at any time I
    choose.  However, at the same instance that the data acquistion
    time "starts over" again, the mean is calculated (before I trigger it to take the mean)
    I have attached my vi and my output file as a text file so that what
    I'm trying to say will (hopefully) make a bit more sense. 
    Thanks for your help in advance!
    Sherri
    Attachments:
    Datalog1 71805.vi ‏1252 KB

    Hi,
    Thanks for responding to my question. Attached is the vi with added
    comments as to what I think I am doing.  By DAQ time, I mean the
    first column of data that is in the data file that I attached
    previously.  I am only simulating a signal (at the beginning) so
    that I can program in my office.  I do, however, have the same
    problem as stated above when I change the simulate signal to DAQmx
    using my instrument.
    I hope this clearer.  If not, I'll try again. 
    Thanks so much!
    Sherri
    Attachments:
    Datalog1 71805 83.vi ‏1228 KB

  • The spinning "wheel of death" does NOT go away! I've loaded too much stuff on my computer (including the entire Adobe CS6 software) and I want to delete everything on my macbook pro and start over? How do I clean everything up without buying MacKeeper?

    I use my MacBook Pro (Late 2009) for EVERYTHING and I have loaded so many apps, even doubles of some, I think!   My computer is running really SLOW and I think it is because I don't have enough memory. 
    I just installed the new Adobe CS6 and that was a BIG mistake.  The spinnning wheel of death doesn't stop! I wish I could load that program on my computer so I can use it "on the go", but I can't stand the spinning wheel! 
    I want to clean up my computer and get rid of EVERYTHING on it!!     Then, re-install the factory settings to run Lion.  I believe this will make the wheel stop spinning.
    However, how do I make sure that all of the extra stuff that is attached to the app, ( including all the cache') is deleted too?   I don't want to have to buy MacKeeper! 
    I am hoping the computer wizards or the apple team can give me an answer on how to clean up everything and start over.  I have saved everything on my desktop mac. 

    Thank you so much for the help!  I had heard bad things about MacKeeper and I don't want to screw up my macbook  any more than it already is!  I will do as you suggest.  Do you believe this is the best solution for the problem I described?
    Should I load my Adobe Creative Suite 6 (in the cloud version) on an external hard drive? 
    I am so tired of this spinning wheel....should I avoid putting the CS6 on my macbook pro altogether?
    I have it on my desk top mac, but wanted to be able to take the photo editing with me when I am "out and about".  I know I should probably buy the ipad, which would transport much easier, but even the ipad probably doesn't have the capacity to hold all the Adobe CS6 apps, correct?

Maybe you are looking for

  • PowerShell using start job to run multiple code blocks at the same time

    I will be working with many 1000's of names in a list preforming multiple function on each name for test labs. I notice when it is running the functions on each name I am using almost no CPU or memory.  That led me to research can I run multiple thre

  • Dvd drive can't read DVD's

    hi all, My problem is the dvd drive in my laptop. It will not read dvd's commercial or burnt variety, curiously it reads cd's just fine. So far email tech support has been useless. I wrote them explaining what steps I had tried to fix the problem suc

  • Missing thumbnails in Bridge CS4

    Can anyone explain why some of my .PSD thumbnails have gone missing from Bridge CS4? The files show as simply the PSD icon. These are large files (~200MB). If I highlight the files in a folder, right-click, and 'Purge cache for selection', the thumbn

  • What's the best Java Editor?

    Right now I'm using JCreator. I've tried JBuilder, but it keeps crashing on my machine and it runs damn slow... Is there a better editor out there that shows your errors clearer and stuff?

  • PO - Scheduling agreement

    Hi What is the main difference between a purchase order and a scheduling agreement ? regards, senthil.