How To Root Your Android Without Computer (No PC)

Compilation of tools on android that you can use to do unlock bootloader, root, flashing, etc with using you computer (PC/ Laptop)

Bugjaeger

Swiss army for android. Can do adb command, fastboot, and unlock bootloader from fastboot

fastboot command

command (adb)
reboot bootloader

fastboot  command
  • fastboot devices
  • fastboot flashing unlock
  • fastboot flash boot [file_patch]
  • fastboot reboot bootloader
  • fastboot reboot

Termux-Mtkclient

Unbrick, pull partition, root mediat

QDL-Flasher





Flash Qualcomm CPU Based Mobile Phones Using Termux Without PC (This Tool Run in android arm,arm64,x86,x86_64 architecture Termux Supported mobile) Root Required

Installation

  • yes | pkg update && upgrade
  • pkg install termux-api
  • pkg install git
  • pkg install libxml2
  • pkg install sudo
  • git clone https://github.com/Ishu43642/QDL-Flasher.git
  • cd QDL-Flasher
  • chmod -R +x . 
  • ./qfile.sh

MiCommunityTool

Submitting a request for bootloader unlocking permission from the Mi Community automatically. 
  • Install termux 
  • pkg install python3 
  • curl -sSL https://github.com/offici5l/MiCommunityTool/releases/latest/download/MiCommunityTool.py -o "$PREFIX/bin/micommunit" && chmod +x "$PREFIX/bin/micommunit" 
  • micommunit  

MiAssistantTool 

Flash official recovery ROMs (Xiaomi) in Mi-Assistant mode without unlocking the bootloader.

  • Install Termux & Termux-Api 
  • Open termux
  • termux-setup-storage
  •  cd ~/storage/shared


  • cp xxx
  • cd ~
  • chmod +x xxx
  • ./xx
  • Bugjaeger

    You can run adb and fastboot command from android. Replacement for adb fastboot tools for android. You can do root, flash custom recovery, etc

    ErosFlashTool

    Tools to flash, root, unbrick samsung devices. Doesn't need root acces. Replacement for odin in android
    Download here

    MiTools

    Unlock your xiaomi devices from you other android devices! Download here

    QDL-Flasher


    Flash Qualcomm CPU Based

    Termux-Mtkclient

    Unbrick, pull partition, root mediatek devices on you android devices

    Install

    • apt install python3 git libusb-1.0 python3-pip 
    • git clone https://github.com/RohitVerma882/termux-mtkclient 
    • cd mtkclient 
    • pip3 install -r requirements.txt 
    • pip3 install .

    Unlock Bootloader

    • Erase metadata and userdata (and md_udc if existing)
      python mtk e metadata,userdata,md_udc
    • Unlock bootloader
      python mtk da seccfg unlock 
    • Reboot phone
      python mtk reset

    Rooting

    • Dump boot and vbmeta 
      python mtk r boot,vbmeta boot.img,vbmeta.img
    • Reboot phone
      python mtk reset
    • Patch boot.img with magisk
    • Flash magisk-patched boot and empty vbmeta 
      python mtk w boot,vbmeta boot.patched,vbmeta.img.empty
    • Reboot phone
      python mtk reset

    Post a Comment for "How To Root Your Android Without Computer (No PC)"