Here’s a basic TCL ROM Flashing Guide (for Windows):
Please note that neither I nor anyone involved in creating this exploit can be held responsible for any harm it may cause to your phone, data, or warranty.
Proceed at your own risk!
Prerequisites:
Install mtkdrivers.
Install Fastboot Drivers (Extract the zip folder, right-click on android_winusb.inf
, and click install).
- Download platform-tools and extract the zip folder.
- Download autobooter.
- Move autobooter.exe from the Windows folder to your extracted platform-tools folder.
- Download emptyb.bin and put it in the platform-tools folder.
- Turn off your TCL phone, plug it into your computer while it’s completely off, and wait for the battery charging screen to show.
- Click on the address bar in your platform-tools folder, type
cmd
, and click enter. A command prompt window (or Terminal on Windows 11) will open to that folder. - Run
autobooter
. If you see this messageFound MTK Preloader Port on COM__
and dots start popping up, that means that the program is running. When you see the dots popping up, plug in your powered-off phone. After a second you should seeEntered fastboot mode on port COM__
If not...
If when you try running the program, you get No MTK Preloader Ports Found
, then you probably have a bad USB cable. Make sure the USB cable you’re using if file-transfer compatible. If you get any other error, try reinstalling the mtkdrivers
and/or rebooting your computer. If the issue persists, post the error here.
- Once your phone is in
FASTBOOT mode
, runfastboot flashing unlock
, and press the volume-up button to unlock the bootloader. NOTE: This step will Factory Reset your phone. - Run these 4 commands:
fastboot --disable-verity --disable-verification flash vbmeta emptyb.bin
fastboot --disable-verity --disable-verification flash vbmeta_system emptyb.bin
fastboot --disable-verity --disable-verification flash vbmeta_vendor emptyb.bin
fastboot reboot fastboot
- After you run that last command, your phone will reboot into
fastbootd
. Once you see thefastbootd
screen on the phone, typefastboot flash super
, and drag the super file into the command prompt window.
Example Command:
fastboot flash super "C:\Users\Chananya Yom Tov Lipa Katzenellenbogenstein\Downloads\super_KEFS_mod2.img
- Once the command finishes (usually takes around 3 minutes), run
fastboot reboot
.
If you would like to reproduce or share this guide, please give credit to @FliphoneBochur.