Get rid of binder-rs & Refine watchdog

This commit is contained in:
5ec1cff
2023-11-03 18:12:50 +08:00
parent 47e515e2fc
commit f958e57af6
5 changed files with 134 additions and 52 deletions

View File

@@ -9,6 +9,13 @@ fi
cd "$MODDIR"
# temporary fix AVD 11 magisk
if [ -f /dev/zygisk_service ];then
log -p i -t "zygisk-sh" "service called twice";
exit;
fi
touch /dev/zygisk_service
if [ "$(which magisk)" ]; then
for file in ../*; do
if [ -d "$file" ] && [ -d "$file/zygisk" ] && ! [ -f "$file/disable" ]; then