From 0639e66ec012fc39f9d0308382e7af621b27464a Mon Sep 17 00:00:00 2001 From: XavierWrz <47122480+XavierWrz@users.noreply.github.com> Date: Thu, 6 Feb 2020 21:59:48 -0300 Subject: [PATCH] Add smoothness for Lenovo Moto E5 in Pie Builds --- rw-system.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rw-system.sh b/rw-system.sh index 0d0141a..ffb8ce2 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -291,6 +291,10 @@ if getprop ro.product.model | grep -qF -e ANE; then setprop debug.sf.latch_unsignaled 1 fi +if getprop ro.vendor.product.device | grep -q -e nora -e rhannah; then + setprop debug.sf.latch_unsignaled 1 +fi + if getprop ro.vendor.build.fingerprint | grep -iq -E -e 'huawei|honor' || getprop persist.sys.overlay.huawei | grep -iq -E -e 'true'; then p=/product/etc/nfc/libnfc_nxp_*_*.conf mount -o bind "$p" /system/etc/libnfc-nxp.conf ||