dps / remarkable-wikipedia

MIT License
146 stars 4 forks source link

zimserver and qtwikipedia need updating #7

Closed cowpod closed 3 years ago

cowpod commented 3 years ago

File wikipedia_en_simple_all_nopic_2021_02.zim fails to open with error emssage "zim: unsupported cluster compression". It appears that zimserver needs to be rebuilt from https://github.com/tim-st/go-zim to support these newer zim files, but I do not know how to compile zimserver for arm.

Remarkable 2, 2.5.1.45

cowpod commented 3 years ago

I've compiled the latest zimserver, and replaced the binary at /usr/bin/zimserver. Wikipedia does load, however the app itself is unusable; large pieces of text are missing, and the keyboard for the search bar never shows up.

Is there a way to get logs?

zimserver.zip

dps commented 3 years ago

On remarkable v2 this is a known issue with the frame buffer driver (it doesn’t display blue text). I will take a look at a fix tomorrow

On Sat, Mar 6, 2021 at 8:27 PM Henry G.H notifications@github.com wrote:

I've compiled the latest zimserver, and replaced the binary at /usr/bin/zimserver. Wikipedia does load, however the app itself is unusable; large pieces of text are missing, and the keyboard for the search bar never shows up. Is there a way to get logs? zimserver.zip https://github.com/dps/remarkable-wikipedia/files/6096534/zimserver.zip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dps/remarkable-wikipedia/issues/7#issuecomment-792202559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABZ6KZB4OQTYMKM74JXZS3TCL6DNANCNFSM4YWCUDLQ .

dps commented 3 years ago

The version on the "blacklinks" branch now renders the links and keyboard correctly on rm2 but there's quite a bit more work to make this rm2 ready given it relies pretty heavily on the hardware keys on rm1. I'll work on it this week.

IMG_9296

dps commented 3 years ago

I also haven't been able to get an external SD card working with rm2 so we're limited to zim files that fit on the local storage. I therefore am considering making this proxy real wikipedia over the network from the web on rm2 rather than rely on the local server.

dps commented 3 years ago

Would love to hear any feedback on what you'd like in that regard.

FYI What I tried to get sdard working:

dps commented 3 years ago

Fixed the rendering issues