Skip to main content

Posts

Showing posts from December, 2014

Android Mobile screen broken, how to back up data? Here is the answer...

Control a device with a broken screen with touchscreen support. This tool lets you use your device through your Windows pc even if your touchscreen doesn't work or you can't see anything. It uses droid@Screen Full touchscreen support You need to have usb debugging enabled. To Enable usb debugging via recovery:  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" reboot For people who don't have adb enabled, you can contact a kernel developer to automatically enable it in the default.prop and sideload the kernel in recovery. So if nothing was enabled and screen not visible, enable adb via the default.prop and compile the kernel and flashed in recovery(sideload). Now you have full control over the device. Links: GitHub: https://github.com/kjanku1/WindowsAppl