Home > TWRP

Install TWRP Recovery without using Fastboot Mode [MediaTek]

In this guide, we will show you the steps to install the TWRP Recovery on your MediaTek device without using the Fastboot Mode. Flashing is perhaps the most frequently carried out activity in custom development. Whether it’s installing a custom ROM, mods and tweaks, or rooting your device via Magisk patched boot.img, all these tweaks require you to flash the files to their respective partitions. When it comes to installing these custom recoveries, you could either permanently flash it via ‘fastboot flash recovery twrp.img’.Or boot it for a one-time purpose via ‘fastboot boot twrp.img’.

However, as you might have noticed, you will have to interact with the Fastboot Mode to carry out any of these two tasks. But what if your device isn’t able to boot to Fastboot or your PC cannot recognize your device in this mode [even if all the drivers are installed]? Well, if you have a MediaTek device, then you could still install the TWRP Recovery without even booting your device to Fastboot. And in this guide, we will show you how to do just that. Follow along.

How to Install TWRP Recovery without using Fastboot Mode

Install TWRP Recovery without using Fastboot Mode

The below instructions are listed under separate sections for ease of understanding. Make sure to follow the same sequence as mentioned. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.

STEP 1: Enable USB Debugging and OEM Unlock

you will have to enable USB Debugging and OEM Unlocking on your device. The former will make your device recognizable by the PC in ADB mode. This will then allow you to boot your device to Fastboot Mode. On the other hand, OEM Unlocking is required to carry out the bootloader unlocking process.

Install TWRP Recovery without using Fastboot Mode

So head over to Settings > About Phone > Tap on Build Number 7 times > Go back to Settings > System > Advanced > Developer Options > Enable USB Debugging and OEM Unlocking.

STEP 2: Unlock Bootloader Without Fastboot Mode

You will have to unlock the bootloader on your device. since the fastboot mode is not working on your device, we will be carrying out this task without it. so take a complete device backup beforehand and refer to our guide on How to Unlock the Bootloader without using Fastboot Mode [MediaTek].

Install TWRP Recovery without using Fastboot Mode

STEP 3: Download MTK Bypass Package

Next up, download the Bypass Package for your device and then extract it to any convenient location on your PC. We will be using some of the files from this pack to install the TWRP Recovery on your Mediatek device without using the Fastboot Mode.

Download: Bypass Tools Pack

Install TWRP Recovery without using Fastboot Mode

Apart from the files present in the pack, there are a few other files that you might need, namely

  • First off, you will need to download the SP Flash Tool. As Fastboot Mode isn’t accessible, we will be using this tool to flash the TWRP Recovery on your MediaTek device.
  • Next up, get hold of the Android Scatter text file corresponding to your MediaTek chipset [such as  MT6785_Android_scatter.txt].
  • Likewise, its corresponding Preloader BIN file will also be needed [such as preloader_oppo6785.bin]. Make sure to put both the Android Scatter text file and the Preloader BIN file in the same folder.
  • Finally, download the TWRP Recovery file for your device.

STEP 4: Install Python

  1. To begin with, download Python from the official site.
  2. Then launch the setup and proceed with the on-screen instructions to install it on your PC.
  3. Also, when you launch the setup, make sure to checkmark Add Python to Path.
    Install TWRP Recovery without using Fastboot Mode
  4. We would also recommend you take a note of its installation directory.
  5. The default location is (replace username accordingly and XXX is the version number):
    C:\Users\username\AppData\Local\Programs\Python\PythonXXX
  6. Now head over to the Python folder’s address bar, type in CMD, and hit Enter. This will launch Command Prompt.
  7. Execute the below command in this CMD window to install the required dependencies:
    python -m pip install pyusb pyserial json5

    Install TWRP Recovery without using Fastboot Mode

STEP 5: Install MTK USB Drivers

  1. Head over to the folder where you have extracted the Bypass Tools Pack.
  2. Then go to the Drivers folder, right-click on cdc-adm.inf > Show More Options > Install.
    Install TWRP Recovery without using Fastboot Mode
  3. Now power off your device. Then press and hold the Volume Up and Down keys together and connect your device to the PC via USB cable.
  4. Then go to the Bypass Tools folder and launch the libusb_win32 file. Select Install a device filter and click Next.
    Install TWRP Recovery without using Fastboot Mode
  5. Your device will now be visible as MediaTek USB Port. Select it and click Install. Once the drivers get installed, you may release the pressed keys.
    Install TWRP Recovery without using Fastboot Mode
  6. [If your device is not visible, then you might need to install the QcomMTK drivers as well].
  7. Finally, go to the Bypass Tools folder and launch UsbDk_1.0.22_x64 [Source: GitHub]. Windows will now install the required dependencies.Install TWRP Recovery without using Fastboot Mode

STEP 6: Disable MTK Protection

  1. Unplug your device from your PC and power it off.
  2. Then press and hold the Volume Up and Down keys together and again connect your device to the PC via USB cable.
  3. Then go to Bypass Tools Pack > Bypass folder and launch the brom.bat file.
    Install TWRP Recovery without using Fastboot Mode
  4. Wait till it says”Protection Disabled”. Once done, you are good to proceed ahead.
    Install TWRP Recovery without using Fastboot Mode

STEP 7: Boot Device to BROM Mode

  1. To begin with, power off your device. Then, press and hold the Volume Up and Down keys together
  2. Now connect your device to the PC via USB cable. This will boot your device to BROM Mode.
  3. On some MediaTek devices, it is advised not to leave the pressed keys until the end of the flashing process [or unless mentioned otherwise]. Otherwise, the device might exit the BROM Mode. So it’s better to have the keys pressed till the end of this procedure, just to be on the safer side.

STEP 8: Install TWRP on MediaTek without Fastboot Mode

  1. To begin with, launch the SP Flash Tool using the flash_tool.exe file.Install TWRP Recovery without using Fastboot Mode
  2. Then click on the Choose button next to Download Agent and load the Android Scatter text file.Install TWRP Recovery without using Fastboot Mode
  3. After that, checkmark the recovery partition. Then click on the green area next to it and load the TWRP file.Install TWRP Recovery without using Fastboot Mode
  4. Likewise, make sure that the Mode is set to Download Only. If that’s well and good, then click on the Download button present in the top left.Install TWRP Recovery without using Fastboot Mode
  5. The flashing will now start. Once done, unplug your device from the PC but do not power it on. Rather press and hold the Volume Down and Power keys until you see the warning “the serial is not match fastboot_unlock_verify fail”.Install TWRP Recovery without using Fastboot Mode
  6. When you see this warning, release both the keys and wait for the message to disappear. Again press and hold the Volume Down and Power keys till you see the same warning message.
  7. Do this 4 to 5 times and your device will ultimately enter the Recovery Mode. And with that, TWRP is now installed on your device!Install TWRP Recovery without using Fastboot Mode
  8. For subsequent usage of TWRP, you could either use your device-specific hardware key combinations or execute the below ADB command
    adb reboot recovery

That’s it. These were the steps to install the TWRP Recovery onto your MediaTek device without using the Fastboot Mode. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.


Share: