HT1212 what if the computer i synced the ipod on doesnt work anymore

what if the computer i synced the ipod on doesnt work anymore?

To not lose anything:
Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

Similar Messages

  • I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt

    I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt available anymore in the plugin list. Tried to reinstall everything for a few times, but nothing helps.

    When I search for updates the raw converter doesnt get update automaticly. Frustrating, is costing me the whole morning.

  • Is there warranty for when the sleep button doesnt work anymore?

    Am i able to get a new phone if my sleep button doesnt work anymore?

    If you still have the warranty, Apple will repair your phone.

  • The top power button on my iPod touch doesnt work anymore. What do I need to do to fix it or figure out why it all of a sudden stopped working??

    The power button on the top of my iPod touch no longer works. I cannot turn my iPod on or off. How do I fix this problem or figure out what caused this to happen?

    - When you depress the button does it feel like it is working?  Could something gotten in the space and jammed the button?
    - Can you reset the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Have you tried restoring the iPod from backup via iTunes on your computer.
    - Next would be to restore the iPod to factory defaults/new iPod
    - Last, make an appointment at the Genius Bar of an Apple store.

  • One more to the list of people that suddenly the Ipod is not working anymore. It does not turn on, I read some of the ideas, I can see that is something that comes from apple somebody could solve it or should we unitforces to demand a solution from apple?

    My Ipod is not working, It was working find and suddenly it does not turn on anymore. It does not responde when it is plugged in. I can see it is not the first case, somebody has received an answer that works? Some similarities in the ipods? thanks for your help.

    Have you tried a reset?
    iPod touch User Guide (For iOS 4.3 Software)

  • On the second time I go back to the button, it doesnt work anymore?

    Hello,
    Well im still busy making an animation and I got stuck.
    The animation goes as following: I have 15 buttons active at this moment, I only programmed 1 so far. If I click on this 1 button (linkslinksboven_btn) it goes to a certain frame, in this case frame 181. In frame 181 I have 4 new buttons which 1 is programmed yet, if I click on this button (linkscirkellinks_btn) I made some lines go to a colour and a letter "M" is turning 10 times during 10 seconds. After those 10 seconds that little animation stops and I have to click on a button (onzichtbareknoplinkslinksboven_btn) that goes back to where my 15 buttons are active which should be at frame 180, so all 15 are able to get clicked again. So I click on the button, it shows my 15 buttons but when I click on the 1 I programmed and used earlier it does nothing?
    Here's all the coding on my first keyframe:
    //---Frame stop @ frame 180---\\
    addEventListener(Event.ENTER_FRAME, onEnterFrame180);
    function onEnterFrame180(e:Event):void {
         if (currentFrame == 180) stop();
    //---Knop linksmidden_btn---\\
    linksmidden_btn.addEventListener(MouseEvent.CLICK, linksmidden_btnClick);
    function linksmidden_btnClick(event:MouseEvent):void{
        gotoAndPlay(180);
    //---Knop linkslinksboven_btn---\\
    linkslinksboven_btn.addEventListener(MouseEvent.CLICK, linkslinksboven_btnClick);
    function linkslinksboven_btnClick(event:MouseEvent):void{
        gotoAndPlay(181);
    //---Knop linksrechtsboven_btn---\\
    linksrechtsboven_btn.addEventListener(MouseEvent.CLICK, linksrechtsboven_btnClick);
    function linksrechtsboven_btnClick(event:MouseEvent):void{
        gotoAndPlay(182);
    //---Knop linkslinksmidden_btn---\\
    linkslinksmidden_btn.addEventListener(MouseEvent.CLICK, linkslinksmidden_btnClick);
    function linkslinksmidden_btnClick(event:MouseEvent):void{
        gotoAndPlay(183);
    //---Knop linksrechtsmidden_btn---\\
    linksrechtsmidden_btn.addEventListener(MouseEvent.CLICK, linksrechtsmidden_btnClick);
    function linksrechtsmidden_btnClick(event:MouseEvent):void{
        gotoAndPlay(184);
    //---Knop linkslinksonderbovenkant_btn---\\
    linkslinksonderbovenkant_btn.addEventListener(MouseEvent.CLICK, linkslinksonderbovenkant_btnClick);
    function linkslinksonderbovenkant_btnClick(event:MouseEvent):void{
        gotoAndPlay(185);
    //---Knop linkslinksonderonderkant_btn---\\
    linkslinksonderonderkant_btn.addEventListener(MouseEvent.CLICK, linkslinksonderonderkant_btnClick);
    function linkslinksonderonderkant_btnClick(event:MouseEvent):void{
        gotoAndPlay(186);
    //---Knop linksrechtsonderonderkant_btn---\\
    linksrechtsonderonderkant_btn.addEventListener(MouseEvent.CLICK, linksrechtsonderonderkant_btnClick);
    function linksrechtsonderonderkant_btnClick(event:MouseEvent):void{
        gotoAndPlay(187);
    //---Knop linksrechtsonderbovenkant_btn---\\
    linksrechtsonderbovenkant_btn.addEventListener(MouseEvent.CLICK, linksrechtsonderbovenkant_btnClick);
    function linksrechtsonderbovenkant_btnClick(event:MouseEvent):void{
        gotoAndPlay(188);
    //---Knop rechtsonderkant_btn---\\
    rechtsonderkant_btn.addEventListener(MouseEvent.CLICK, rechtsonderkant_btnClick);
    function rechtsonderkant_btnClick(event:MouseEvent):void{
        gotoAndPlay(189);
    //---Knop rechtsbovenkant_btn---\\
    rechtsbovenkant_btn.addEventListener(MouseEvent.CLICK, rechtsbovenkant_btnClick);
    function rechtsbovenkant_btnClick(event:MouseEvent):void{
        gotoAndPlay(190);
    Here's the coding at the second keyframe wich is at frame 181:
    stop();
    //---Knop linkscirkellinks_btn---\\
    linkscirkellinks_btn.addEventListener(MouseEvent.CLICK, linkscirkellinks_btnClick);
    function linkscirkellinks_btnClick(event:MouseEvent):void{
        gotoAndPlay(182);
    //---Knop linkscirkelboven_btn---\\
    linkscirkelboven_btn.addEventListener(MouseEvent.CLICK, linkscirkelboven_btnClick);
    function linkscirkelboven_btnClick(event:MouseEvent):void{
        gotoAndPlay(183);
    //---Knop linkscirkelrechts_btn---\\
    linkscirkelrechts_btn.addEventListener(MouseEvent.CLICK, linkscirkelrechts_btnClick);
    function linkscirkelrechts_btnClick(event:MouseEvent):void{
        gotoAndPlay(184);
    //---Knop linkscirkelonder_btn---\\
    linkscirkelonder_btn.addEventListener(MouseEvent.CLICK, linkscirkelonder_btnClick);
    function linkscirkelonder_btnClick(event:MouseEvent):void{
        gotoAndPlay(185);
    And then finally on my last keyframe so far at frame 481:
    stop();
    //---Knop onzichtbareknoplinkslinksboven_btn---\\
    onzichtbareknoplinkslinksboven_btn.addEventListener(MouseEvent.CLICK, onzichtbareknoplinkslinksboven_btnClick);
    function onzichtbareknoplinkslinksboven_btnClick(event:MouseEvent):void{
        gotoAndPlay(180);
    Does anyone know why I cannot click on the linkslinksboven_btn when I get to that frame for the second time?
    Every help or even tips to make my step easyer are welcome! Im open to learn! =)
    Dear Greetings,
    Coyke

    You probably need to have your buttons' code at frame 180 instead of any earlier frame.  If the 15 buttons end at frame 180, but the code for them is at frame 1, then when you move beyond frame 180 you essentially lose the buttons, and if you move back to frame 180, there is no code there to assign functionality to the buttons.

  • Since IOS 5 the accelerometer of my iPod doesnt work anymore, anyone knows how to fix this?

    The accelerometer of my iPod Touch doesnt work anymore, it has worked perfectly, untill i updated the device to iOS 5.

    Did you try to reset the ipod by holding the sleep and home button until the Apple logo comes up again?
    If this does not help, try to set it up as new device without using the latest backup:  How to set up your iPhone or iPod touch as a new device

  • Mac OS 9 -  iTunes for iPod mini doesnt work,what do??

    last week i bought an iPod mini,but iTunes 4.7 which is on the iPod cd doesnt work (the iPod mini software also not),i think because my mac is too old.
    so were can i get iTunes plus the iPod mini software which runs on my macintosh?

    There is no version of iTunes for Mac OS 9 that will work with the iPod mini. The last version of iTunes for Mac OS 9 is version 2.04, and that will only work with first and second generation full-size iPods, plus third-generation full-size iPods which are running version 2.0x of the firmware. All third-generation iPods and iPod shuffles can be used as an external hard disk in the Finder. Mac OS 9's iPod updater will only work with first and second generation full-size iPods.
    (8568)

  • I want to download the new software on my ipod touch on a different computer to what i normally use, but it keeps telling me i will loose all my downloads. Is it possible to make this computer the main computer to sync my ipod?

    I want to download the new software on my ipod touch, on a different computer to what i usually sync my ipod to, and it keeps telling me i will lose all my downloads. i it possible to download the update on this computre, without deleting my information, and making this computer the main computer to sync my ipod to?

    A manual backup will help in your situation.
    Make sure your new computer is authorized in iTunes. Disable autosync in iTunes, connect your iPod, right click on it in the device list and choose backup.
    This will save data, pictures and settings to itunes. See what's included in this backup here: http://support.apple.com/kb/HT4946
    Transfer your purchases the same way to copy all apps and bought media from the Store to your computer.
    Set up at least one contact and event on your computer to be able the merge your calendars and contacts after your iPod got wiped during the first sync.
    The rest of the data can be restored from the backup you made.
    Restoring: http://support.apple.com/kb/HT1414
    Music is one way only, from the computer to your device, unless you bought the songs in iTunes and transferred your purchases.
    There is 3rd party software out there, but not supported by Apple, see this thread: http://discussions.apple.com/thread.jspa?threadID=2013615&tstart=0
    Apps can be downloaded again for free, in some countries music as well: Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • HT1386 I have the iphone 5s. I cannot get the playlists from my computer to sync to iphone it will work for my 4s but not my 5s why?

    Hello can someine help before i throw this 5s in the trash please?
    I have the iphone 5s. I cannot get the playlists from my computer to sync to iphone5s but it works just fine with my 4s. I have done everything, it has even deleted my playlists that I have had to re-do 3 times. UGH!!!! Please help!

    Hey there rmflint,
    It sounds like you are wanting to update the Apps that were synced over from your computer to your new iPhone 5s. If you are clicking Updates in the App Store in the bottom right corner, would you mind clarifying what happens when you are trying to update them? 
    App Store at a glance
    http://help.apple.com/iphone/7/#/iph3dfd8c19
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • I just bought a new ipod touch and when i plug it into my Mac usb port nothing is happening I can get the computer to sync other ipod in the same port

    I just bought a new ipod touch and when i plug it into my Mac usb port nothing is happening I can get the computer to sync other ipod in the same port

    Try:
    iPhone, iPad, iPod touch: Device not recognized in iTunes for Mac OS X
    Do not omit the Additional Information paragraph.
    Is the iPod that connects an iPod touch? If not that does not mean anything since iOS devices like iPod touch, iPhone and iPad use different drivers than other iPods.

  • What is the best way to work with Word documents in The InDesign CS4???

    I work in Microsoft Word 2007 and all my documents have *.doc format.
    What is the best way to work with Word documents in InDesign CS4???
    David Blatner says to avoid copying and pasting text from Word instead of placing it (Ctrl+D).
    How about pasting RTF or Text Document???
    I want to make book's layout in ID CS4 and its main feature is that there is the left page with text and the right - with graphics.
    So, as I understand to place the text on each page I must create for example 70 Word documents and place each item on 70 left pages???
    It loks like wasting time. I sthere another way of making such layout???  What kind????

    It's best to place any text.
    You can have all of your text in one file and use auto-flow to add threaded text frames and pages as required (Hold down the Shift key when you click the loaded text cursor), but it's a little non-standard to have the thread only on one side of the spread from the auto-flow perspective, so you'll have to set up properly.
    This is one case where a master text frame will work to your advantage. On your master page spread, add a text frame to the left page, but not to the right (or at least not threaded to one on the right -- for some other project you might actually want two independent text threads). Hold the loaded cursor over a frame on the left side of a document page and auto-flow. ID will add new spreads as necessary, but only put the text on the left side.
    Peter

  • What does the ipod touch 5 come with

    What does the Ipod Touch 5 come with? (standard)

    Four calling birds, three french hens, two turtle doves and partridge in a pear tree. ;-)
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • TS1702 My 3G iphone only loads few apps since I updated and the camera doen't work anymore, what now. Tried to reset to original settings and now it won't load apps, even old ones.

    My 3G iphone only loads few apps since I updated and the camera doen't work anymore, what now. Tried to reset to original settings and now it won't load apps, even old ones.

    What model iPod do you have? If yo have a 2G iPod. many developers when they updated their apps to support iOS 5 and 6 dropped compatibility for iOS 4.2.1 and earlier.

  • What is the best way to work with AVCHD 720 24p footage in FCE4.1?

    Hi I have a Panasonic HMC-150 and I've been shooting 720 24p footage at 21 mbps transfer rate.
    I was wondering what is the best way to work with this material in FCE 4.1? I see that in the easy set up menu they only have the option of 1440X1080i at 50 or 60 fps or 1920X1080i at 50 or 60 fps.
    Also in the rates drop down menu there is only 50 or 29.97.
    So I was wondering which is the best choice for 720 24p footage and will it look alright in any of them? Also is it possible to customize these settings?
    And finally can you work with faster transfer rates (21mbps) in FCE?

    Yikes, this is going to be tricky since FCE does not support native 24p editing.
    The work around for some of us is that AVCHD material that is 24p is often recorded to disc at 60i using telecine, in which case it can be editing at 29.97 frames per second, and then detelecined afterward for final export at 23.98 fps. The problem is that I think your camera actually records real 24p - not 24p packed into 60i. When you import the material from the camera what does QuickTime report the framerate as?

Maybe you are looking for

  • Manually manage music and videos isn't working after iTunes update and iPhone 4 IOS5 update.

    Just update my iPhone 4 to IOS5 and updated to the latest verison of iTunes also and now I can't manually put songs from my music folder into my iPhone's music section now. Normally I would just drag songs into my iPhone's music section but now it wo

  • In Health Vault, the Medications are not listed in chronological order, can this be changed?

    I am new to Health Vault and I am entering all my families Medications and Conditions from current backwards.  I am noticing that after I save, logout and return, they are still listed in the same order I entered them in.  This seems crazy, as I expe

  • Flash CS4 presentation slideshow. help!

    Hello everyone! I need help creating a presentation slideshow in Flash CS4 for an online course with many slides. The outlook is that it would look and work very much like power point except that it will be done through Flash CS4 and uploaded online.

  • Upgrading to FCE4?

    Hi all, I just got an HDR-SR12 Sony Handycam for Christmas and I'm trying to get started editing. I have FCE v3.5 and from what I understand, I need to upgrade to FCE4 to edit the HD footage from the camera. On the Apple store website, it says that I

  • Place is not working.

    For some reason my CS2 is not letting me place images, either through drag and drop or the Place command. I can open images but all I get is a frame. I am not in Outline mode and I'm in Standard Screen Mode. Any ideas?