Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

How to root Android using Linux Fastboot Mode

How to root Android using Linux Fastboot Mode

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

  1. Device Drivers ADB FASTBOOT (Required)
  2. Custom Recovery for your Smart phones TWRP recommended (Required)
  3. Magisk (optional for root Management)
  4. 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

  1. Install drivers
  2. Switch Off Phone and Press
    => Power On + Volume Down button
  3. 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