From d5b31215485871d90fd886943206fe2917744f6f Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Wed, 13 May 2020 17:59:21 +0100 Subject: [PATCH] Fix exynos grep command to apply setprop correctly --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 782c17b..6ee5cd2 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -283,7 +283,7 @@ if busybox_phh unzip -p /vendor/app/ims/ims.apk classes.dex | grep -qF -e Landro mount -o bind /system/phh/empty /vendor/app/ims/ims.apk fi -if getprop ro.hardware | grep -qF samsungexynos -e mt6771 -e exynos; then +if getprop ro.hardware | grep -q -e samsungexynos -e mt6771 -e exynos; then setprop debug.sf.latch_unsignaled 1 fi