Run autobooter from your android phone

termux-autobooter

Run autobooter.py from your phone

What you need:

1. Rooted Android phone

2. USB-C to USB-C cable (or USB-C to USB-A adapter and normal cable)

Download Termux (not from Play Store)

Download Links

Fdroid

GitHub

Run these commands in Termux.

You can copy/paste all in one shot. At some point, installation will hang and ask you questions in the terminal. Just press ENTER. Root access will be requested from Termux, grant it.

pkg update && pkg upgrade -y
pkg install python sudo -y
mkdir python
cd python
curl https://raw.githubusercontent.com/alltechdev/termux-autobooter/refs/heads/main/autobooter.py --output autobooter.py
pip install pyserial
sudo python3 autobooter.py

This script will automatically run autobooter.py. Plug in your MTK device, and let the magic happen.

To exit - Ctrl + c

To start (upon opening fresh termux shell)

cd python
sudo python3 autobooter.py

Sources

Lionscribe autobooter

6 Likes

Does the phone have to support usb otg for this? Or is this like a lower level step which somehow mounts even without it?

99% sure it’s USB otg

1 Like

I tried qin to qin got the script to run but couldn’t get the other phone into fastboot

@ars18

What the issue with play store termux?

As stated from Termux devs, use the other sources. Beyond old and not updated

2 Likes

I don’t remember details but Google play doesn’t allow some permissions and stuff that termux needs. That happened a whole ago so they fully stopped updating there

1 Like

any way i can get autobooter on a pc?

Yes. Search the forums. You’ll find autobooter.exe for Windows. This script for phones works for Linux too.