Initial release v1.0.0 - Messages Mod+ KernelSU-Next module

This commit is contained in:
sssnake
2026-04-03 07:12:16 -07:00
commit 0953b1d929
9 changed files with 1758 additions and 0 deletions

14
action.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/system/bin/sh
# Messages Mod+ - Action Button Handler
# Runs the main mod: disable system Messages, reinstall as user-space
MODDIR="${0%/*}"
SCRIPT="${MODDIR}/scripts/messages_mod.sh"
if [ ! -f "$SCRIPT" ]; then
echo "Error: messages_mod.sh not found"
exit 1
fi
export MODDIR
sh "$SCRIPT" apply