Are you thinking of playing with your Android device? Then, you might need to root your device to get full access to your smartphone. And for rooting any device, you will need a custom recovery. Well, there is no issue of sorting custom recoveries, but for all these, you should know how to Flash Custom Recovery Using ADB Commands.

What is Recovery Mode?

The first thing the bootloader rings up is the recovery. A custom recovery like TWRP will let you back up the entire device, flash tweaks, and install a new custom operating system. Or simply it is a Low-level software that can create and restore full system backups. Accessed before the main OS. The recovery menu provides options to assist recover your device — for instance, you’ll reset your device to its factory default state from here. The recovery mode also can be wont to flash OTA update files. if you would like to flash a replacement ROM to your device — or re-flash the factory default ROM file — you’ll get to boot to recovery mode first.

What is Custom Recovery?

Before telling you the Best Custom Recovery for Android, we must know what a custom recovery is. A custom recovery may be a third-party recovery environment. Flashing this recovery environment onto your device replaces the default, stock recovery environment with a third-party, customized recovery environment. this is often a touch like flashing a custom ROM like CyanogenMod — but rather than replacing your device’s Android OS, it replaces the recovery environment.

Flash Custom Recovery Using ADB Commands

Pre-requisites

USB CableUSB Drivers (Download from here)Custom Recovery File (Get from here)Android SDK (Download from here)

If you are having any issues while setting up the ADB environment, then do follow this guide.

First, make sure your Android smartphone’s ADB Debugging mode is ON.For verifying, connect the device and open cmd and go to the adb folder by using the following command (change the path to the folder accordingly):

Then, use the following command to verify the device:

Now, use the following command to boot into fastboot mode:

Finally, use the following command to flash the custom recovery file (make sure to put correct file name):

Now you can verify the installtion by booting into recovery mode by using the following command:

Conclusion

This was it, you have successfully flashed your first custom recovery in your smartphone. Some of the OEMs don’t allow these types of tasks, and they may void your device’s warranty, so make sure you read their guidelines before doing anything. If you faced any issue while doing this, please let us know about it the comments section down below.

How to Flash Custom Recovery Using ADB Commands in any Android - 50How to Flash Custom Recovery Using ADB Commands in any Android - 63