View Single Post
Old 11-26-2015, 08:06 AM   #2494
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by rido_knight View Post
Hi thanks for this reader app but I have problem with my N905B KOREader. I insallted sm8 and koreader. I touch start koreader then I cant click any folder directory. When I touch screen randomly opened some folders but I cant go where I want. Can I fix this ? Thanks.
You can try changing in
...\koreader\frontend\device\input.lua
Code:
local ABS_X = 00
local ABS_Y = 01
to
Code:
local ABS_X = 01
local ABS_Y = 00
tshering is offline   Reply With Quote