Skip to content

Releases: RikkaApps/Sui

v13.5.1

Choose a tag to compare

@RikkaW RikkaW released this 19 Sep 13:45
f9b9d25
Bump version to 13.5.1

v13.0.1

Choose a tag to compare

@RikkaW RikkaW released this 01 Feb 12:47
4568061

What's Changed

  • Fix authentication error of transactRemote with IBinder.FLAG_ONEWAY
  • Fix rish does not work on Android 8.x

Full Changelog: v12.7.2...v13.0.1

v12.7.2

Choose a tag to compare

@RikkaW RikkaW released this 14 Oct 09:50
d22f0a8

Full Changelog: v12.7.1...v12.7.2

v12.7.1

Choose a tag to compare

@RikkaW RikkaW released this 06 Oct 04:44
daf3af9

Full Changelog: v12.6.3...v12.7.1

v12.6.3

Choose a tag to compare

@RikkaW RikkaW released this 09 Jun 15:40
352e70e

What's Changed

  • Works on Android 13 Beta 3

Full Changelog: v12.6.2...v12.6.3

v12.6.2

Choose a tag to compare

@RikkaW RikkaW released this 10 Apr 12:42
0755f7c

What's Changed

  • Temporary solution for #35
  • Add updateJson, module now can be upgraded through Magisk app
  • Fix typo by @Howard20181 in #34

New Contributors

Full Changelog: v12.6.1...v12.6.2

v12.6.1

Choose a tag to compare

@RikkaW RikkaW released this 23 Feb 15:14
feb51b2

What's Changed

  • Works on Android 13 DP1 (Apps use Sui/Shizuku may need changes also)
  • Create /data/adb/sui on start (Swithing from Riru version to zygisk version will delete this folder, causing config unable to save)

Full Changelog: v12.5.0...v12.6.1

v12.5.0

Choose a tag to compare

@RikkaW RikkaW released this 16 Feb 11:56
45771d7

Full Changelog: v12.2.1...v12.5.0

v12.4.0

Choose a tag to compare

@RikkaW RikkaW released this 25 Aug 12:29
b1d80a1

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 new post-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

  1. Create file /data/adb/sui/enable_adb_root_once and reboot, this will enable adb root support for the next reboot
  2. 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

v11.6.0

Choose a tag to compare

@RikkaW RikkaW released this 22 Mar 06:22
edf89d2
  • Update for Riru 25
  • Update cmd tool
  • Minor bug fix