Quote:
Originally Posted by PPoe
I eventually figured it must be because my software version.
|
You're overthinking this. There's no need for a jailbreak, or any sort of firmware version voodoo. It's a very simple process.
Make sure you copy the koreader subdirectory from the .zip to the .adds/ subdirectory on your kobo.
Then it's just a question of how to get it launched. Personally, I use NickelMenu, and with that running, you just need the right menu entry in .adds/nm/
My .adds/nm/koreader looks like this:
Code:
# Launch KOReader directly via NM (>= KOReader 2020.05)
menu_item : main : KOReader : cmd_spawn : quiet : exec /mnt/onboard/.adds/koreader/koreader.sh
The path /mnt/onboard/.adds/koreader/koreader.sh should obviously correspond to the location of where you copied your koreader folder.
And then it should just work.