From 04cd1b89977646464b45641216390addf88dd964 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 21 Feb 2022 18:01:13 -0500 Subject: [PATCH] Give Sony shutter/focus on all Sony devices --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index d1397a9..588ed78 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -193,7 +193,7 @@ changeKeylayout() { changed=true fi - if getprop ro.vendor.build.fingerprint | grep -iq -E -e '^Sony/G834'; then + if getprop ro.vendor.build.fingerprint | grep -iq -E -e '^Sony/'; then cp /system/phh/sony-gpio-keys.kl /mnt/phh/keylayout/gpio-keys.kl chmod 0644 /mnt/phh/keylayout/gpio-keys.kl changed=true