How to Flash Custom Recovery Using ADB Commands in any Android

Advertisement
Flash Custom Recovery
TechLatest is supported by readers. We may earn a commission for purchases using our links. Learn more.

In this article, we have mentioned all the methods and procedures to carefully Flash Custom Recovery Using ADB Commands in any Android. Follow the below guide and you are good to go.

Advertisement

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.

Flash Custom Recovery

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.

At any stage, you must avoid doing something about which you have no idea. Don’t customize any method during the actual implementation. This is precisely what that can be a reason your smartphone can fail to perform other tasks as well. We at TechLatest cannot be held responsible for anything that goes wrong simply because of this reason.

Flash Custom Recovery Using ADB Commands

Pre-requisites

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

Flash Custom Recovery
  • 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):
cd F:\Utilities\Android\Beryllium\adb
  • Then, use the following command to verify the device:
adb devices
  • Now, use the following command to boot into fastboot mode:
adb reboot fastboot
  • Finally, use the following command to flash the custom recovery file (make sure to put correct file name):
fastboot flash recovery twrp.img
  • Now you can verify the installtion by booting into recovery mode by using the following command:
adb reboot recovery

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.

Leave a Comment
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
Advertisement