+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    yellowperil's Avatar
    Currently Offline DevModder ***
    Join Date
    Mar 2012
    Location
    Greece
    Posts
    471
    Points
    5,417.28

    Black Screen of Death when updating firmware

    I have seen quite a few posts about this and thought (on my journey of learning android), I would have a go at addressing this problem.

    BlackScreenOfDeath.rar

    This file needs to be ADB's onto your device with this command (as long as the device is in debug mode).

    The usual ADB rules apply make sure you have your stuff in one location ADB and files then run cmd and :-

    adb install -r BlackScreenOfDeath.apk (enter)
    ADB SHELL (enter)
    am start -a android.intent.action.MAIN -n com.yellowperil.bsod/.BlackScreenOfDeathActivity (enter)

    This will run my apk,
    1-it will turn off the lock screen (if its on)
    2-temporarily alter the brightness so you can see the screen
    3-press the button to set screen brightness
    4-exit

    you have a un-Black Screen Of Death.



    BETA, you use this at your own risk, and you need to be in usb debug mode

  2. The Following User Says Thank You to yellowperil For This Useful Post:

    ecki2k (08-28-2012)

  3. lightake 728
  4. #2
    Currently Offline Android 1.0 ***
    Join Date
    May 2012
    Posts
    32
    Points
    143.90
    Yes.. this works

    thanx yellowperil

  5. #3
    Currently Offline Android 1.0 ***
    Join Date
    Mar 2012
    Posts
    41
    Points
    432.39

    Thanks Yellow...

    Quote Originally Posted by yellowperil View Post

    you have a un-Black Screen Of Death.



    BETA, you use this at your own risk, and you need to be in usb debug mode
    Thanks Yellow... worked perfect for me.. kept me from having to do a fresh install / wipe. Easy fix and worked perfectly.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts