Quote:
Originally Posted by orangpelupa
Thanks a ton! That bindings xml and root access info would be handy
|
My keymap.xml is simply:
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<binding key="92" action="nextPage"/>
<binding key="93" action="previousPage"/>
</keymap>
Stick it in whichever directory you've got fbreader configured to use as the book directory (e.g., mine is /sdcard/Books). You can reverse the key numbers if you prefer to swap the direction of the buttons.
As for root, once I enabled devloper mode (by the usual android tap the build number 7 times method) and connected with "adb shell" I got a # prompt immediately:
$ adb shell
root@evk_6sl_r6801:/ # id
uid=0(root) gid=0(root) context=u:r:shell:s0
Factory-rooted, but only visible if developer mode is enabled. I've seen that behavior with a couple of chinese android devices before, so it's always worth checking whether you actually have to root it before spending a lot of time trying to.