- English
- العربية
This module automatically starts Shizuku at device boot.
No need to open the app or run commands manually.
A simple Shell-based module. When installed, it auto-runs service.sh
after every boot.
The script looks for libshizuku.so
(from the Shizuku app) and runs it.
- Waits for the system to fully boot.
- Waits 5 more seconds.
- Searches for
libshizuku.so
under/data/app/
. - If found:
- Makes it executable.
- Executes it.
- Logs everything into
shizuku_exec.log
.
- Android device with root access
- Shizuku app installed
- Redmi Note 11 SE (Rooted using Magisk)
- Only tested on Magisk
- Not guaranteed to work on KernelSU, APatch, or other custom environments
- Use outside Magisk at your own risk
File | Description |
---|---|
service.sh |
Main script – auto-runs after boot |
shizuku_exec.log |
Log file – created automatically |
module.prop |
Metadata file for Magisk module |
Warning
Use of this module is entirely at your own risk.
The developer is not responsible for any damage to your device or data resulting from improper or unsupported use.