From a8b1cfb7cbcb08e3557c6ca0daa6c5c822f09fa0 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 4 Mar 2019 21:56:20 +0100 Subject: [PATCH] Add pettyl and james in the list of borked moto devices --- rw-system.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rw-system.sh b/rw-system.sh index f48435d..920936a 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -170,13 +170,13 @@ 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;then + -e motorola/hannah -e motorola/james -e motorola/pettyl;then mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx fi if [ "$(getprop ro.vendor.product.manufacturer)" = "motorola" ] || [ "$(getprop ro.product.vendor.manufacturer)" = "motorola" ];then - if getprop ro.vendor.product.device |grep -q -e nora -e ali -e hannah -e evert -e jeter -e deen;then + if getprop ro.vendor.product.device |grep -q -e nora -e ali -e hannah -e evert -e jeter -e deen -e james -e pettyl;then if [ "$vndk" -ge 28 ];then f="/vendor/lib/libeffects.so" # shellcheck disable=SC2010