From 5570d9a3624797419a84532ba46aed287cef4398 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Fri, 4 Jan 2019 00:33:29 +0100 Subject: [PATCH] Add Moto E5 for soundfx disablers --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 5a4bf81..8f9a549 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -161,7 +161,7 @@ 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 -e iaomi/perseus/perseus -e iaomi/platina/platina \ - -e iaomi/equuleus/equuleus;then + -e iaomi/equuleus/equuleus -e motorola/nora;then mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx fi