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

This commit is contained in:
Pierre-Hugues Husson 2018-07-01 23:00:28 +02:00
parent 9b1ab76f44
commit 18fb7ed72f
1 changed files with 4 additions and 0 deletions

View File

@ -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