Quote:
Originally Posted by NiLuJe
2/ That's essentially what @frostschutz was hinting at by mentioning the nightmode hack (because it interposes the MXCFB refresh ioctl).
While hooking that, and writing to the fb before executing the call as-is might be neat, the extra processing involved might end up significantly delaying the call. Probably better to just pass it through, and simply do another draw+refresh *after* that.
AFAIK (before my time), the plugins system dates back to earlier Qt4 versions of Nickel, so, nope  .
|
Well... I was thinking (or wishing there was a way) of a way to do it w/out having to utilize a LD_PRELOAD to hook into ioctl
The plugins system is actually still in the recent firmware... I'm looking at it in IDA right now. Be interesting to see if we can still utilize it (even if no one hasn't yet). I'm sure it needs to be updated from the existing examples as they are a few years old.
I might setup the koboreader build box and see if it still works. If it does and can be hooked into readingview, even if it still utilizes FBInk, it might simplify a few other things.