Ipod gets "stuck" when rating songs

My ipod will repeatedly get "stuck" when I rate a song. Hitting the middle-button only scrolls to the rating option again. It sometimes take 4-8 times hitting the middle-button to get it to get un-stuck. My ipod also crashed on me within 2 months of owning it. Could this be indicative of some sort of data corruption or lurking problem waiting to crash my ipod again?
ipod video 60GB

http://docs.info.apple.com/article.html?artnum=303130

Similar Messages

  • Restoring ipod but it gets stuck when updating songs

    doing a restore. starts to copy songs and then gets stuck and doesnt go further. it says its updating - do not disconnect. ipod screen has same message but it is not charging. any advice thanks.

    For Mac computer
    1. Open the disk utility, hope your iPod appears there (left hand side), highlight it
    2. Go to Tab “Partition”, click either “Delete” or “Partition”, if fails, skip this step and go to 3
    3. Go to Tab “Erase” , choose Volume Format as “MAC OS Extended (Journaled), and click Erase, again if fails, skip it and go to 4
    4. Same as step 3, but open the “Security Options....” and choose “Zero Out Data” before click Erase. It will take 1 to 2 hours to complete.
    5. Eject your iPod and do a Reset
    6. Open the iTunes 7 and click “Restore”
    If does not solve, please find a PC with iTunes 7 preinstalled, and do the restore there

  • IPod gets stuck when it starts play mostly after deep sleep

    Hi,
    I have a problem with my 60G Video iPod:
    Most of the times it gets stuck completely when I start use it after deep sleep (it hasn't been used for night etc.).
    The problem is very consistent:
    1. I turn it on.
    2. Start playing some song.
    3. See the 'normal' play screen (song timer is 0:0)
    4. Hear spinning and clicks of hard drive and ....
    5. It just freezes: doesn't response to any key (including Hold)
    Only Reset helps now and when I generally get Folder icon with exclamation point and
    it needs at least another reset to be able use it.
    I updated iPod to the last version (1.1) - doesn't help.
    It passed through Restore - same results: Every second turning on it gets stuck.
    Does anybody have/know about similar behavior?
    I think I have to ask Yeda for help?
    Any ideas?
    Thanks
    vov

    Welcome to Apple Discussions!
    Have you tried this, even though the folder isn't always there?
    iPod Displays A Folder With An Exclamation Point
    btabz

  • My ipod touch 2nd gen gets stuck when updating ios 4.2

    I can download the update, but it gets stuck when backing up the itouch.  Any suggestions?

    It's not supposed to. You need a newer device to use applications which require iOS 4.3 or above.
    (73338)

  • Why does my ITunes now get stuck when it can't find the album art?

    I've noticed since yesterday when I bought my new IPod Touch my ITunes on my computer gets stuck when it can't find the album art for some music I have. It gets to that album and won't do anything, won't let me skip it or anything ... Anyone else having similar issues and if so any workaround?

    Hi joanhello,
    I understand that you are seeing an issue with iTunes fetching information about CDs you are importing. Here is an article for you that explains how to troubleshoot this issue:
    iTunes 11 for Windows: If you don’t see song information
    http://support.apple.com/kb/PH12488
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • One Flash CC project gets stuck when publishing in IOS. It will quickly publish as Android, and other projects will publish as IOS. Not sure what to change.

    One Flash CC project gets stuck when publishing in IOS. It will quickly publish as Android, and other projects will publish as IOS. Not sure what to change.

    Thanks for the info.
    I've recently stumbled on an article on how to view the packaged file (apk) published using AIR 3.2 for Android setting (Adobe Flash CS6). All you need to do is change the extension of the file from (.apk) to (.rar) or (.zip) and extract the file as you would with any other zip or rar file. I was able to confirm that the packaged file (apk) indeed contain all the videos for the presentation. I have more than 80 videos in the presentation. All videos included in the package are of the same video format and resolution (FLV 320x240) but of different duration. I intentionally included the all the videos inside the package so I can use the presentation anywhere and anytime without the need to connect to the internet. The packaged apk file size is (1.23GB) the file includes the project's swf and xml file, the component swf and videos.
    When installed to android I noticed that the package remained as an apk file. Not really sure if android temporarily unpacks it when you run the app.
    Testing phase:
    I see no problem when I'm testing the project on my desktop computer. But when packaged and installed on my device the problem arise.
    Problem:
    I'm able to install and run the app on my device but wont play some of the videos included in the package.
    Was this due to the limited RAM or processor of my android device?
    I wanted to distribute the presentation to friends so i was trying to package it for easy access and installation on their device.
    Alternative Solution:
    I installed a third party app called SWF player by BIT LABS. Copied all the files to my device (the project's swf and component swf with the videos). The project worked like a charm the player (SWF player) and was able to run the presentation as if it was running of my desktop. All buttons and videos working properly. Although the alternative solution worked for me I still wanted to package the presentation for easy access and distribution to friends.
    Please help...Thanks in advance.

  • [SOLVED] Duplicity getting 'stuck' when attempting to restart a backup

    Hey all,
    After a backup attempt failed partway through (first-time full backup) with this error:
    AsyncScheduler: scheduling task for asynchronous execution
    No handlers could be found for logger "paramiko.transport"
    AsyncScheduler: a previously scheduled task has failed; propagating the result immediately
    AsyncScheduler: task execution done (success: False)
    Backend error detail: Traceback (most recent call last):
    File "/usr/bin/duplicity", line 1391, in <module>
    with_tempdir(main)
    File "/usr/bin/duplicity", line 1384, in with_tempdir
    fn()
    File "/usr/bin/duplicity", line 1354, in main
    full_backup(col_stats)
    File "/usr/bin/duplicity", line 500, in full_backup
    globals.backend)
    File "/usr/bin/duplicity", line 399, in write_multivol
    (tdp, dest_filename, vol_num)))
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 151, in schedule_task
    return self.__run_asynchronously(fn, params)
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 215, in __run_asynchronously
    with_lock(self.__cv, wait_for_and_register_launch)
    File "/usr/lib/python2.7/site-packages/duplicity/dup_threading.py", line 100, in with_lock
    return fn()
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 207, in wait_for_and_register_launch
    check_pending_failure() # raise on fail
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 191, in check_pending_failure
    self.__failed_waiter()
    File "/usr/lib/python2.7/site-packages/duplicity/dup_threading.py", line 201, in caller
    value = fn()
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 183, in <lambda>
    (waiter, caller) = async_split(lambda: fn(*params))
    File "/usr/bin/duplicity", line 398, in <lambda>
    async_waiters.append(io_scheduler.schedule_task(lambda tdp, dest_filename, vol_num: put(tdp, dest_filename, vol_num),
    File "/usr/bin/duplicity", line 296, in put
    backend.put(tdp, dest_filename)
    File "/usr/lib/python2.7/site-packages/duplicity/backends/sshbackend.py", line 191, in put
    raise BackendException("sftp put of %s (as %s) failed: %s" % (source_path.name,remote_filename,e))
    BackendException: sftp put of /tmp/duplicity-9_jssu-tempdir/mktemp-uqQRIn-42 (as duplicity-full.20120507T060530Z.vol41.difftar
    .gpg) failed: Server connection dropped:
    BackendException: sftp put of /tmp/duplicity-9_jssu-tempdir/mktemp-uqQRIn-42 (as duplicity-full.20120507T060530Z.vol41.difftar
    .gpg) failed: Server connection dropped:
    the process keeps getting stuck when I try to restart it. There's almost no CPU use and no useful error messages. Here's the output (the version and parameters are included) with -v debug:
    Using archive dir: /root/.cache/duplicity/1498ef4c9557164d69523e5aec4c78ce [83/4524]
    Using backup name: 1498ef4c9557164d69523e5aec4c78ce
    Import of duplicity.backends.sshbackend Succeeded
    Import of duplicity.backends.rsyncbackend Succeeded
    Import of duplicity.backends.botobackend Succeeded
    Import of duplicity.backends.webdavbackend Succeeded
    Import of duplicity.backends.hsibackend Succeeded
    Import of duplicity.backends.localbackend Succeeded
    Import of duplicity.backends.ftpsbackend Succeeded
    Import of duplicity.backends.giobackend Failed: No module named gio
    Import of duplicity.backends.ftpbackend Succeeded
    Import of duplicity.backends.cloudfilesbackend Succeeded
    Import of duplicity.backends.u1backend Succeeded
    Import of duplicity.backends.tahoebackend Succeeded
    Import of duplicity.backends.imapbackend Succeeded
    Import of duplicity.backends.gdocsbackend Succeeded
    Main action: inc
    ================================================================================
    duplicity 0.6.18 (February 29, 2012)
    Args: /usr/bin/duplicity --use-agent -vdebug --encrypt-key YYYYYYYY --sign-key XXXXXXX --full-if-older-than 60D --exclude /mn
    t/backup/bfd-training-data --exclude /mnt/backup/fsarchiver --exclude /mnt/backup/media --exclude /mnt/backup/usapparel --asyn
    chronous-upload /mnt/backup scp://[email protected]//backups/homeserver
    Linux homeserver 3.0.29-1-lts #1 SMP PREEMPT Mon Apr 23 09:41:11 CEST 2012 x86_64 AMD Sempron(tm) Processor 3400+
    /usr/bin/python2 2.7.3 (default, Apr 24 2012, 00:00:54)
    [GCC 4.7.0 20120414 (prerelease)]
    ================================================================================
    Using temporary directory /tmp/duplicity-OjWCPd-tempdir
    Registering (mkstemp) temporary file /tmp/duplicity-OjWCPd-tempdir/mkstemp-GZ2ieI-1
    Temp has 490532864 available, backup will use approx 60293120.
    Local and Remote metadata are synchronized, no sync needed.
    41 files exist on backend
    2 files exist in cache
    Extracting backup chains from list of files: ['duplicity-full.20120507T060530Z.manifest.part', 'duplicity-full-signat[51/4524]
    0507T060530Z.sigtar.part', 'duplicity-full.20120507T060530Z.vol1.difftar.gpg', 'duplicity-full.20120507T060530Z.vol2.difftar.g
    pg', 'duplicity-full.20120507T060530Z.vol3.difftar.gpg', 'duplicity-full.20120507T060530Z.vol4.difftar.gpg', 'duplicity-full.2
    0120507T060530Z.vol5.difftar.gpg', 'duplicity-full.20120507T060530Z.vol6.difftar.gpg', 'duplicity-full.20120507T060530Z.vol7.d
    ifftar.gpg', 'duplicity-full.20120507T060530Z.vol8.difftar.gpg', 'duplicity-full.20120507T060530Z.vol9.difftar.gpg', 'duplicit
    y-full.20120507T060530Z.vol10.difftar.gpg', 'duplicity-full.20120507T060530Z.vol11.difftar.gpg', 'duplicity-full.20120507T0605
    30Z.vol12.difftar.gpg', 'duplicity-full.20120507T060530Z.vol13.difftar.gpg', 'duplicity-full.20120507T060530Z.vol14.difftar.gp
    g', 'duplicity-full.20120507T060530Z.vol15.difftar.gpg', 'duplicity-full.20120507T060530Z.vol16.difftar.gpg', 'duplicity-full.
    20120507T060530Z.vol17.difftar.gpg', 'duplicity-full.20120507T060530Z.vol18.difftar.gpg', 'duplicity-full.20120507T060530Z.vol
    19.difftar.gpg', 'duplicity-full.20120507T060530Z.vol20.difftar.gpg', 'duplicity-full.20120507T060530Z.vol21.difftar.gpg', 'du
    plicity-full.20120507T060530Z.vol22.difftar.gpg', 'duplicity-full.20120507T060530Z.vol23.difftar.gpg', 'duplicity-full.2012050
    7T060530Z.vol24.difftar.gpg', 'duplicity-full.20120507T060530Z.vol25.difftar.gpg', 'duplicity-full.20120507T060530Z.vol26.diff
    tar.gpg', 'duplicity-full.20120507T060530Z.vol27.difftar.gpg', 'duplicity-full.20120507T060530Z.vol28.difftar.gpg', 'duplicity
    -full.20120507T060530Z.vol29.difftar.gpg', 'duplicity-full.20120507T060530Z.vol30.difftar.gpg', 'duplicity-full.20120507T06053
    0Z.vol31.difftar.gpg', 'duplicity-full.20120507T060530Z.vol32.difftar.gpg', 'duplicity-full.20120507T060530Z.vol33.difftar.gpg
    ', 'duplicity-full.20120507T060530Z.vol34.difftar.gpg', 'duplicity-full.20120507T060530Z.vol35.difftar.gpg', 'duplicity-full.2
    0120507T060530Z.vol36.difftar.gpg', 'duplicity-full.20120507T060530Z.vol37.difftar.gpg', 'duplicity-full.20120507T060530Z.vol3
    8.difftar.gpg', 'duplicity-full.20120507T060530Z.vol39.difftar.gpg', 'duplicity-full.20120507T060530Z.vol40.difftar.gpg', 'dup
    licity-full.20120507T060530Z.vol41.difftar.gpg']
    File duplicity-full.20120507T060530Z.manifest.part is not part of a known set; creating new set
    File duplicity-full-signatures.20120507T060530Z.sigtar.part is not part of a known set; creating new set
    Ignoring file (rejected by backup set) 'duplicity-full-signatures.20120507T060530Z.sigtar.part'
    File duplicity-full.20120507T060530Z.vol1.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol2.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol3.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol4.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol5.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol6.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol7.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol8.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol9.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol10.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol11.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol12.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol13.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol14.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol15.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol16.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol17.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol18.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol19.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol20.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol21.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol22.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol23.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol24.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol25.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol26.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol27.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol28.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol29.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol30.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol31.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol32.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol33.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol34.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol35.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol36.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol37.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol38.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol39.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol40.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol41.difftar.gpg is part of known set
    Found backup chain [Sun May 6 23:05:30 2012]-[Sun May 6 23:05:30 2012]
    Last full backup left a partial set, restarting.
    Last full backup date: Sun May 6 23:05:30 2012
    Collection Status
    Connecting with backend: SftpBackend
    Archive dir: /root/.cache/duplicity/1498ef4c9557164d69523e5aec4c78ce
    Found 0 secondary backup chains.
    Found primary backup chain with matching signature chain:
    Chain start time: Sun May 6 23:05:30 2012
    Chain end time: Sun May 6 23:05:30 2012
    Number of contained backup sets: 1
    Total number of contained volumes: 41
    Type of backup set: Time: Num volumes:
    Full Sun May 6 23:05:30 2012 41
    No orphaned or incomplete backup sets found.
    RESTART: Volumes 41 to 42 failed to upload before termination.
    Restarting backup at volume 41.
    Registering (mktemp) temporary file /tmp/duplicity-OjWCPd-tempdir/mktemp-Fx_YTQ-2
    ^CRemoving still remembered temporary file /tmp/duplicity-OjWCPd-tempdir/mktemp-Fx_YTQ-2
    Removing still remembered temporary file /tmp/duplicity-OjWCPd-tempdir/mkstemp-GZ2ieI-1
    INT intercepted...exiting.
    Does anyone have some experience with this? It's a fairly good sized backup (well, for me at least) so I'd really hate to have to start over every time one fails!
    Thanks,
    Scott
    Last edited by firecat53 (2012-05-08 18:23:19)

    Ok, solved-ish. There were actually 3 issues:
    1. There's a problem in the 0.6.18 new python paraminko ssh internals that was preventing it from uploading more than about 1GB at a time, possibly because it's reusing the same ssh connection which some webhosts will kick off after a certain time or amount.
    2. The --num-retries parameter wasn't being read by the ssh backend
    3. There's a bug in some encryption validation code that had to be removed before a 'resume backup' operation would work correctly (it won't read the GPG encryption key correctly).
    So I reverted to 0.6.17 and removed a previously applied patch from the code found here.
    So far it seems to be working. The dev who answered me on Launchpad said that there's a memory leak with 0.6.17 so watch out when doing any backups over ~100GB or so.
    Scott

  • After downloading the IOS5 my phone gets stuck when doing the back up. What should I do?, After downloading the IOS5 my phone gets stuck when doing the back up. What should I do?

    My iphone gets stuck when doing the back up of the IOS 5. What should I do? Any ideas?

    I'm having the same issue on the 3Gs.  I get a message "an error occurred while backing up this phone (-43)."  It tells me if I continue the contents of the phone while be deleted.  Is it safe to continue and restore from my current backup?  I can do a manual backup without any issues. 

  • Why the new firefox version 31.0 is getting stuck when something is downloaded.

    Why the new firefox version 31.0 is getting stuck when something is downloaded. After force restart also same issue (still the download status is showing the same and again getting stuck) for 4-5 times and then it asks for to clear all the data. After that it is working fine. Again If I download something facing the same issue. Its really irritating. I am using windows7.

    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Press the '''Alt''' or '''F10''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • Iphone 4s getting stuck when syncing...

    my iphone is getting stuck when trying to finish sync saying, "waiting for changes to be applied"
    anyone have this problem and how to fix?
    please.

    It's me again!
    I think I've located the problem (at least in my case). I use a ringtone program called iToner 2 and that is what's apparently causing a conflict and syncing issues with my iPhone. I installed my ringtones from iToner 2 and the sync issues re-occurred. After deleting my iToner 2 ringtones, I was able to sync again.
    My guess is that some application that you are using that works in some way with iTunes or your iPhone is what's causing the sync issues. I would suggest finding that particular application and not using it until it gets updated to work with iTunes 10.5 and iOS5.
    I hope this helps! Good Luck!

  • Ipod touch 5 - when in song suffle mode, a random album will suddenly appear on the screen and then it is difficult to get back to the song that is playing

    Just "upgraded" to a new ipod touch 5th generation after previously using various ipod classics.  So I am not familiar with all the ins and outs of the device.  One thing that I have a problem with is the fact that there does not seem to be a simple way, while in shuffle mode to quickly move to the next song or back to the prior song.  But forgetting that for a moment, here is my problem and I am trying to figure out if it is a bug or simply some kind of "feature" of the ipod touch that I don't get.
    I am playing music...in song - shuffle mode.  All of a sudden, instead of the particular song that is playing, a different album shows up on the screen.  Meanwhile, the original song keeps playing.  When this happens, sometimes that album then starts playing and sometimes I am able to move the ipod touch in various directions and I can get back to the song that I was originally playing.  Any idea what is happening here and how to stop it?
    Thanks for any help.

    Hello Philly,
    I believe that when you reset your ipod(command given from the computer, right?)  touch WHILE the ipod was updating, It cleared the system in the middle of writing files, thus corrupting(equivalent of cutting of in the middle of a sentence) the basic running system.
    I suggest you go to an apple store and ask for a technical diagonosis in person. they may offer to help if the problem is fixable. If your ipod is still under warrenty, i would guess it would be free/low cost.
    ~Remember, I am just giving an educated guess on limited information

  • Clock in iPod gets stuck

    Ok heres a new one. I got the 60Gb iPod and i've noticed that the clock in the title bar gets stuck at one time and refuses to move until you go to the settings/date&time/Set Date & Time and accept that time, which is the correct one. So as I type this i've restored the iPod and reinstalling my songs/videos. I was just wondering if anyone had any clues as to why this is happening or if they've had this happen to them as well.

    Jose,
    Try resetting it when this happens...
    Resetting Your iPod
    btabz

  • My iPod is stuck on a song. Is there a way to fix it?

    Okay, so my iPod touch is stuck on a song. I can go to other songs, but as soon as a song I've selected(that's not the stuck one) finishes the whole music app shuts down and when I go back into it, it's back to the stuck song. Is there a way to fix it at all?

    Yes. Restoring erases the iPod.
    SoccerGurly12 wrote:
    but when u restore it doesnt that whipe everything out?
    You may have to do the following
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar

  • Apps gets stuck when downloading from iCloud, shows as "waiting" but never downloaded

    When I download an app already purchase from iCloud it gets stuck as waiting. It only happens with apps downloaded from iCloud as new apps download well.

    Hi there Tincho27,
    It sounds like new apps are downloading without issue, but apps that are already on your account seem to never get done Waiting. I would start by deleting any apps you have that are currently stuck:
    How to delete content you've downloaded from the iTunes Store, App Store, iBooks Store, or Mac App Store
    Tap and hold the app you want to delete.
    The apps will begin to jiggle.
    Tap the X on the app.
    Then sign out of the account in your Settings:
    iOS: Sign in with a different Apple ID in the iTunes Store, App Store, and iBooks Store
    Tap Settings > iTunes & App Stores.
    Tap your Apple ID.
    If you see the option to Sign In, you can change your Apple ID now.
     Tap Sign Out.
    Then restart your iPhone and try downloading an purchased app again to test the issue:
    Restart or reset your iPhone, iPad, or iPod touch
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • When I connect my iPhone 5 (iOS 7.0.4) to iTunes it gets stuck when syncing on "waiting for items to copy"

    My iPhone 5 running iOS 7.0.4 gets stuck on "waiting for items to copy" when syncing to my iTunes (version 11.1.4). I've tried;
    quiting and restarting iTunes,
    updating iTunes,
    restarting my computer,
    restarting my iPhone,
    turning off iCloud on my iPhone,
    restoring my iPhone from a previous back-up,
    disabling "automatically sync when this iPhone is connected" and
    just leaving it alone for three hours to see if it would finish syncing
    But none of these things have worked... I'm not sure what else to try. My iPhone suffered an error about three days ago when trying to update to the new iOS update and went into recovery mode. I had to restore from an old back-up and that is when my troubles began. However, I was previously (before the crash) having an issue where whenever I connected my iphone to my computer it would delete all my playlists. I'm not sure if any of that is relevant.

    My iPhone 5 running iOS 7.0.4 gets stuck on "waiting for items to copy" when syncing to my iTunes (version 11.1.4). I've tried;
    quiting and restarting iTunes,
    updating iTunes,
    restarting my computer,
    restarting my iPhone,
    turning off iCloud on my iPhone,
    restoring my iPhone from a previous back-up,
    disabling "automatically sync when this iPhone is connected" and
    just leaving it alone for three hours to see if it would finish syncing
    But none of these things have worked... I'm not sure what else to try. My iPhone suffered an error about three days ago when trying to update to the new iOS update and went into recovery mode. I had to restore from an old back-up and that is when my troubles began. However, I was previously (before the crash) having an issue where whenever I connected my iphone to my computer it would delete all my playlists. I'm not sure if any of that is relevant.

Maybe you are looking for

  • How do you check your dedicated GPU is working?

    How do you check your dedicated GPU is working? Some strange things have been happening since my MBP (2009, SSD, 8GB, 17") was updated to Lion: 1. Icon images load slower than usual, e.g when opening the applications folder the images take a fraction

  • Google talk status is showing up with the wrong text

    My online buddies have reported to me that when I sign in to my Google Talk IM account on my Palm Pre, the status message that they see for me is incorrect. I would like to know how to get rid of it! It is not a status that I ever posted to begin wit

  • Custom Tag and Attribute Not Found

    Hi, I've been getting an error with the following code in a JSP called cardDeclined.jsp... <gwps:log level="ERROR" message="<%= request.getAttribute("errorMessage") %>" />gwps:log is a custom tag and errorMessage is a request attribute set in a servl

  • Ideapad K1 shuts off and does not come back on unless hard reset by battery disconnect

    For some reason, once in a while, my Ideapad K1 will shut off and will require the battery be manually disconnected and reconnected to come back on again.  The light will not show charging when plugged in as well when it shuts off. I am on the lenovo

  • MyYahoo is homepage. Can't read articles when I click on them! The say "fail". Why

    I use Firefox, but my homepage is MyYahoo!. There are news abbreviated news articles on the homepage. Clicking will bring up the whole article. Recently, including today again, when I click on the lead to the article I get "fail" instead of the artic