kobo-btpt icon indicating copy to clipboard operation
kobo-btpt copied to clipboard

ReaderView methods and 8bitdo Zero 2 codes.

Open jessearmstrong opened this issue 10 months ago • 2 comments

I was able to get my kobo working with the 8Bitdo Zero 2 yesterday and it is excellent. But that has me wondering, where can I find a list of the other rederview methods? I was wonder if there is one for changing to dark mode or maybe some other functions. So far, all I have been able to find id you mention of next and previous page and next and previous chapter.

Also, is there a list of all the codes of the buttons on Zero 2? I haven't been able to figure out how to test it yet. I thought if there was a list I could just use that, otherwise I will figure it out.

Thank you for an excellent tool.

jessearmstrong avatar Feb 14 '25 20:02 jessearmstrong

As a side note, I did try to get all the codes using ADB when connected to android tablet and most of them are fine but a couple are wrong. I am trying to figure that out. If I can get a reliable list I will post it here.

jessearmstrong avatar Feb 15 '25 18:02 jessearmstrong

Decompile libnickel using ghidra, binja, or another tool. You could also run nm -D | c++filt on it, but you'll want to actually look at the implementation to ensure it's safe to call directly.

pgaskin avatar Feb 15 '25 22:02 pgaskin