From e83a8c37261246d18552182c0d7658dbd71fab37 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sun, 15 Mar 2020 13:28:30 +0100 Subject: [PATCH] Ignore audio efects on all moto --- rw-system.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rw-system.sh b/rw-system.sh index 50f9efc..8eaf075 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -282,6 +282,7 @@ fi if [ "$(getprop ro.vendor.product.manufacturer)" = "motorola" ] || [ "$(getprop ro.product.vendor.manufacturer)" = "motorola" ]; then if getprop ro.vendor.product.device | grep -q -e nora -e ali -e hannah -e evert -e jeter -e deen -e james -e pettyl -e jater; then + setprop ro.audio.ignore_effects true if [ "$vndk" -ge 28 ]; then f="/vendor/lib/libeffects.so" # shellcheck disable=SC2010