HT4113 My Iphone is Disabled And Im having a Hard Time with unlocking through Iyunes

Im Having Problems unlocking My I4s phone it stating Iphone is Disabled.

Do as the manual says to do and restore the iphone.

Similar Messages

  • I have lost my calendar data and am having a hard time retrieving it from Time Capsule. Can anyone help? I am using Mountain lion OS

    I have lost my iCal data and am having a hard time retrieving it from Time Capsule. I am using Mountain Lion OS om iMac. Can anyone help?

    You cannot see it because it is hidden.. one of those great things apple does.. if it is hidden in your Mac then it will be hidden in the Time Machine Backup.
    You will need to restore the entire folder to a different location.. and unhide it.
    There is some info here about restoring particular files or folders.
    http://pondini.org/TM/16.html
    And some info from Lion which should also relate to Mountain Lion.
    https://discussions.apple.com/thread/3231381?start=0&tstart=0
    There is stuff about recovery near the end.
    One wonders sometimes when Apple make these decisions if they ever think about what happens when something goes wrong. Hiding files..???

  • I am having a hard time with fcpx, it is running so slow.  i upgraded my ram to 12 and have cleaned up my computer to run faster and have changed all my files to proxy files but it is still running SO slow.  please help!

    I am having a hard time with my fcp x running so slow.  i can't even move my mouse without the time wheel coming on and staying up for at least 20 some seconds.  I have upgraded my ram to 12 and changed all my files to proxy files; also i cleaned the crap out of my computer removing all other media files I didn't need and it is still running the same.  Please help!  I have a deadline on my short film to be submitted and I can't finish it like this.  Oh also it ran fine in the beginning but and one day it just started doing this out of no where.  Anything will help!  Thanks

    In addition have you got FileVault switched on as that will kill performance.

  • I'm trying to install a Citrix XenApp for work purposes and am having a hard time. The message "The installer has insufficient priveleges to this directory...

    I'm trying to install a Citrix XenApp for work purposes and am having a hard time. The message "The installer has insufficient priveleges to this directory: C:\Program Files (x86) \Mozilla Firefox \Plugins \resource. The installation cannot continue. Log on as administrator or contact your system administrator." I am using a Toshiba Satellite laptop and am the only user and administrator as well. I have read other Firefox support articles and google answers but nothing has resolved this issue. Please help! Be detailed and visual if possible

    There are no BIOS settings, because Macs don't have a BIOS. I don't use Parallels, but I assume it has simulated BIOS settings. You'd have to consult its documentation to find out how to change them.

  • Why do i keep getting these mackeeper and holds everything having a hard time with mack when on line

    I am new with MAC and recently when on line i am having a hard  time with links , it either  don't work the link, or my search goes slow and then i get this mackeeper  message holds everything. Help

    Check the links below for options to remove the Adware.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071

  • I'm having a hard time with my sound blaster z sound card to sync with cs6. Can anyone share with me

    I'm having a hard time with Adobe CS6 synching up with my soundcard. Latency settings and other applications are challenging at this time. I had 3.0, but my Windows 7 computer is now "deceased". Please help.

    I endorse everything that Steve just said but to try and get you going while you're shopping for an audio interface more suitable for sound work than use as a doorstop, try the following:
    Go to the Windows sound control panel and make sure the SB card is selected as the default on both the Recording and Playback tabs.  On the advanced menu for both, set the bit depth and sample rate to either 16/44,100 (CD) or 16/48,000 (Video) depending what suits you best.  Note that your SB card only works natively at 16/48,000  so anything else involves a conversion that the card hides from you.
    Go to the Windows Control panel and, under the sound section, turn off all system sounds (since they can hijack your sound card).  Close every other application that may want to use the sound card (internet for example).
    In Audition, go to Edit/Preferences/Audio Hardware.  Set the device class to MME.  On the drop down menus set the Default Input and Default Output to be your Soundblaster.  On the Master Clock set it for the SB Output (this'll likely be default).  Set the latency at around 200ms (you may need to increase this later if your playback stutters--or you can try decreasing it until you get stutter, then take it back up a bit.  Set the sample rate to whatever you selected on the Windows Sound Control Panel.
    The Soundblaster will likely have installed it's own control menu.  Go to this and select Mic or Line as appropriate for the input and whatever you need for the output.  I can't be more specific as SB keep changing what they call things.
    Hopefully this'll get you going even if it's not the best compromise for quality and latency.

  • I want to take my debit card information off of my itunes account i have a iphone 4 and i m having a hard time with this??

    I want to take my debit card information off of my itunes account i have a iphone 4 im having a hard time?? does anyone know how to put none for the billing information

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

  • Having a hard time with permissions to create dir and files in www

    Having a hard time getting permissions to create directories and files in www folder:
    I followed the following guide here: https://www.digitalocean.com/community/ … arch-linux and here: https://www.digitalocean.com/community/ … arch-linux
    So now I have a LEMP stack which runs fine and I have my root account secured and a new username "adriano". If I SFTP into the server using the username adriano, I am unable to create any files or directories. Trying to do a simple wordpress install doesn't work because I need to be able to create a folder for it, and a wp-config.php file. Both of which, like I mentioned, I do not have permissions to do. Yes, the username "adriano" has been added to the sudoers file via visudo.
    I've never been very good at UNIX permissions so I was wondering if maybe someone can help me out?
    Also, since I am using nginx it does not seem like I have a www-data group or user and my www folder is /usr/share/nginx/
    Thank you,
    AJ

    No, no, you guys misunderstand me. I am not that much of an oblivious person. 95% of the time I understand EXACTLY what the code that I am copying and pasting does. And when I don't, I look into it further before executing said commands. I just tend to not remember commands so I google them, see examples, and then copy and paste them to avoid the busy work of typing out long strings. For example, it took me like 6 months to remember that to untar a .tar.gz file it was -xvfz.
    But I digress. drcouzelis, I do have root access. It's my own VPS. However, I have always used shared hosting through different hosting providers and now that I got a VPS and have to do everything myself, I am a little bit lost.
    I followed what wonderwoofy said and created a www-data group, added the adriano user to said group, and changed the owner of my http server root to www-data, and I SFTPed into the server again with filezilla and it still works perfectly. However, those "hordes of hackers" drcouzelis warned me about does not sound pleasant so I am really really really hoping one of you guys can tell me the next steps. Root login is disabled in the /etc/ssh/sshd_config file, and I also changed the port to a random port I created. My web files are all served from /usr/share/nginx/ (there are different folders in there that correspond to different domains.) Now what I am wondering is that if user "adriano" is in the sudoers file as ALL=(ALL) ALL, doesn't that pretty make adriano the same as the root user? The reason why I am so worried about this is because I heard/read countless times that working through the root user is BADDDDDDDDDD and will bring evil and shame upon your life (not in those exact words) and that you should never work with it. Also, do I have to worry about anything dealing with groups and/or users and/or permissions when it comes to PHP? I have php-fpm installed.
    I am willing to buy anyone who can help me out with this a beer or two and I will be forever in your debt.
    Thank you,
    AJ
    Last edited by AJCR (2013-05-23 02:52:03)

  • Having a hard time with burning photos onto a CD...

    Whew! I just found the photos I thought I had deleted this morning, they're in my Finder, inside the iPhoto Library. Now I'm having a hard time trying to burn them onto a CD. The size is 232 MB and my MacBook is OSX Lepard. Would you tell me how to do it step by step? I'm not good at this stuff. Thank you in advance for your help.

    It is simple......
    http://www.ehow.com/how_6225993_burn-photos-cd-mac.html

  • HT4113 My Ipad is disabled and I'm attempting to sync with iTunes but keeps saying my passcode is disabled.  How do I disable my passcode on my ipad through iTunes?

    My ipad is disabled and it is asking me to connect to iTunes.  I do this but now iTunes is saying cannot connect as I need to enter a password.
    Help

    Hello vbuescher,
    The following article provides the options available for restoring access to your iPad, and details each process.
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/HT1212
    Cheers,
    Allen

  • Having a hard time with Spry Image & CS5 on GoDaddy

    Please excuse the newbie here. I hope I can give you all the info up front.
    I downloaded and installed the Spry Image Slideshow with Filmstrip widget just fine into DreamWeaver CS5. I then changed Donald Booth's page to show images from my hobby of 12 images, deleting what I didn't need after that. I created thumbnails, directed everything to where it needs to go (so I thought) and saved it all. I then used FileZilla to upload to my GoDaddy site at www.cargobay13.com the file cafnew2.html and the Spry folder. The actual page is at www.cargobay13.com/cafnew2.html . So, the image file works great on my PC (a windows xp pro unit), but when I try to look at it on the internet (in google Chromer, IE8 and Firefox), it gives me a bunch of messages like "SpryPanelSelector.js requires SpryWidget.js!", etc. Then, the webpage displays all 12 images in a column, one on top of the other. I have uploaded the Spry-UI-1.7 folder into the root directory, and for good measure I copied all the individual files into the directory, too. So, what do I do now?
    Here is the code for the page. After reading about hard lining the java to the wrong folder, I added the "http://www.cargobay13.com/" to the script src lines:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Brisco County, Jr.</title>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SpryPanelSelector.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SprySliderPanels.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SpryFilmStrip.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryThumbnailFilmStr ipPlugin.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryTitleSliderPlugi n.js" type="text/javascript"></script>
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin .js" type="text/javascript"></script>
    <link href="http://www.cargobay13.com/Spry-UI-1.7/css/ImageSlideShow/basicFS/basic_fs.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    /* BeginOAWidget_Instance_2141543: #ImageSlideShow */
    #ImageSlideShow {
    width: 684px;
    margin: 24px 0px 0px 0px;
    border: solid 1px #000000;
    background-color: #717c96;
    padding-top: 10px;
    #ImageSlideShow .ISSName {
    top: -24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    color: #000000;
    #ImageSlideShow .ISSSlideTitle {
    top: -18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
    color: #000000;
    text-transform: none;
    #ImageSlideShow .ISSClip {
    height: 432px;
    margin: 0 10px 10px 10px;
    border: solid 1px #ffffff;
    background-color: #000000;
    #ImageSlideShow .ISSControls {
    top: 11px;
    height: 432px;
    #ImageSlideShow .FilmStrip {
    height: 80px;
    background-color: #2a3a5b;
    #ImageSlideShow .FilmStripPreviousButton, #ImageSlideShow .FilmStripNextButton {
    width: 25px;
    height: 80px;
    #ImageSlideShow .FilmStripTrack {
    height: 80px;
    #ImageSlideShow .FilmStripContainer {
    height: 80px;
    #ImageSlideShow .FilmStripPanel {
    height: 80px;
    padding-left: 10px;
    margin-right: 0px;
    #ImageSlideShow .FilmStripPanel .ISSSlideLink {
    margin-top: 10px;
    border: solid 1px #2a3a5b;
    background-color: #2a3a5b;
    #ImageSlideShow .FilmStripPanel .ISSSlideLinkRight {
    border: solid 1px #404f6b;
    width: 56px;
    height: 47px;
    margin: 4px 4px 4px 4px;
    #ImageSlideShow .FilmStripCurrentPanel .ISSSlideLink {
    background-color: #59647d;
    border-color: #59647d;
    #ImageSlideShow .FilmStripCurrentPanel .ISSSlideLinkRight {
    border-color: #404f6b;
    /* EndOAWidget_Instance_2141543 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141543" binding="#ImageSlideShow" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <ul id="ImageSlideShow" title="Brisco County, Jr.">
      <li><a href="http://www.cargobay13.com/images/caf001-001.jpg" title="Reference"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-001.jpg" alt="Reference" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-002.jpg" title="Reference"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-002.jpg" alt="Reference" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-002.jpg" title="In progress"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-003.jpg" alt="In progress" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-004.jpg" title="In progress"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-004.jpg" alt="In progress" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-005.jpg" title="Completed figure"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-005.jpg" alt="Completed figure" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-006.jpg" title="Completed figure"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-006.jpg" alt="Completed figure" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-007.jpg" title="Figure on card"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-007.jpg" alt="Figure on card" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-008.jpg" title="Front and back"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-008.jpg" alt="Front and back" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-009.jpg" title="Miscellaneous"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-009.jpg" alt="Miscellaneous" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-010.jpg" title="Miscellaneous"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-010.jpg" alt="Miscellaneous" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-011.jpg" title="Autograph"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-011.jpg" alt="Autograph" /></a></li>
      <li><a href="http://www.cargobay13.com/images/caf001-012.jpg" title="Actor with figure"><img src="http://www.cargobay13.com/images/caf-tn/tn-caf001-012.jpg" alt="Actor with figure" /></a></li>
    </ul>
    <script type="text/javascript">
    // BeginOAWidget_Instance_2141543: #ImageSlideShow
    var ImageSlideShow = new Spry.Widget.ImageSlideShow("#ImageSlideShow", {
    widgetID: "ImageSlideShow",
    widgetClass: "BasicSlideShowFS",
    injectionType: "replace",
    autoPlay: true,
    displayInterval: 8000,
    transitionDuration: 2000,
    componentOrder: ["name", "title", "view", "controls", "links"],
    sliceMap: { BasicSlideShowFS: "3slice", ISSSlideLink: "3slice" },
    plugIns: [ Spry.Widget.ImageSlideShow.ThumbnailFilmStripPlugin, Spry.Widget.ImageSlideShow.TitleSliderPlugin, Spry.Widget.ImageSlideShow.PanAndZoomPlugin ],
    TFSP: { pageIncrement: 8, wraparound: true }
    // EndOAWidget_Instance_2141543
    </script>
    </body>
    </html>

    Hey Gramps,
    I had one question. When you changed the:
    <script src="http://www.cargobay13.com/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    TO
    <script src="http://www.pleysier.com.au/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    I see that you swapped the cargobay13.com --to--> pleysier.com.au ... Does it need to be changed to pleysier.com.au specifically? or is it a diffirent directory in the server?
    Im having the Same issue, In Dreamweaver CS5 and in Previw Mode is fine, untill i upload the to my server I receive the [SpryXXXXXX requires SpryXXXXXXX].
    Please Help, Thank You.

  • [SOLVED] Having a hard time with XMonad

    Sup guys,
    first post ever in this Forum, but I've already used it a few times...
    I'm from Brazil, and I chose Arch Linux to be my initial dive into the Linux world, I assumed this one is one of the best for me to learn about computing. I've already installed and reinstalled it a few times. I tried with KDE and stuff, but now I wanted to step up to a higher level, so I picked XMonad.
    I followed several different guides to install it and stuff, I checked some solved problems trying to get it running, but no, it's still not working.
    When installing XMonad 0.11 it warned me there were pendencies I had to install, some haskell packages and stuff, I got them all installed and it's now listed in GHC-PKG as xmonad-0.11 and xmonad-contrib-0.11. I got Xorg-server, xorg-xinit and xorg-server-utils all installed. I was going to use SliM Login Manager, but I found myself having trouble to start xmonad even with startx, so I'm focusing in configuring it first. I put into my ~/.xinitrc file the lines: "xsetroot -cursor_name left_ptr", "setxkbmap -model abnt2 -model br -layout abnt2" and "exec xmonad", then run "# xmonad --recompile". Finally, when I run startx what happens is that my screen goes black and theres a mouse pointer, that's it, all those XMonad keyboard shortcuts doesn't work, I've tested it with the default template in "/usr/share/xmonad-0.11/man/xmonad.hs" and other downloaded from users in this forum. Nothing ever changes, except from the default template, which gives me error messages referring to 'help' not in Scope, which I believe it's a known bug/error in the file.
    I really want to use, try, learn about XMonad, but first I gotta successfully run it at least once, so I can change and see the results while making my own .hs ...
    So I'm here asking for a light, all mighty archie wizards.
    PS: Using Firefox from default startx Window X
    Last edited by Xinube (2013-04-20 19:18:45)

    Ok, so I ran startx with "exec xmonad" with this xmonad.hs config:
    import XMonad
    main = do
    xmonad $ defaultConfig
    { terminal = "urxvt"
    , modMask = mod4Mask
    , borderWidth = 3
    Supposely it had to open terminal with WinL + Return or WinL+Shift+Return. But it's not...
    EDIT: OH DUDE! I changed urxvt for xterm and it opened! I'm so glad with almost nothing, now I'm gonna check for more keybinds and that wiki a little further... thanks
    EDIT2: If I open XMonad and then open xmonad.hs and make some changes, will it automatically update? or do I have to recompile > restart?
    Last edited by Xinube (2013-04-20 19:51:06)

  • Still having a hard time with "search" driven new support site.

    I am still having a very hard time using this new support site. It is extremely confusing. Confusing is frustrating.
    I've looked at the Tutorials and User Tips. While the User Tips have often been helpful, overall I feel like the Tutorials especially is like getting a 5 page pamphlet on how to fly a jet plane. Top level overview. Not detailed enough.
    It shouldn't be so difficult - it's overly complicated to use this new site. It should be intuitive. It's not.
    My biggest issue is that this forum seems to REQUIRE a user to KNOW a priori what the user is looking for so that a SEARCH can be done. It seems to have no "browse" friendly features such as categories. And it's missing those ambient indicators such as the partially filled light blue dots on the old forum that showed in a nano second what threads were new, had updated posts, or were already read.
    The new site seems geared to take one down a rabbit hole with SEARCH too because it's constantly suggesting very OLD content that's not relevant.
    If you don't SEARCH and use just the right terms and know exactly how to set up some sidebar, toolbar, RSS feed, bookmark, email notice, etc etc etc. it's almost impossible to find things on purpose or accident or to know when a thread is updated.
    On the old forums, when I would post a question for myself I made a point to browse for threads where I might be able to help someone else. I have no idea how I could do that now.
    I now dread having to use the forums. I can't seem to help myself by finding existing answers in prior posts, help myself by keeping up with my own posts (since I can't tell what's new/updated) and I can't help others.
    It would be great if some kind of organization and structure could be put in place to help make this support site browse friendly.

    Hi, Gordon: I would guess we have a few hundred at the most. I have only entered about 20. Most of the entries are retail stores we sell wholesale to, and contractors we sell at contractor prices, but we also have a retail trade of customers and that is going to increase a lot when we open our new show room in a few months.
    My main concern is design and sales to the contractors and public, but I frequently get calls from stores asking about our inventory stock, shipments, etc. I'm new to this so I am just learning.

  • I am having a hard time with a page that is working for everyone else. When I click on anything in the site I get a message that says "The page you were looking for doesn't exist."  This is happening on both my ipad 2 and my iphone 5. I cleared my cache

    When I click on anything in the site I get the message " The page you were looking for doesn't exist."  This website works for everyone else, but not on my iPad 2 or iPhone 5. I cleared my cache and history on the iPad, but it still isn't working.

    I live in Germany and my credit card is in my native country of Holland .. then it
    doesn't accept my credit card.
    Your first statement explains the second statement. To use the German iTunes Store, you need to prove that you're a resident of Germany (that is required by the content owners who will not allow cross-border sales) and the only way Apple can provide such a verification is by requiring that you enter in either a German credit card or a German-purchased iTunes prepaid card. Since I presume the former is not a possibility, you'll need to do the latter if you wish to purchase content from the iTunes Store. Again, this is not Apple's choice but is forced on them by the content owners as a requirement for Apple being allowed to sell the content. The EU is working on regulations that would force the content owners to allow access pan-EU, but that's still in the works.
    You do not need an iTunes Store account to activate and run your iPad, though; at least, I didn't need one for either of my two iPads. If you only want to set up an account so you can get free iPad apps, take a look here:
    http://support.apple.com/kb/HT2534
    Read the steps carefully as the order in which you follow them is apparently critical. This seems to come and go, or only apply to App Stores in specific countries, so you may not see the option for "None" when asked for a payment type.
    As to the German iTunes Store in English, you can comment to Apple on that via their feedback pages:
    http://www.apple.com/feedback
    Regards.
    P.S. Regarding "this is the only place for a complaint and that will no doubt get removed because
    I'm not full of happy joy sparkles.
    As stated in the terms of use to which we all agreed, this isn't a complaint forum, it's a technical support forum. You don't have to be full of "happy joy sparkles", but posts that are nothing but complaints may indeed be removed. If you want to complain to Apple, use the feedback pages.
    Message was edited by: Dave Sawyer

  • HT4218 what happened to the IOS5,1 iphone updates? I'm having a hard time ge. It sysns (begins 1 of 4) and gets STUCK on 1. I evven left it in over night and I know it's stuck because it was still in the same place  What gives?tting this done in itunes

    OS 5 updatee, I can get anything to do what it needs to do.  I have added all of my apps to my computer file, even updated those that needed to be updated.  When I finally get ready to up date to OS5 and hit the prompt,  I am sent to a ;paid that tells me everything that will be updated, but there is nothing on theat page re     uiring me to accept. So I close that page and hit download again, and I get to the page again.  If I hit syns, I am syncing 1 out of 4, however it barely makes through the 1st backup, or sync---I'm not even sure what it is doing because sometimes it refers to sync, whi;le other times if refers to back up.   Can someone help me?  I've been working on this now for 2 solid weeks and it is very frustrating.  ould I be signed in to my itunes account before I plug in my usb attaching my phone? Should my phone be ON and should I uno that It is completely on?  I don't remember having to do this before.  I am NOT using a MAC.  I.m using Windows 7, just as I always have,.
    Thanks
    canthidefromurself

    carolinechx wrote:
    i know the description may be a little bit too confusing
    Mostly because you are not using any capital letters or paragraph returns and your post is difficult to read.

Maybe you are looking for