Quote:
Originally Posted by BloodRagg
Ahh.. too bad...its the only file left in my .adds folder.
Some other bugs i found  - If /mnt/onboard/.kobo/Kobo/Kobo eReader.conf doesnt exist, koreader crashes.
- If PRODUCT isnt set, koreader crashes.
- If WIFI_MODULE isnt set, koreader crashes (when network is selected in menu).
- If koreader is start without KSM or nickel, screen is upside down for AuraHD
(fix: case "$PCB" in E606C*) echo 0 > /sys/class/graphics/fb0/rotate;;esac )
- AuraHD doesnt have Ondemand or Interactive scheduler.
|
Some of those may be easy to fix (especially the first one strikes me as most likely a complete non-issue), but you'd have to do it through a PR and/or giving us a backtrace. (Read: I'm not going to strip my device of Nickel stuff, even if this particular change could probably be tested with a quick rename.

)
PRODUCT and to a lesser extent WIFI_MODULE seem to located more in the realm of fundamental necessities. I have considered implementing a "generic fallback Kobo" with a warning message instead of erroring out (so that in some cases a new device could work out of the box) but that'd still depend on the presence
some Kobo stuff regardless.
Screen upside down might well be an issue in KSM at the moment with NiLuJe's latest 8-bit change, see
here.