Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

How to set up Termux to run RTB

DeadBread76 edited this page Jul 10, 2019 · 10 revisions

THIS IS HIGHLY EXPERIMENTAL

I can't guarantee RTB will work on Termux perfectly, If you have issues submit them and i'll try to fix it.

To run RTB on Android, you will need Termux, I also highly recommend Hacker's Keyboard to use RTB.

When You first start Termux, Ensure you have access to the root-repo by typing: pkg install root-repoand update everything with apt update and then apt upgrade.

Once that is done, install Python by typing apt install python-dev clang libcrypt-dev, and then install git with pkg install git.

Once all is installed, type: git clone https://github.com/DeadBread76/Raid-Toolbox.git and wait for RTB to download.

Next, Install nano with pkg install nano, and then type: cd Raid-Toolbox

Now type nano config.py and edit the termuxmode value to 1.

Now save the file by pressing ctrl + X followed by y and enter.

Once that is complete, type python3 RTB.py and RTB will launch and detect if it is being run on Termux.