From 18fb7ed72f7cd44175e079178f54b83166ade37f Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sun, 1 Jul 2018 23:00:28 +0200 Subject: [PATCH] Night mode is awfull slow on Cubot X18 Plus. For the moment just blacklist the device, but needs to know whether this is the chipset, or chipset + screen --- rw-system.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rw-system.sh b/rw-system.sh index 5294408..110b322 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -70,3 +70,7 @@ fi if [ "$(getprop ro.vendor.product.device)" == "OnePlus6" ];then resize2fs /dev/block/platform/soc/1d84000.ufshc/by-name/userdata fi + +if getprop ro.vendor.build.fingerprint |grep full_k50v1_64;then + setprop persist.sys.overlay.nightmode false +fi