ToolDroid is a specialized system utility suite for Android devices (ADB). It leverages Termux and Shizuku to provide hardware insights (Default) and hidden insights (Shizuku) that standard apps cannot reach.
- Simple Monitoring: standard API and Shizuku
dumpsysdata. - Health Metrics: Calculates actual battery health with Shizuku.
- Thermal: Monitor charging current and temperature.
It hides shizuku features if you don't have it enabled and connected.
- Install Termux from GitHub or F-Droid.
- Install Termux Api from GitHub or F-Droid.
- Install dependencies:
pkg update && pkg install python termux-api -y - Download the source code.
- Extract the zip.
- Run
cd ~/storage/downloads/ToolDroid-Main/ - Run
ls(Optional) - Run
python tooldroid.py
Activate Shizuku
- export rish
- make folder in termux's storage named
rish - move the
rishto the rish folder - in termux run
cd ~/storage/rish/ - run
sh rish - quit session by pressing quit in notifications
- Now you can enjoy!
