Quote:
Originally Posted by Markismus
Please return the lines in input.lua to the original state, if the swap from ".." to "," works in line 84 in gesturedetector.lua
Yes, but you lose some info. If you use the swap you still have the info.
Either you prefix with "--" and the line is turned into a comment and ignored, or you swap and you get the info.
I used that line to compare the touch events in ev.log to the events table processed by the function GestureDetector:feedEvent(tevs). Without the first, the second is near useless. It would only give an insight as to how some events are without x- or y-coordinates.
He has it from a good source, so at least I think it is alright. I pushed the -STOP/-CONT lines to github, so I expect that the next nightly build includes those lines.
Could you upload the working Mini and Aura HD koreader.log's?
|
Well well well, "," instead of ".." works fine. On my kobo mini I wasn't able to make koreader crash turning pages!!! fine!
Here is "debugfiles.zip" of my kobo mini with conf that allow to use koreader without making it crash. It seems to work with PDF reflow wich is (according to me) the most "delicate" point of the questions. With EPUB till now no problem
The speed is optimal: turning page happens in a moment!
With my aura hd the question is harder. Some attempts with the same changes result in a complete failure. koboreader is too slow and often it crashes exiting to nikel. I will post crash and koreader logs this evening when I will be at home (I haven't my aura HD with me, sorry).
Anyway, just think that "," instead of ".." allowing nil value is the right choice! Goood