Minimal ADB and Fastboot Tool to Install Custom Recovery

ADB and Fastboot tool is a power utility which is used to flash custom recovery, rom and third-party apps on Android device using the Fastboot mode. It is a most convenient way to do flashing process on Android devices. And with its portable version, Minimal ADB and Fastboot Tool everything becomes more easier.
Here we have this tutorial that will help you use this tool for flashing custom recovery such as TWRP or CWM and how to prepare your device for it. ADB is an official tool provided by Google – basically it establish a connection between your Android device and your PC and which helps developers and users to do their work using ADB commands.


Download your custom recovery file and put under the extracted folder “Fastboot”, so all files will be in single folder just like below image:

How to Use Minimal ADB and Fastboot Tool to Install Custom Recovery

Step 1 – Turn off your device.
Step 2 – Connect your device to your PC using USB Cable.
Step 3-  Now from the Extracted Fastboot folder, look for Run Me.bat file and Run it, following screen will appear:
Step 4 –  Now type following command to boot your device into fastboot mode:
adb reboot bootloader
This command will boot your device into fastboot mode which we required to flash recovery file to device.
Step 5 – Now type the following command on command prompt:
fastboot flash recovery custom-recovery-file-name.image
Replace “custom-recovery-file-name.image” with your recovery file name.
Step 6 – Type follow to reboot the deivce
fastboot reboot
Now your device will reboot and it will be started normally. Now as you’ve installed custom recovery, now you are free to install Roms, mods and much more.
That’s all about this tutorial. If you get stuck anywhere, don’t forget to leave a comment and we’ll help you out. 
Older Post Newer Post

You may also like:

No comments:

Post a Comment

Tutorials