How to access phone with broken screen via pc

How to access phone with broken screen via pc 

Want to try accessing your Android phone data on your PC without using an external program? This has only recently been made possible, but a new, free tool known as Android Control, which is developed by XDA Forum Member k.janku1, can now enable you to gain access to you Android device via a PC, and consequently save all of your data. This can be a huge relief if you have broken your phone and are panicking about your info!

You will need to have enabled USB debugging on your device in order for this method to work, and you also need to install ADB on your computer. Here’s how to use Android Control.

Step 1: Install ADB on your PC. (given below) The program will create a shortcut on your desktop that can then be used to open a command prompt.

Step 2: Once the command prompt is open enter the following code:

    Adb shell
    echo "persist.service.adb.enable=1" »/system/build.prop
    echo "persist.service.debuggable=1" »/system/build.prop
    echo "persist.sys.usb.config=mass_storage,adb" »/system/build.prop"

Step 3: Reboot.

Step 4: At this point, simply connect your Android device to your PC and the Android Control Screen will popup allowing you to control your device via your computer. 

Comments