mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-02-07 19:59:48 +08:00
Do not use resetprop -w
Old Magisk versions don't support this
This commit is contained in:
parent
984ccda786
commit
1c29473294
@ -23,7 +23,9 @@ fi
|
||||
# Conditional late sensitive properties
|
||||
|
||||
# must be set after boot_completed for various OEMs
|
||||
resetprop -w sys.boot_completed 0
|
||||
until [[ "$(getprop sys.boot_completed)" == "1" ]]; do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
# SafetyNet/Play Integrity + OEM
|
||||
# avoid breaking Realme fingerprint scanners
|
||||
|
Loading…
Reference in New Issue
Block a user