From e5c1052d1a42652c6b94dac8b831e14890ca047b Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sat, 10 Nov 2018 13:51:07 +0100 Subject: [PATCH] Add Xiaomi Mi Mix 3 in soundfx blacklist --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 1e0b0f3..5979a91 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -130,7 +130,7 @@ fi if getprop ro.vendor.build.fingerprint |grep -q \ -e Xiaomi/beryllium/beryllium -e Xiaomi/sirius/sirius \ -e Xiaomi/dipper/dipper -e Xiaomi/ursa/ursa -e Xiaomi/polaris/polaris \ - -e motorola/ali/ali ;then + -e motorola/ali/ali -e iaomi/perseus/perseus ;then mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx fi