Hi steemians, hope we all are fine. I just want to share something with you all. A friend taught me how to access android phone even when the touch is unresponsive.
Accessing your Android phone data on your PC without using an external program has recently been made possible by XDA forum member k.janku1. 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.
METHOD
Step 1: Install ADB on your PC. 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
Hope this helps someone out there. Enjoy your day.