From 63eaf647109b895baa8aed20175129ab3e932f69 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 20 Mar 2019 23:56:45 +0100 Subject: [PATCH] Fix sound on cepheus --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index f732039..6187ad5 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -172,7 +172,7 @@ 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; then + -e motorola/hannah -e motorola/james -e motorola/pettyl -e iaomi/cepheus;then mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx fi