From c6f89d9340b75bd23ebdaaa52c4ff476db198622 Mon Sep 17 00:00:00 2001 From: Irfan Fadilah Date: Sun, 5 Apr 2020 11:38:51 +0700 Subject: [PATCH] Fix Andromeda Audio Issue Set `ro.audio.ignore_effects` to `true` for `xiaomi/andromeda`. Tested on my device by adding it to the `build.prop`. Ref: https://forum.xda-developers.com/showpost.php?p=82126487&postcount=697 --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 54b93b0..bf7310a 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -267,7 +267,7 @@ if getprop ro.vendor.build.fingerprint | grep -iq \ -e iaomi/equuleus/equuleus -e motorola/nora -e xiaomi/nitrogen \ -e motorola/hannah -e motorola/james -e motorola/pettyl -e iaomi/cepheus \ -e iaomi/grus -e xiaomi/cereus -e iaomi/raphael -e iaomi/davinci \ - -e iaomi/ginkgo -e iaomi/laurel_sprout;then + -e iaomi/ginkgo -e iaomi/laurel_sprout -e xiaomi/andromeda; 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