From d7a9514ccd03120fd7e1284585b34dcd7e04d437 Mon Sep 17 00:00:00 2001 From: AndroPlus Date: Sat, 18 May 2019 19:04:35 +0900 Subject: [PATCH] Add Xiaomi Mi 9 SE for soundfx mess --- rw-system.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index cc27766..d6cfacb 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -173,7 +173,8 @@ if getprop ro.vendor.build.fingerprint | grep -iq \ -e Xiaomi/dipper/dipper -e Xiaomi/ursa/ursa -e Xiaomi/polaris/polaris \ -e motorola/ali/ali -e iaomi/perseus/perseus -e iaomi/platina/platina \ -e iaomi/equuleus/equuleus -e motorola/nora -e xiaomi/nitrogen \ - -e motorola/hannah -e motorola/james -e motorola/pettyl -e iaomi/cepheus;then + -e motorola/hannah -e motorola/james -e motorola/pettyl -e iaomi/cepheus \ + -e iaomi/grus;then mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx fi