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:
parent
9b1ab76f44
commit
18fb7ed72f
@ -70,3 +70,7 @@ fi
|
|||||||
if [ "$(getprop ro.vendor.product.device)" == "OnePlus6" ];then
|
if [ "$(getprop ro.vendor.product.device)" == "OnePlus6" ];then
|
||||||
resize2fs /dev/block/platform/soc/1d84000.ufshc/by-name/userdata
|
resize2fs /dev/block/platform/soc/1d84000.ufshc/by-name/userdata
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if getprop ro.vendor.build.fingerprint |grep full_k50v1_64;then
|
||||||
|
setprop persist.sys.overlay.nightmode false
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user