Wednesday, February 8, 2017

Recovery and installing customer OS in Android phone

First download the platform-tools from Android SDK website. And then extract the tool and place your terminal to this directory. Now you are ready to run different commands. For example, running adb devices lists the connected device with the computer.
- To reboot the bootloader adb reboot bootloader
- To unloack the device fastboot oem unlock
-  To flash a new image fastboot flash boot <address of the image file>

Rooting android device
https://www.wondershare.com/android/how-to-root-nexus-5.html

No comments:

Post a Comment