Shevery v13.7.0.r12 - AxManager Plugins & ReCommand Fixes
Shevery v13.7.0.r12
This release introduces complete out-of-the-box compatibility with AxManager plugins, fixes the Dhizuku service start window closing bug, resolves multiple logical bypasses and rendering bugs in ReCommand, and increments the version to r12.
Key Fixes & Features
-
AxManager Plugins Support:
- Added alternative executable script matching. The system now matches
run.sh,main.sh, andexec.shas fallbacks for manual user Action scripts, andlate_start.shas fallback for background Service scripts. - Automatically injects AxManager-compatible environment variables (
AXERON=true,AXERONVER=1.0.0,MODPATH, and CPU architectureARCH) into shell process arrays. - Improved script absence error checking messages to be more generic.
- Added alternative executable script matching. The system now matches
-
Dhizuku Auto-Close Fix:
- Fixed a bug where the starter activity window would stay open forever when started in Dhizuku mode.
- The window now properly registers the binder received listener when Dhizuku finishes initialization (
вњ“ Initialization complete.) and closes automatically after 3 seconds.
-
ReCommand Prompts Overhaul:
- Fixed a logical bypass where ReCommand prompts were skipped entirely for trusted modules. Prompts are now shown whenever enabled in Settings, regardless of trust level, fulfilling user configuration intent.
- Replaced the legacy
confirmCommandimplementation (which usedMaterialAlertDialogBuilderon background JavaScript threads, leading to theme crashes and UI deadlocks) with a native Jetpack Compose state-driven dialog insideModuleWebViewActivity.
-
Version Increment:
- Incremented build version to r12 (12).
Attached Artifacts
shizuku-v13.7.0.r12.ba8b1b9-release.apk: Production release build.shizuku-v13.7.0.r12.ba8b1b9-debug.apk: Fully featured debug package with verbose logging enabled.