CoolApps wrote:
The issues are most likely to be caused by mali.ko, ump.ko and gralloc.default.so, the .KO files are from the kernel and the .so file is from /system/lib/ so from the looks of it, you have to replace a few files from the kernel.
Might I inquire as to where you got that information?
mali.ko is a kernel module for the Mali-series GPUs, unsure of specifically what it does but I can assume it's the framebuffer-driver. We do not have a Mali-series GPU.
ump.ko is a driver for the "Unified Memory Provider", which (and correct me if I'm wrong) we don't use.
I'm assuming the error here is the following:
Code: Select all
W/gralloc ( 52): FBIOPUT_VSCREENINFO failed, page flipping not supported
which has very little to do with gralloc, if anything at all, despite the log tag being gralloc. It has to do with the FB driver in the kernel, which does not currently (in the official kernel, whose repo is maintained by the foundation, anyway) support page flipping.
Who am I to know all this? I am the only current dev for the RazDroid-project. I know this stuff.
[EDIT]
mali.ko is for the "Mali memory allocator", had to google it. :>