Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable USB debugging on Android remotely

I've got the LG P970 phone running on Gingerbread with a broken screen. By broken screen i mean that screen displays nothing - it's lighten up, all black with color lines but it's touch sensitive (i believe). I've got important data on it and I want to get it back. Unfortunately USB debugging mode is disabled on the phone so adb devices command on linux shows empty dialog.

So here comes my question: is there any possibility to remotely turn on usb debugging mode on android device?

like image 593
grzebyk Avatar asked Oct 10 '13 11:10

grzebyk


2 Answers

This is how I solved this problem (on a Samsung Galaxy S4):

This assumes that the phone's screen does not display anything, but the touch input still works.

  1. Figure out how to take a screenshot on your phone without using the UI. On the Galaxy S4, you can use hardware buttons to do this.
  2. Unlock your phone's lock screen, and connect it to a computer.
  3. Open the phone in a file manager.
  4. Find the location where the phone stores screenshots.
  5. Take a screenshot on the phone. Look at the updated screenshot.

By doing this, you can perform an action on Android, take a screenshot, and see what screen comes up. After doing this awhile, you should be able to find the USB Debugging menu.

like image 121
Daniel Neel Avatar answered Oct 05 '22 13:10

Daniel Neel


Simple, use a new phone say an S4 to your cracked broken S4 and get to the video port (several youtube videos on this) hook the new screen to the old phone and now you have access to debug set usb or transfer all the files its just as simple as plugging in a working screen!

like image 35
zubie Avatar answered Oct 05 '22 15:10

zubie