
Extract and then open the downloaded recovery folder, and then open command window via [Press shift key+ right-click on any blank space of that folder, and then select “Open command window here”ģ.

Search and download the specific TWRP recovery. Steps to Install TWRP Custom Recovery via Fastboot Modeġ. img file specific/ compatible for your device. Enable USB Debugging Mode on your device, go to Download TWRP Recovery.Install and setup ADB/Fastboot drivers on your computer.This may void the warranty of yours device.


TWRP you can perform all the operations that are related to your device. Some time it may take more a minute for the device to come up in the fastboot mode.Ĭlick here for all adb commands adb commands | adb devices | adb device not found | adb push | adb shell.Almost all android smartphones comes with stock recovery that’s allowing you to perform the official operations only. Keep pressing the volume down (volume -) and power key until it goes into fastboot mode. Press the volume down key 1st then press the power key Example 1 : Flash recovery imageįastboot flash recovery D:\recovery.img Example 2 : Flash modem imageįastboot flash modem D:\modem.bin How to erase cache using fastboot commandsįastboot erase cache How to put the device in fastboot mode without adb command ? First, you have to bring the device in fastboot boot and then run the image flashing commands. To flash any image follow the below examples. This is like factory reset that we generally performed through settings menu.įastboot flash : flash an image How flash image using fastboot command So you have to use fastboot reboot.įastboot -w : Erase all user data. You can also put the device in fastboot mode by pressing the power on button and the volume down key button at the same time.įastboot devices : Shows the list of devices in fastboot mode.įastboot reboot : Reboot the the device to normal mode.

These are the List of fastboot commands for android devices. To put the device in fastboot mode run “adb reboot bootloader” command. List of fastboot commands for android devices
