This website requires JavaScript.
Explore
Help
Sign In
mirror
/
safetynet-fix
Watch
1
Star
0
Fork
0
You've already forked safetynet-fix
mirror of
https://github.com/kdrag0n/safetynet-fix.git
synced
2024-11-02 02:26:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
09332546b0
safetynet-fix
/
magisk
/
customize.sh
4 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
magisk: Fix service.sh permissions
2021-10-31 01:36:57 +00:00
#!/system/bin/sh
magisk: Remove Play Services from DenyList earlier This ensures that GMS will never start before it's removed from the DenyList, even if another module's service.sh is blocking our script. Suggested-by: osm0sis <osm0sis@outlook.com>
2021-10-31 06:48:12 +00:00
chmod
755
"
$MODPATH
/service.sh
"
"
$MODPATH
/post-fs-data.sh
"
Reference in New Issue
Copy Permalink