Skip to content

v12.4.3

Compare
Choose a tag to compare
@RikkaW RikkaW released this 19 Aug 07:01
· 357 commits to master since this release
e5d22d5

Shizuku v12

  • Shizuku API 12

  • Add interactive shell support

    • To use the new interactive shell tool, do "Export files" again to write new files.
    • The new tool passes all the arguments to /system/bin/sh at remote, so arguments in the old tool are gone. For example, if you want to run command and exit, you should use -c.
    • To pass environment variables to remote, set RISH_PRESERVE_ENV to 1 (Default value is 0 if Shizuku runs with adb, 1 with root).
    • Read https://github.com/RikkaApps/Shizuku-API/blob/master/rish/README.md for more

12.4.3

  • Fix the problem that "Searching" notification is shown again after pairing succeed
  • Improve instruction of wireless debugging

Full Changelog: v12.4.2...v12.4.3

12.4.2

  • Adjust texts

Full Changelog: v12.4.1...v12.4.2

12.4.1

  • Check if notification is disabled
  • Check MIUI since "MIUI style notification" does not show action buttons

Full Changelog: v12.4.0...v12.4.1

12.4.0

  • Support entering adb pair code from a notification
  • Support pairing on Windows Subsystem for Android
  • Fix user service not starting on Android 6.0 (by @ryuunoakaihitomi in #157)

Full Changelog: v12.3.0...v12.4.0

12.3.0

  • Fix using UserService will crash the service process on some devices