Skip to main content

Fastboot

Screenshots

Boot to Fastboot mode

There are many ways to boot into Fastboot mode, you can use one of the last complicated ways if for some reason you can't boot into Fastboot.

Using ADB command

  • Enable USB debugging
  • Connect the phone to PC, run adb devices command and confirm USB debugging if you have not connected the phone to the current PC via adb before
  • Run the command via adb to reboot into fastboot
    adb reboot bootloader

Using VOL- button & USB connection

  • Power off phone
  • Hold down the VOL- button and connect the phone to the PC and wait for fastboot to load

Using Serial Command in Preloader Mode

  • Power off phone
  • Install MTK driver (If you have Windows) - See tools
  • Clone fuckyoumoto repository
  • Install dependencies
    pip install -r requirements.txt
  • Run mtkbootcmd.py script
    python mtkbootcmd.py FASTBOOT
  • Connect the phone to PC (It should be detected as Preloader)

FastbootD

Boot to FastbootD mode

Using ADB command

  • Enable USB debugging
  • Connect the phone to PC, run adb devices command and confirm USB debugging if you have not connected the phone to the current PC via adb before
  • Run the command via adb to reboot into fastbootd
      adb reboot fastboot

Using Fastboot command

  • Power off phone
  • Boot into fastboot mode
  • Run the command via fastboot to reboot into fastbootd
      fastboot reboot fastboot