Restored in dfu mode to fix white screen, phone works fine until I turn off screen then get white screen. anyone know what else to do?

as long as I dont turn screen off everthing works just like it should for as long as I want UNTIL I turn the screen off then when I turn it back on it goes right back to white screen.

Hello agardner37701,
I found some steps you can take when your iPhone is not recognized by iTunes when in Recovery Mode.  I recommend reviewing the steps in the section titled "If the device is not recognized while in Recovery Mode" under step 5 in the following article:
iOS: Device not recognized in iTunes for Windows
http://support.apple.com/kb/TS1538
Thank you for using Apple Support Communities.
Best,
Sheila M.

Similar Messages

  • My ipad is not being recognized by the new iTunes update that just came  out about a week ago it worked fine till the update I have windows 8.1 does anyone know how to fix this problem and I just bought my ipad mini about a month ago

    My ipad mini is not being recognized by the new iTunes update that just came  out about a week ago it worked fine till the update I have windows 8.1 does anyone know how to fix this problem and I just bought my ipad mini

    I found this is another thread - same issue.
    Re: iTunes has stopped working. Why? 
    Sep 11, 2013 6:07 AM (in response to thurdy)
    Resolved!
    After contacting Apple, I received a reply from their engineers:
    Copy QTMovieWin.dll from:  C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    to: C:\Program Files (x86)\iTunes
    And that did the trick.
    Message was edited by: Stryder777

  • HT1688 Hi, my iphone power button doesnt work. Its not turning off and is getting hot since the screen is not turning off.

    Hi, my iphone power button doesnt work. Its not turning off and is getting hot since the screen is not turning off.

    Use the assistive touch controls
    General  >. Accesabilty >> assistive touch

  • Spry menu works fine local and turns the whole web page white when it goes live. Please help.

    Thanks in advance to anyone who helps me out with this problem.  I have been working on it all day and I took the time to design nice buttons in Photoshop and backgrounds.  It works perfect viewing it in my browser locally. 
    I have ran into a problem.  My whole page turns white I can't see anything at all when i upload it live.  I use hostgator webhosting business package if this helps.
    I have made sure that I uploaded my SpryAssets folder with everything in it to the server.  As you can see I changed the links to work with my website.
    This is the following code I am editing in my header file live minus some keywords and html tags.  
    <base href="http://{$host}"></base>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="templates/{$template}/styles.css" type="text/css" />
    <script language="javascript" src="libs/prototype/prototype.js"></script>
    <script language="javascript" src="js/functions.js"></script>
    <script language="javascript" src="js/labels.js"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    {if $load_js==1}<script language="javascript" src="js/modules/{$module}.js"></script>{/if}
    </head>
    <body background="templates/{$template}/images/bg.gif" alt="something here">
    <table cellpadding="0" cellspacing="0" width="100%" align="center">
      <tr><td align="center" background="templates/{$template}/images/header_bg.gif" alt="something here">
      <table width="736" cellpadding="0" cellspacing="0" align="center" height="179"><tr>
          <td background="templates/{$template}/images/header.jpg" alt="something here" width="736" height="179" align="center" valign="bottom" style="padding-bottom:0px;">
    </td>
        </tr>
        </table>
        <table cellpadding="0" cellspacing="0" align="center"><tr>
          <td width="2"></td>
      <td width="162"><a href="index.html"><img src="templates/{$template}/images/tab_something.png"  onmouseover="this.src='templates/{$template}/images/tab_something_MouseOver.png';" onmouseout="this.src='templates/{$template}/images/tab_something.png';" border="0"></a></td>
      <td width="14"></td>
      <td width="162"><a href="most-popular/"><img src="templates/{$template}/images/tab_popular.png  "
    onmouseover="this.src='templates/{$template}/images/tab_popular_MouseOver.png';" onmouseout="this.src='templates/{$template}/images/tab_popular.png';" border="0"></a></td>
      <td width="13"></td>
      <td width="162"><a href="top-rated/"><img src="templates/{$template}/images/tab_rated.png"
    onmouseover="this.src='templates/{$template}/images/tab_rated_MouseOver.png';" onmouseout="this.src='templates/{$template}/images/tab_rated.png';" border="0"></a></td>
              <td width="13"></td>
              <td width="162"><a href="cam.html"><img src="templates/{$template}/images/buttonhere.png"  onmouseover="this.src='templates/{$template}/images/lbuttonhere_MouseOver.png';" onmouseout="this.src='templates/{$template}/images/buttonhere.png';" border="0"></a></td>
      <td width="14"></td>
    </tr></table>
        </td></tr>
    </table>
    </body>
    </html>
    The code below it is what makes my website go white, you can't even see anything at all.  Notice all i took out was buttons and then i added the spry code.  The site will still work perfect without the buttons, but as soon as I place the spry code within the page anywhere it goes white and won't work at all.
    <base href="http://{$host}"></base>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="templates/{$template}/styles.css" type="text/css" />
    <script language="javascript" src="libs/prototype/prototype.js"></script>
    <script language="javascript" src="js/functions.js"></script>
    <script language="javascript" src="js/labels.js"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    {if $load_js==1}<script language="javascript" src="js/modules/{$module}.js"></script>{/if}
    </head>
    <body background="templates/{$template}/images/bg.gif" alt="something here">
    <table cellpadding="0" cellspacing="0" width="100%" align="center">
      <tr><td align="center" background="templates/{$template}/images/header_bg.gif" alt="something here">
      <table width="736" cellpadding="0" cellspacing="0" align="center" height="179"><tr>
          <td background="templates/{$template}/images/header.jpg" alt="something here" width="736" height="179" align="center" valign="bottom" style="padding-bottom:0px;">
    </td>
        </tr>
        </table>
    <link href="/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <ul id="MenuBar1" class="MenuBarHorizontal">
    <li>
    <div align="center"><a href="/index.html">something here</a>
    </div>
    </li>
    <li>
    <div align="center"><a href="/categories">something here</a>
    </div>
    </li>
    <li>
    <div align="center"><a href="/most-popular">something here</a> </div>
    </li>
    <li>
    <div align="center"><a href="/top-rated">Top Rated</a>
    </div>
    </li>
    <li>
    <div align="center"><a href="/name.html">Name</a> </div>
    </li>
    <li id="list1">
    <form name="search_form" id="search_form" action="index.php" method="get"    padding-left:0px;">
    <input type="text" class="input-text" name="tag" id="tag" value="" style="width: 100px;  background-position: -14px 0px; height:35px; padding-left:0px;">
    <input type="submit" class="input-button" value="Search" style=" align: left; width: 60px; height:35px;">
    </form> </li>
    </ul>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"/SpryAssets/SpryMenuBarDownHover.gif", imgRight:"/SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
        </td></tr>
    </table>
    </body>
    </html>

    I'll try to be nice, but if it doesn't come over that way, please forgive this grumpy old man.
    When I look at your markup as follows
    <link href="/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <ul id="MenuBar1" class="MenuBarHorizontal">
    <li>
    <div align="center"><a href="/index.html">something here</a>
    </div>
    </li>
    <li>
    <div align="center"><a href="/categories">something here</a>
    </div>
    </li>
    <li>
    <div align="center"><a href="/most-popular">something here</a> </div>
    </li>
    <li>
    <div align="center"><a href="/top-rated">Top Rated</a>
    </div>
    </li>
    <li>
    <div align="center"><a href="/name.html">Name</a> </div>
    </li>
    <li id="list1">
    <form name="search_form" id="search_form" action="index.php" method="get"    padding-left:0px;">
    <input
    type="text" class="input-text" name="tag" id="tag" value=""
    style="width: 100px;  background-position: -14px 0px; height:35px;
    padding-left:0px;">
    <input type="submit" class="input-button" value="Search" style=" align: left; width: 60px; height:35px;">
    </form> </li>
    </ul>
    I wonder
    what a link to a style sheet is doing in the middle of your document. The placement of a link to CSS should only be within the head-section of your document
    why a div has been placed right in the middle of a list. If you want to place the menu item in the middle, then do so using CSS on the a element.
    why a form has been placed within the menu bar. Everything within the ul element will be considered part of the menu bar.
    Clean up your code and all should be well.
    Gramps

  • HT4528 I phone worked perfectly until software upgrade...then locked....I replaced the phone because Apple Store said they didn't know what to do, but I want to use this one as an IPOD now....anyone able to fix it?  Apple does not seem to know what to do?

    PLEASE HELP!

    Restore iPhone with iTunes on computer. If you are having problems with Apple ID, then go to this website: https://iforgot.apple.com/password/verify/appleid

  • I recently transferred my ipnone service from at&t to another carrier the phone worked fine until i tried to up it with itunes i now have a frozen itunes logo and a plug on the screens my phone is a iphone 3g how can i get my phone to work again?

    my ipone 3g is frozen with aitunes logo and plug after i tried to update it from apple. the phone worked fine even thou i changed carriers from at&t to Simple celleur. How can i get my phone to work?

    As AT&T has not officially unlocked your phone it must have been hacked to use another carrier.  So when you updated it has relocked itself to AT&T. There is no official unlock so this will happen anytime you update.

  • There's a black and white striped glitch on the left side of my screen on my Macbook Air! Its happened before and has been an easy fix, usually just restart or turn off my computer but don't know what else to do. Is there anything I can try now?

    There's a black and white striped glitch on the left side of my screen on my Macbook Air! Its happened before and has been an easy fix, usually just restart or turn off my computer but don't know what else to do. Is there anything I can try now? I wont be able to make it to the Apple store until tomorow and would prefer if there was something I could do that didnt cost money, my computers very new and I really need help.

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    I suggest that you try to repair the phone software using PC Companion..
    Before repairing your device you may want to backup your information first. Check out this topic for more information on how to.
    How to backup?
    If the issue should still remain I think that this needs to be examined and fixed at a repair center. For more information about how to submit your phone for repair and where, contact your local support team.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • My iPhone charges normally trought power outlet, But it won't charge or recognize trough USB connection on my MacBook, even in restore or DFU mode.

    My iPhone charges normally trought power outlet, But it won't charge or recognize trough USB connection on my MacBook, even in restore or DFU mode.
    Please help me! I'm stuck on restore mode.

    I tried on 3 different MacBooks, it doesn't work.
    I have some updates though... It is recognized on my car sound system, and It is working fine when connected to a windows PC, I was able to normally activate it... so the problem is not on the connector, Macs just don't recognize it.
    Anyone ?

  • HT1339 My ipod does not appear in itunes.because only resrtartohet, can ndoenj so switch to restore in DFU mode.or something

    My ipod does not appear in itunes.because only resrtartohet, can ndoenj so switch to restore in DFU mode.or something

    I can't understand your question or problem...
    B-rock

  • I cant restore iphone. Itunes sees device, but I cant restore. DFU mode fails as well

    I cant restore iphone so i can use as an ipod touch. Itunes sees device, but I cant restore. DFU mode fails as well. It acts like it's restoring but after verification, i still am back at square one.

    When restoreing There is an n/a after capacity and serial number etc. After restore it restarts and recognizes device bu has iphone in large print in the window wher Capacity and serial number were. Any help would be appreciated.

  • Mac randomly crashes, screen turns green and white, and it works fine upon restart. What causes this and how can I fix it?

    My MacBook Pro 13 inch (I've had it for about a year and a half) has started crashing randomly. It happens about once a week and it will happen when I'm in the middle of either watching a video, typing a paper, playing a game, etc. The computer clicks loudly and the screen becomes a series of green and white lines. It works fine upon restart, but it's still annoying whenever it happens. What causes this? Is it fixable?

    The image suggests an issue with the graphics board.
    The issue may happen more when your machine is generating additional heat, as when you're watching or processing video, or gaming. I can't say for certain, of course, but certain things will reduce the chance of the problem recurring:
    1. Keep your machine as cool as possible. When there's additional heat, turn up the fan, or use an app like HD Fan Control to reduce the heat. Use your computer the way you see fit, but be conscious of heat.
    2. Back up on a regular basis. Logic board problems can lead to more serious issues down the line, so backing up is a good way of safeguarding your data.
    3. Look up "Logic Board Woes" on Google for a comprehensive discussion of the issue.

  • My ipod 4g was working fine until i locked the screen but when i tried to turn it back on the screen stays black and its been 3 days. Does anyone know how i could fix this?

    my ipod 4g was working fine until i locked the screen but when i tried to turn it back on the screen stays black and its been 3 days. Does anyone know how i could fix this?

    - Charge the iPod for half an hour.  Then 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.
    - if still not working, connect to your computer. If iTunes sees the iPod, restore the iPod.
    - If still problem, place the iPod in recovery mode and then try to restore the iPod.  For recovery mod see:
    iPhone and iPod touch: Unable to update or restore

  • HT1414 my i phone 3g seems to of crashed when i tried to reset it. it jus shows an apple i con in middle of screen and it wont turn off but it flicks off itself but returns to same apple icon. anyone know whats up with it or how to restor it please?

    my i phone 3gs seems to of crashed when i tried to restart it. the screen jus displays an apple i con in the middle of the screen and wont turn on or off. anyone know whats wrong with it or how to restore it?

    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.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • My ipod screen just turned blank white randomly and now it won't turn off/reset or connect to the computer... need help

    my screen just turned blank white randomly and now it won't turn off/reset or connect to a computer or really do anything... need help.

    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 usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar
    Some other users have had the same problem

  • HT201269 I am trying to restore my phone from the backed up information on my computer.  It is asking me for a password.  I tried my screen lock code and my apple id.  Does anyone know what password it wants?

    I am trying to restore my phone from the backed up information on my computer.  It is asking me for a password.  I tried my screen lock code and my apple id.  Does anyone know what password it wants?

    recovery mode
    open itunes on computer
    plug cable into computer not phone
    turn phone off
    hold home button and plug cable into phone.  do not release home button until an itunes graphic appears on device.
    look to computer should have message about recovery mode click ok and restore
    Peace, Clyde
    if u need an article see
    http://support.apple.com/kb/HT1808
    if it says turn find my device off can be done at icloud.com or on the device settings - icloud - find my device

Maybe you are looking for