Fastboot
Screenshots
- Start
- Recovery
- Barcodes
- Restart bootloader
- Poweroff
![](/assets/images/start-b49ee6ddbe096e0091adbe4e9c00d206.png)
![](/assets/images/recovery-eba144d4fd627a7a0f04a27279f82b2b.png)
![](/assets/images/barcodes-f6fa66fb1a1c811586eb2570336fdd51.png)
![](/assets/images/restart-bootloader-5e60186a478edd55081f1fedaae246ba.png)
![](/assets/images/poweroff-87a7133a5d07df9fabb6daaf4da2bb42.png)
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
scriptpython mtkbootcmd.py FASTBOOT
- Connect the phone to PC (It should be detected as Preloader)
FastbootD
![](/assets/images/fastbootd-a43e972b02c56bc09c49aad5d5f3af22.jpg)
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