From b37cfd94638afe118c2a0208358ab7818cd95c80 Mon Sep 17 00:00:00 2001 From: CHIDILights <62822977+CHIDILights@users.noreply.github.com> Date: Mon, 28 Feb 2022 00:12:32 +0900 Subject: [PATCH] Disable fingerprint gestures for Stylo 7 4G variant --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 588ed78..90663ee 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -275,7 +275,7 @@ changeKeylayout() { changed=true fi - if getprop ro.product.vendor.device |grep -qi mfh505glm; then + if getprop ro.product.vendor.device |grep -qi -e mfh505glm -e fh50lm; then cp /system/phh/empty /mnt/phh/keylayout/uinput-fpc.kl chmod 0644 /mnt/phh/keylayout/uinput-fpc.kl changed=true