v12.4.0
v12
- Shizuku API 12
- Zygisk support (require the lastest canary version of Magisk, or the next stable version, v24)
- Add interactive shell support (
post-install.sh
needs changes, see newpost-install.example.sh
for more) - (Android 8.0+) Long press system settings from the home app, you will find the shortcut of Sui
- (Android 8.0+) Enter "Developer options" in system settings, the system will ask you to add the shortcut of Sui
- Use "the standard Android way" to create UI, the file size increases but a lot more things can achieve
adb root support (experimental)
With debuggable/eng builds, the user can use
adb root
command to run ADB with root permission.
Sui 12.2.0 adds adb root
support which allows adb root
to run on production builds and with Magisk's SELinux context.
Requirements
Android 11+ (adbd
is not statically linked)
Benefits of adb root
comparing to running su
in adb shell
- ADB commands run under root. For example, you can use
adb pull
to pull files where only root can access them. - Works even if
magiskd
not working correctly. This does happen before.
Enable adb root support
- Create file
/data/adb/sui/enable_adb_root_once
and reboot, this will enable adb root support for the next reboot - If
adb root
works, you can create/data/adb/sui/enable_adb_root
to enable this feature forever
v12.4.0 (2022-01-09)
- Adapt recent Magisk (Zygisk) changes
- Remove the shortcut (shows when you long-press Settings) on uninstall (The shortcut that has already added to the launcher still needs manual removal)
v12.3.0
- Zygisk support
v12.2.1 (2021-09-20)
- Fix "adb install" under "adb root"
- Fix "adb root" support is not enabled for Android 11
v12.2.0 (2021-09-11)
- Add adb root support (disabled by default, see description above)
- Fix using UserService will crash sui service on some devices
v12.1.4 (2021-08-28)
- Make sure original extras from
newActivity
is not deserialized (For example, this will fix the crash of MIUI Settings "All specs" page)
v12.1.3 (2021-08-26)
- Fix not working on Sony devices (Not sure if only China version ROMs have this problem)
v12.1.2 (2021-08-26)
- Bug fix
v12.1.1 (2021-08-25)
- Don't compile with R8 full mode