Any questions or comments about termux please post here?
How to i start adb to use with a usb-c to usb-c cable to another phone to run commands?
Is it possible to flash partitions of another phone using termux?
Pkg install ADB tools
Is that the command to type in
First run
apt update && apt upgrade pkg install wget
Then run
wget https://github.com/MasterDevX/Termux-ADB/raw/master/InstallTools.sh && bash InstallTools.sh
__
Then run
adb devices
How about to run fastboot commands
First (if you didn’t do it previously)
wget https://github.com/MasterDevX/Termux-ADB/raw/master/InstallTools.sh && bash InstallTools.sh
Then do
adb devices
Then
adb reboot bootloader
Then test it out with a command like
fastboot oem unlock
should work fine…
This would work to run autobooter to flash a tcl phone because my phone is bricked i want to unbrick it by flashing a new super to do that i would need autobooter to enter fastboot mode
Yes, you can do this. Need to install python, create a python venv (virtual environment), and then you can run autobooter from your phone.
At a point it was my primary way of doing this, because I was flashing phones at work
How do i that
A good start to learn would be to download termux, download autobooter for Linux, and then try running it with python. The errors given to you will show you what you need.
This is not meant to be condescending, I just don’t have time to write a guide now.
I don’t know linux at all so the errors wont help me
I’m sorry. If I have time, I will possibly write something up but I can’t promise anything.