View Single Post
Old 07-14-2016, 04:24 AM   #96
Icey
Connoisseur
Icey began at the beginning.
 
Posts: 63
Karma: 10
Join Date: Oct 2008
Device: Onyx max
Quote:
Originally Posted by Ken Maltby View Post
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
Icey is offline   Reply With Quote