Quote:
Originally Posted by Ken Maltby
There was a Viewport implemented to fix where the bezel covers part of the screen. For the Android version you could try opening the .apk in 7-zip to: "assets\module\koreader\frontend\device\generic\de vice.lua" and setting the viewport on and setting the x & y to match your screen dimensions. (I haven't done it, so you might have to work out the exact change, for your device.) I suggest you use Notepad++ to do the edits. Save after your tries and back out so that 7-zip recompresses the files. You can then sign the package using "EasyApkDisassembler", so that it will install.
Luck;
Ken
|
What do i have to put instead of :
{x = 0 - self.viewport.x, y = 0 - self.viewport.y})
the resolution of the screen ?
Thanks