Root Android OS and install custom Android ROM and also tweaking Android mobile OS blog.

Sunday, August 21, 2016

Easily Install TWRP On Android With ADB Command

The post you are reading now containing the full instructions to easily flash TWRP recovery image on all Android based phone using ADB command.

Why you need a custom recovery image such as TWRP? The answer is pretty simple because this non-stock recovery can help you root your device.

Not only that it can be used to flash custom ROMs that support your device, mods and other tweaks.

Interested? Then wait no more. Let's get into the business.

Remember to perform the instructions written here but the risks are yours to take.

Prerequisites.
  1. TWRP recovery is developed by third party developers.
  2. Backup your device before proceeding to the guides.
  3. We also use Windows OS computer and a USB cable.
  4. We will issue fastboot command on your Windows PC. Make sure you have ADB & Fastboot installed on PC.
  5. Make sure your device's bootloader is already in bootloader unlocked stage.
  6. Enable your device's USB debugging mode.

How to install TWRP on Android device?


Download TWRP recovery image file via this link to your computer.

  1. Place the TWRP imag into the same folder of Adb & Fasboot on your computer.
  2. Open command prompt inside the ADB & Fasboot folder.
  3. You need to plug your device to computer using a USB cable.
  4. Then issue the following command.
    adb reboot bootloader
  5. Choose OK if you are prompted to allow USB debugging.
  6. When your device is in bootloader mode, issue the command below to install TWRP.img file.
    fastboot flash recovery twrp-2.8.x.x-xxx.img
  7. The installation process will begin. Wait. Once it's done. Just type the command below.
    fastboot reboot
Well done my friend your Android device now is powered with the famous and smart TWRP custom recovery.
Easily Install TWRP On Android With ADB Command Posted by Unknown