I am using custom or alternate firmware on a brnv700 nook glowlight plus (I guess it is an android device with custom firmware now):
https://github.com/Ryogo-X/nook_ntx_6sl_twrp/releases
I have pushed these files to /sdcard/kOreader/settings :
Quote:
event_map.lua :
return {
[192] = "RPgBack", -- Nook Left Page Back (left lower button)
[191] = "RPgFwd", -- Nook Left Page Forward (left upper button)
[193] = "RPgFwd", -- Nook Right Page Forward (right upper button)
[194] = "RPgBack", -- Nook Right Page Back (right lower button) }
|
Quote:
return {
[192] = "LPgBack", -- Nook Left Page Back (left lower button)
[191] = "LPgFwd", -- Nook Left Page Forward (left upper button)
[193] = "LPgFwd", -- Nook Right Page Forward (right upper button)
[194] = "LPgBack", -- Nook Right Page Back (right lower button)
}
|
Neither works I got the page turn button numbers from getevent in adb converted hex to decimal. This is really annoying as I want the physical page turn buttons to work