Skip to content

Commit

Permalink
In addition to null-mounting soundfx, also set property to disable ef…
Browse files Browse the repository at this point in the history
…fects (should both have the same effects)
  • Loading branch information
phhusson committed May 22, 2019
1 parent 453790b commit f95b723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rw-system.sh
Expand Up @@ -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
Expand Down

0 comments on commit f95b723

Please sign in to comment.