diff --git a/rw-system.sh b/rw-system.sh index bff1290..ad054ed 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -349,7 +349,7 @@ if [ -n "$(getprop ro.boot.product.hardware.sku)" ] && [ -z "$(getprop ro.hw.oem fi if getprop ro.vendor.build.fingerprint | grep -qiE '^samsung/' && [ "$vndk" -ge 28 ];then - setprop persist.sys.phh.samsung_fingerprint -1 + setprop persist.sys.phh.samsung_fingerprint 0 #obviously broken perms if [ "$(stat -c '%A' /sys/class/sec/tsp/ear_detect_enable)" == "-rw-rw-r--" ] && [ "$(stat -c '%U' /sys/class/sec/tsp/ear_detect_enable)" == "root" ] &&