koreader / android-luajit-launcher

Android NativeActivity based launcher for LuaJIT, implementing the main loop within Lua land via FFI
MIT License
130 stars 83 forks source link

Add support for Crema Grande #495

Closed Ki-qu closed 2 weeks ago

Ki-qu commented 1 month ago

Commercial name of product: Crema Grande Android Version: 4.4.2 Light: Tolino Ntx Display: Freescale/NTX

Manufacturer: iwg Brand: crema Model: crema-0710c Device: ntx_6sl Product: ntx_6sl Hardware: e60qn0 Platform: imx6


This change is Reviewable

Ki-qu commented 1 month ago

I found better solution that works with this device without artificial delay by reverse engineering stock apps: by writing a value to /sys/class/graphics/fb0/full_refresh_request.

This might be only relevant to this device. Can I implement with this method?

Frenzie commented 1 month ago

Related, does that require root?

Ki-qu commented 1 month ago

No. It doesn't require root.

Ki-qu commented 1 month ago

I implemented it. Please check it out.

Ki-qu commented 1 month ago

Sorry. Upon further testing I found that my hacky approach works rather inconsistently. I changed it back to NookEPDController.