How to install custom reovery through adb and fastboot in Android Device.
- Download TWRP recovery from here.
- Extract recovery.img from downloaded zip.
- Setup ADB and FASTBOOT (to setup use: https://drive.google.com/file/d/0B0MKgCbUM0itVVFWRC02Q0VBQnc/view
- Turn on "Android Debugging on your device.
- Goto setting on your device.
- Goto Developer Option (If not available, goto about phone and click on "build Number" 5 times to enable developer option.)
- Scroll down and tick on "Enable USB Debugging" and tap on OK.
- Open Command Prompt.
- Boot device in bootloader.
adb reboot bootloader - Once mobile booted into bootloader/fastboot mode type the following:
fastboot flash recovery path/to/recovery.img
fastboot reboot
#Latest Technology, Android Developer, Android Recovery ADB, ADB tools, Fastboot Tricks, Android Tricks, Android Root, Latest Technology 2016, How to download adb and fastboot.
No comments: