From f7c1c61c744821603253ad1657fac207351ad758 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 17 Jul 2019 20:07:43 +0200 Subject: [PATCH] [Samsung] Disable security.proca (kills su when run) --- rw-system.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rw-system.sh b/rw-system.sh index 4abf406..ea845b8 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -123,6 +123,8 @@ fixSPL changeKeylayout +mount /system/phh/empty /vendor/bin/vendor.samsung.security.proca@1.0-service || true + if grep vendor.huawei.hardware.biometrics.fingerprint /vendor/manifest.xml; then mount -o bind system/phh/huawei/fingerprint.kl /vendor/usr/keylayout/fingerprint.kl fi