My screen is going black and the phone acts as though it is on and everything is working but I can't get the screen to change from being black... Any thoughts?

I have had my Droid 2 for about a year and a half now. I had no problems with it until a few months ago when that update came out.  All the sudden the phone would freeze up then all of a sudden yesterday I was texting a friend and had the keyboard open then the screen went completely black.  I tried rebooting the phone...pulling the battery... and then doing a hard reset...  Nothing works. I cant even really do a hard reset because the screen is black.  Any thoughts?

http://macmost.com/ipad-video-screen-capture.html
http://www.tuaw.com/2011/04/26/how-to-capturing-ipad-video-with-audio-narration/
http://www.youtube.com/watch?v=8nb6-ixKiOY

Similar Messages

  • My external monitor works but I can't get my screen to work on my power book anymore

    Can not get my screen on power book G4 to work but my external monitor works fine. Did I press something and turn it off?

    rm44 wrote:
    The both screens always worked fine but now the power book doesn't show anything on the screen.  I didn't drop it or even move it.  Where is the brightness button?  Could I have hit it by mistake?
    Thanks so much for your help.
    F2 is the up-brightness button, F1 is the down-brightness button, usually, on PowerBooks.  If for some reason the F1 button got held down for a couple of seconds, the display would go completely dark.
    That being said, if the backlight does not come up (easily determined by seeing if the Apple outline on the cover is lit up) then the most likely suspect would be the inverter board, or the connection to the inverter board.  If this is a Titanium PG G4, the inverter board is easy and relatively inexpensive to replace.  For the Aluminum models, I don't know if that is quite so true.

  • Knight's Tour (works but I can't get the correct grid to print)

    Hi all I have written a recursive Knight's tour method.
    My trouble is when I print out the final grid it won't show the last position as being filled.
    This is where I print out my grid. and it looks like this:
    3 6 11 8
    0 9 4 1
    5 2 7 10
    true
    //count = number of squares in the grid = done
              else if (count == (rows * cols)){
                   for(int i = 0; i < rows; i++){
                        for(int j = 0; j < cols; j++){
                             System.out.print(" " + grid[i][j]);
                   System.out.println("");
                   return true;
              }This is the complete class
    import java.util.Scanner;
    public class KnightProblem{
         private int [][] grid;                         //arrays for the grid
         private int rows, cols;                         //size of grid
         private int startx, starty;                    //starting loc.
         private int count = 1;                         //keeps track of counted squares.
         Scanner sc = new Scanner(System.in);     //keyboard input.
         //setter to get grid size, and starting loc.
         public void setGrid(){
              System.out.print("Enter the number of rows: ");
              rows = sc.nextInt();
              System.out.print("Enter the number of columns: ");
              cols = sc.nextInt();
              grid = new int[rows][cols];
              System.out.print("Enter starting location, rows space column: ");
              startx = sc.nextInt();
              starty = sc.nextInt();
                   if(startx < 0 || startx >= rows || starty < 0 ||
                             starty >= cols){ //check start loc falls inside grid
                        System.out.println("Your starting location does not fall inside the grid" +
                                       " please try again.");
                        System.exit(0);
              System.out.print("Your " + rows + " by " + cols + " grid has been created, ");
              System.out.print("with a starting location of " + "(" + startx + "," +
                                  " " + starty + ")");
              System.out.println();
              for(int i = 0; i < rows; i++){
                   for(int j = 0; j < cols; j++){
                        grid[i][j] = 0;
         //method to try and fill the grid
         public boolean isFill(){
              return isFill(startx, starty, count);               //call recursive method.
         //recursive method to fill the grid
         private boolean isFill(int x, int y, int count){
              //base case current loc outside grid
              if (x < 0 || x >= rows || y < 0 || y >= cols){
                   //System.out.println("1st if " + count);
                   return false;
              //current location already has a number
              else if(grid[x][y] > 0){
                   return false;
              //count = number of squares in the grid = done
              else if (count == (rows * cols)){
                   for(int i = 0; i < rows; i++){
                        for(int j = 0; j < cols; j++){
                             System.out.print(" " + grid[i][j]);
                   System.out.println("");
                   return true;
              else{
                   grid[x][y] = count;          //set Count to current loc.
                   count++;
                   //if there is an empty space from one of the current neighbors then there
                   //is an open space from current loc.
                   if (isFill(x-2, y-1, count) || isFill(x-2, y+1, count) || isFill(x-1, y+2, count)
                         || isFill(x+1, y+2, count) || isFill(x+2, y+1, count) || isFill(x+2, y-1, count)
                         || isFill(x+1, y-2, count) || isFill(x-1, y-2, count)){
                        return true;
                   else{
                        grid[x][y] = 0;
                        return false;
    }     tester code
    public class KnightTest{
         public static void main (String[] args){
              KnightProblem knight = new KnightProblem();
              knight.setGrid();
              System.out.println(knight.isFill());
    }full output:
    Enter the number of rows: 3
    Enter the number of columns: 4
    Enter starting location, rows space column: 1 3
    Your 3 by 4 grid has been created, with a starting location of (1, 3)
    3 6 11 8
    0 9 4 1
    5 2 7 10
    true
    Could anyone explain why that 0 isn't a 12?

    I figured it out after a little thinking!
    else if (count == (rows * cols)){
                   grid[x][y] = count; // new code since last post.
                   for(int i = 0; i < rows; i++){
                        for(int j = 0; j < cols; j++){
                             System.out.print(" " + grid[i][j]);
                   System.out.println("");
                   return true;Before I wasn't giving it a chance to update the count one last time.

  • My buttons and screen work, but I can't activate the screen to see what I'm doing.  Any idea what is wrong?

    My buttons and screen work, but I can't activate the screen to see what I'm doing.  This is after water damage.  Any idea what is wrong?  I'm not sure what to fix..
    I know the screen works because when it first turned on I saw the apple logo and then the screen.  If I hold the home and power button, I see the apple logo when it resets.  Then it goes blank again.
    I can hear when I get a call and pick up, and I can stop the sound and/or decline the call with the power button and side buttons.  It also still vibrates.  I'm confused - if the screen works, the buttons work, it vibrates, makes sound, and the touchscreen feature also works...  what is wrong for me to fix?  Why can't I see anything?!
    I appreciate any help anybody has to offer!!!

    I apologize for the confusion.  This was literally the only option on Apple's "Contact Us" section that I was able to access.  I assumed that Apple's clear intent to have me go here instead of speaking with someone in live time, and the fact this is on the Apple website, meant I could get some advice...  Both over the phone and online they require information I need to see my screen to provide so those are not options.  I tried to bypass this when calling through Skype.  Some lady who didn't know what was going on, who I waited a good while to speak with, put me on hold; I gave up after 30minutes of waiting to speak to somebody again.
    I've stumbled upon a few tricks to help me get through this problem, but I'm at a loss.  I need this phone to work until late December.  I need more tricks.  So yes, it's worth understanding.  Knowing what is going on will let me Google it and work with it, if nobody here is willing to help...
    And yes, it IS a glitchy phone.  It has been a glitchy phone for a long time.  Long before this. But completely unrelated issues.  I was assuming this wasn't just a glitch but something maybe somebody could help me understand.

  • Hello, so today I realized that my iPhone with iOS 6 is frozen on the music. I can get back to the home screen but I can't get the music player to work because its frozen on the w's and will not respond to touch. I would be grateful for any help on this.

    Hello, so today I realized that my iPhone with iOS 6 is frozen on the music. I can get back to the home screen but I can't get the music player to work because its frozen on the w's and will not respond to touch. I would be grateful for any help on this.

    Hi deamayfield,
    Thanks for visiting Apple Support Communities.
    If your Music app is unresponsive, try restarting/resetting your iPhone:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    Best,
    Jeremy

  • My iphone 4s is working but I can not see the screen.

    my iphone 4s is working but I can not see the screen. What is going on?

    Possibly backlight died, if you look at it closely in bright light can you see a "Shadow" of the screen image?
    First, back up your phone
    http://support.apple.com/kb/HT1766
    Then, restore the OS from scratch
    http://support.apple.com/kb/HT1414
    If that doesn't work, you'll need to have the phone serviced
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipho ne

  • How do you transfer your contacts from an Android to an iphone 6? I have backed everything up to Verizon Cloud but I can't get the two phone to pair up?

    How do I transfer contacts from an Android to an iphone 6? I have backed up everything to Verizon Cloud but I can't get the two phones to pair up?

    The problem is non compatible devices. You could go to a Verizon corporate store and they could try to transfer them, however many customers stated this has resulted in loss of contacts. They don't guarantee a transfer.
    http://www.macworld.co.uk/how-to/iphone/transfer-contacts-music-photos-apps-from-android-iphone-3459466/
    Move content from your Android phone to iPhone - Apple Support
    Verizon's cloud is rated at the bottom.
    Good Luck

  • Hello - can anyone tell me why my iPad (4th Gen) screen will no longer rotate. I don't have a screen lock symbol next to the battery icon. I have the rotate icon on my desktop but still can't get the screen to rotate.

    Hello - can anyone tell me why my iPad (4th Gen) screen will no longer rotate. I don't have a screen lock symbol next to the battery icon. I have the rotate icon on my desktop but still can't get the screen to rotate.

    Double-click the Home button and swipe Task Bar to the right. Check the Rotation Lock on the far left of Task Bar.
    http://i1224.photobucket.com/albums/ee374/Diavonex/ba23c598623fe4fd062a40e349af2 18d.jpg

  • I recently had to completely restore my laptop, so I lost the music on my itunes. It's still on my iphone, but how can I keep the music I already have and continue to add more music from the newly set up itunes again?

    I recently had to completely restore my laptop, so I lost the music on my itunes. It's still on my iphone, but how can I keep the music I already have and continue to add more music from the newly set up itunes again? Is there actually a way to do this? I can't help but wonder what the stupid icloud is for if my music is still somewhere in the 'cloud' but it's zero help for restoring music when it's lost on a computer....any help even a site that get's around apple would be great!

    It has always been very basic to always maintain a backup copy of your computer.
    Have you failed to do this?
    If so, not good, you can transfer itunes purchases from the iphone to your computer.  File>Devices>Transfer Purchases
    You can also redownload some itunes purchases in some countries:
    Download past purchases - Apple Support

  • I have a MacBook with OS X 10.5.8 and I purchased a Mtn Lion OS up grade and it keeps telling me to install via the Mac App Store, but I can't get the Mac App Store installed on the MacBook it wants at least 10.6.6 so I seem to be stuck . Help

    I have a MacBook with OS X 10.5.8 and I purchased a Mtn Lion OS up grade and it keeps telling me to install via the Mac App Store, but I can't get the Mac App Store installed on the MacBook it wants at least 10.6.6 so I seem to be stuck . Help

    ChuckPhilyaw wrote:
    I have a MacBook with OS X 10.5.8 ...
    The first step in Upgrading... is to Snow Leopard = OS X 10.6.x
    It is Not available as a download... It is a Paid Upgrade.
    Do this first...
    Check that your Mac meets the System Requirements for Snow Leopard...
    Snow Leopard Tech Specs  >  http://support.apple.com/kb/SP575
    If so... Purchase a Snow Leopard Install Disc...
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    After the Successful Install, run Software Update to get the latest updates for Snow Leopard and iTunes.
    Be sure to make a Backup of your Current System Before Upgrading...

  • Photoshop CS5 broke down twice. I deinstalled and than reinstalled. Now CS5 works but I can't install the updates. "An error occurred, try it again later." But it's not said what error occurred.

    Photoshop CS5 broke down twice. I deinstalled and than reinstalled. Now CS5 works but I can't install the updates. "An error occurred, try it again later." But it's not said what error occurred.
    Thank you for your help.
    Walter

    Thank you very much for your help. Now, I was able to install the update (Adobe Photoshop 12.0.4 update for Adobe Photoshop CS5, Mac). But I couldn’t mark the answer as correct. I didn’t find the „correct“ button.   
    Kind regards
    Walter
    Am 25.12.2014 um 16:06 schrieb station_two:
    Photoshop CS5 broke down twice. I deinstalled and than reinstalled. Now CS5 works but I can't install the updates. "An error occurred, try it again later." But it's not said what error occurred.
    created by station_two in Photoshop General Discussion - View the full discussion
    OK, here's the Windows version of the update:
    Adobe - Photoshop : For Windows : Adobe Photoshop 12.0.4 update for Adobe Photoshop CS5
    and for Mac:
    Adobe - Photoshop : For Macintosh : Adobe Photoshop 12.0.4 update for Adobe Photoshop CS5
    Of course, ignore the idiotic recommendation that appears there to try to use Help > Updates.  We already know that doesn't work.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7043416#7043416 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7043416#7043416
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Photoshop General Discussion by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • I bought Smart Photo Converter which do,s not work but i can't get any refund , i have contacted the company but no reply and that was two weeks ago...so do you talk to someone at the App store?

    I bought Smart Photo Converter which does not work but i can't get any refund , i have contacted the company but no reply and that was two weeks ago...so do you talk to someone at the App store?

    Mac App Store Support -
    http://www.apple.com/support/mac/app-store/

  • My iPad2 side switch is acting up, it will only allow me to have either sound or rotate. If I unmute the rotate won't work, if I mute the rotate works. How can I get the iPad to unmute and rotate? I have restored, downloaded updates and rebooted.

    My iPad2 side switch is acting up, it will only allow me to have either sound or rotate. If I unmute the rotate won't work, if I mute the rotate works. How can I get the iPad to unmute and rotate? I have restored, downloaded updates and rebooted.

    You should be able to control the function that the side switch isn't controlling via the left-hand end of the taskbar : http://support.apple.com/kb/HT4085 - is the icon that appears there (notification mute or rotation lock) indicating that that function is 'off' ?

  • I have a CC subscription for Lightroom and purchased the upgrade for my standalone Ver. 5 to Ver. 6, but I can't install the standalone upgrade. Anyone have any idea how to do it?

    I have a CC subscription for Lightroom and purchased the upgrade for my standalone Ver. 5 to Ver. 6, but I can't install the standalone upgrade. Anyone have any idea how to do it?

    sjrozas wrote:
    I'm only trying out the subscription. Thanks for being so concerned about my finances.
    Sent from my mobile.
    Your initial post indicated that you had a CC subscription. That seems to imply that you have subscribed. If you hadn't already purchased Lightroom 6 I would suggest that you wait until you decide about CC. You really don't need both because the Lightroom program is precisely the same except for Lightroom 6 without the creative cloud has no Lightroom mobile capabilities. But I was only trying to help.

  • I uninstalled Photoshop CC and am trying to reinstall, but I can't get the option to do that.

    I uninstalled Photoshop CC and am trying to reinstall, but I can't get the option to do that.  My CC app manager thinks I still have the app.

    This happens when Ps app is deleted not uninstalled it. So when you try to download, it shows you that Ps CC is already installed.
    Run the Cleaner tool to remove Ps CC :http://www.adobe.com/support/contact/cscleanertool.html . Restart your system and then try installing Ps again.
    Regards,
    Ashutosh

Maybe you are looking for

  • How do I open a protected CCT file and convert it to mp3?

    In Windows XP I am using a trial version of Adobe Director to try to extract .cct music files from the free game Quantum Legacy and eventually convert them to mp3s, but the files are "protected and cannot be opened" I read this link and I made the .e

  • Web Tier in front of Oracle apps r12

    Dear Gurus, I hope you inform me is there any installation documents or mechanism to configure http server to redirect url to oracle apps login page or only http server is related to weblogic only? I searched for how to use web tier in front of oracl

  • Exception caught while loading menus.xml: TypeError: Access is denied. (IE), WORKS IN Firefox

    hi iam trying to get the data into spry table(Dr-cs3) from xml file and iam using spry xml dataset.  my application is working in every browser except in IE. ERROR IS :   Exception caught while loading menus.xml: TypeError: Access is denied.

  • [CS4][AS] Detect problems when opening document

    Hi, Can anyone please help me? I'm trying to write a applescript that opens a indesign file, prints the document, and closes the file again. Everything works fine but when a file is opend, and there are some missing plugings, assignments, fonts, imag

  • Subqueries Vs Joins

    Hi Friends, Is there any restriction like i can use only specific set of joins inside a subquerie or vice-verse. If anything like that is present please do share or a link would help me go through such documents. Regards, Manoj Chakravarthy