Quote:
Originally Posted by cimh
Thank you. The name change in the script takes me a step further - but I am not quite there as I arrive at an unresponsive file manager and the only way out seems to be a reset.
|
I guess you are seeing the problem of some Kobo Touch devices, maybe models B and C, (you can find information somewhere in the koreader thread).
Find in koreader/frontend/ui/input.lua
Code:
-- For single-touch events (ABS.code).
local ABS_X = 00
local ABS_Y = 01
and exchange the values of ABS_X and ABS_Y:
Code:
-- For single-touch events (ABS.code).
local ABS_X = 01
local ABS_Y = 00
Quote:
Originally Posted by cimh
I am using the 1.1 version of the scripts from an earlier post from shadoooo where 1.2 was modified so that I could see the boot options:
|
I see! Judging form the file name, I thought 1.2 is an updated version of 1.1.