Actually we want to force samsung workaround off
This commit is contained in:
parent
b010be5db0
commit
b8e1d18b51
@ -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" ] &&
|
||||
|
Loading…
Reference in New Issue
Block a user