Skip to content

Nightzuku r49 [2]

Choose a tag to compare

@kerneldroid kerneldroid released this 24 Jun 07:07

Nightzuku r49 [2]

Wear OS UI Scroll & Icon Update

  • Restored TransformingLazyColumn scrolling transformations (scaling and shape morphing) on all Wear OS screens.
  • Updated main screen title icon from a play arrow to the Shizuku mascot logo.

Termux rish Hotfix

  • Fixed rish REQUEST_BINDER broadcast targeting wrong package (ShizukuShellLoader.java): The broadcast was hardcoded to moe.shizuku.privileged.api instead of the actual Nightzuku package kerneldroid.nightzuku. This caused rish to always timeout since no app was listening on the old package name. Now uses BuildConfig.MANAGER_APPLICATION_ID for dynamic resolution.
  • Fixed Termux linker crash on ColorOS/Realme devices: Added unset LD_LIBRARY_PATH in the rish script before app_process invocation to prevent Termux's libzstd.so from conflicting with the system libunwindstack.so (Android 14+).