From 63bacaf3bf862bae74ecff4bd95276e166f6ea6c Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Thu, 14 Feb 2019 17:29:15 +0100 Subject: [PATCH] Add Moto evert/jeter/aljeter for soundfx workaround --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 2852278..f833369 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -175,7 +175,7 @@ if getprop ro.vendor.build.fingerprint |grep -iq \ fi if [ "$(getprop ro.vendor.product.manufacturer)" == "motorola" ];then - if getprop ro.vendor.product.device |grep -q -e nora -e ali -e hannah;then + if getprop ro.vendor.product.device |grep -q -e nora -e ali -e hannah -e evert -e jeter;then mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx fi