English | Русский
Shizuku management utilities for Termux
- Download deb file from latest release:
- Go to the directory where the file was downloaded to
For example:
cd /sdcard/Download
- Install package
For example:
dpkg -i termux-shizuku-tools_4.1.deb
- Open termux-shizuku-tools page in Termux Hub
- Scroll down and copy commands to install
Usage: shizuku, shk <command>
Commands:
info, i - Show Shizuku status
open, o - Open Shizuku
stop, s - Stop Shizuku server
execute, exec, e - Execute command via Shizuku
shell, sh - Start interactive Shizuku shell
help, h - Show this help
version, v - Show version
Examples:
shizuku info
shizuku exec "pm list packages"
shizuku shell
- Download repository as zip
Or clone via git:
git clone https://github.com/AlexeiCrystal/termux-shizuku-tools.git
- Execute
build.shscript at root of the repository
For example:
bash /sdcard/Download/termux-shizuku-tools-main/build.sh
Or:
bash /sdcard/Download/termux-shizuku-tools/build.sh
- Install package
For example:
dpkg -i /sdcard/Download/termux-shizuku-tools-main/termux-shizuku-tools.deb
Or:
dpkg -i /sdcard/Download/termux-shizuku-tools/termux-shizuku-tools.deb