From 8d11e629c4406164363a4d956bf1f79c6f8a0bd2 Mon Sep 17 00:00:00 2001 From: Sarah Vandomelen Date: Wed, 8 Dec 2021 11:15:43 -0800 Subject: [PATCH] [Huawei P10] Extend the fingerprint so that the stopping of 'aptouch' only applies to the P10. --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 338fbf4..ccda9a2 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -997,6 +997,6 @@ if [ "$(stat -c '%U' /dev/nxp_smartpa_dev)" == "root" ] && chown root:audio /dev/nxp_smartpa_dev chmod 0660 /dev/nxp_smartpa_dev fi -if getprop ro.odm.build.fingerprint |grep -q Huawei/Chicago;then +if getprop ro.odm.build.fingerprint |grep -q Huawei/Chicago/Chicago_VTR;then setprop ctl.stop aptouch fi