This Post is about root any almost any any android smart phone, Follow the steps given below to root an android device using Fastboot :
Requirement for Rooting Android Smart phone using Fastboot
- Device Drivers ADB FASTBOOT (Required)
- Custom Recovery for your Smart phones TWRP recommended (Required)
- Magisk (optional for root Management)
- Enable Developer Option and check USB Debugging On (Required)
Where to find TWRP, Custom ROM for my Device
Search TWRP or Custom Rom from your Device on XDA forum or Need Rom
Risk to Brick Smartphone
Unlocking Bootloader, Rooting your device can brick / damage your phone, you may loose device warrenty, do it at your own Risk.
Install ADB and FAST BOOT On Linux
For Ubuntu Type
sudo apt install adb
For Fedora Type
sudo yum install android-tools
Rooting a Phone Via Fastboot
- Install drivers
- Switch Off Phone and Press
=> Power On + Volume Down button - Use Fast boot command
fastboot devices
fastboot oem unclock
fastboot flashing unlock
fastboot recovery.img
fastboot reboot
Note : Keep recovery.img(TWRP) in same folder or use command cd to that directory
then run fastboot recovery.img
If you want to go to Recovery then Switch Phone and Press Power On + Volume Up button