Quote:
Originally Posted by fllc
I really would like to get the buttons to work in KOreader. I can help with testing.
|
You can. It's really easy. You need Android Debug Bridge (aka adb) installed on your computer and your nook hooked to usb. Then just start KOReader normally and run the following command:
Code:
adb logcat KOReader:* *:S
You'll see a lot of log messages. Each time you press a button, recognized or not, it will be logged with a number. Press each button a few times until you manage to recognize the number associated with the button. Once you have the numbers of every button you can create your own event mapping following
https://github.com/koreader/koreader...customize-keys.
See the first example and replace 27 with the number your system reported when you pressed the "next" key. You need to exit and start KOReader again. Once you tested that the key works you can do the same with the rest of buttons.
I think nook button keycodes are incompatible with default android ones. In any case feel free to post your button numbers here as we can update the wiki.
@Pajamaman: thanks for the feedback!!