From f95b7236bd976985fb7d0d0794fd12b34f763bbd Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 22 May 2019 20:41:25 +0200 Subject: [PATCH] In addition to null-mounting soundfx, also set property to disable effects (should both have the same effects) --- rw-system.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rw-system.sh b/rw-system.sh index bd0cde14d..bca0da01d 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -177,6 +177,7 @@ if getprop ro.vendor.build.fingerprint | grep -iq \ -e iaomi/grus;then mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx + setprop ro.audio.ignore_effects true fi if [ "$(getprop ro.vendor.product.manufacturer)" = "motorola" ] || [ "$(getprop ro.product.vendor.manufacturer)" = "motorola" ]; then