![]() |
#1 |
Member
![]() Posts: 11
Karma: 10
Join Date: Sep 2015
Device: Kobo Aura HD
|
![]()
Hello,
I recently dropped my dear Kobo. Now the screen is broken in one place. (Thread here) Someone told me that maybe there is a way to fool the software to make it ignore the broken place of the display. Can it be done? Can I modify maybe KOReader for this? I'm a IT student and I've looked at KOReader source code but Lua is unfamiliar language and I have no idea how to do it yet. |
![]() |
![]() |
![]() |
#2 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
|
It is possible to patch the firmware to add a large top or bottom margin when reading ePub books, at least one other person has used that to avoid an area of screen damage near the top of the screen.
But from your photo the problem is in the centre of the screen, so you would have to add a very large margin and would only have the use of about half the screen for reading. That might cause some problems with displaying images because the usable area of screen would be wider than it is tall. Edit: If you are sideloading ePubs with Calibre, i.e. they are DRM-free, then you can add a margin by modifying the book's stylesheet instead of patching the firmware. This is something that can be set up to be done automatically for books sent to that specific device, without affecting books sent to another device. You might want to try it this way before patching to see what it will be like. Does that sounds like something that would be useful? Last edited by GeoffR; 09-29-2015 at 11:46 PM. Reason: Can be done without patching for DRM-free ePubs. |
![]() |
![]() |
Advert | |
|
![]() |
#3 | |
Member
![]() Posts: 11
Karma: 10
Join Date: Sep 2015
Device: Kobo Aura HD
|
Quote:
|
|
![]() |
![]() |
![]() |
#4 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
If you are prepared to loose the complete upper part of the screen, you can
1) try to modify in koreader\frontend\device\kobo\device.lua this part: Code:
-- Kobo Aura HD: local KoboDragon = Kobo:new{ model = "Kobo_dragon", hasFrontlight = yes, display_dpi = 265, } Code:
viewport = Geom:new{x=0, y=400, w=1080, h=1040}, I did not try this myself. 2) Or you can modify vlasovsoft\cr3.sh (for Coolreader). I tried it on a Kobo Touch (w=600, h=800). As an example (see the attached image), I use only the lower halve of the screen. You would of course have to adjust the values for Aura HD. Code:
#!/bin/sh #exec cr3/cr3 -stylesheet $STYLESHEET exec cr3/cr3 -stylesheet $STYLESHEET -geometry 600x400+0+400 Last edited by tshering; 09-30-2015 at 06:43 PM. |
![]() |
![]() |
![]() |
#5 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 78,985
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Your Aura HD doesn't look like it has a broken screen. It looks like a screen controller issue or a loose cable issue. I suggest contacting Kobo and seeing if there is anything they can do for you as long as you don't have any noticeable damage from the drop.
If Kobo won't do anything for you, you could open up the Aura HD and see if you can reseat any look cable(s) or check the screen controller and see if that is not sitting correctly. |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Enthusiast
![]() Posts: 45
Karma: 20
Join Date: Apr 2015
Device: Kobo Aura/Glo/Kindle PW2
|
Kobo Aura ignoring broken area of display
I have this Kobo Aura, all touch screen works properly but some part of screen isn't being read even touch works. Is there any script to use this device like 5", I see some codes but they are for Aura HD, I think.
It takes 90$ new touch screen. And I am sorry about ghosting this topic but I didn't want to create new one. Thanks. Last edited by mkeles84; 11-17-2015 at 04:15 PM. |
![]() |
![]() |
![]() |
#7 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
Quote:
As for the values I would propose you try Code:
exec cr3/cr3 -stylesheet $STYLESHEET -geometry 758x760+0+254 Be aware that using alternative software and doing modifications might brick your device. Since the Aura has no exchangeable internal memory, it is even more dangerous. Last edited by tshering; 11-18-2015 at 04:51 AM. |
|
![]() |
![]() |
![]() |
Tags |
display problems, koreader, screen, software |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Troubleshooting Broken display? | rafikius | Amazon Kindle | 8 | 03-14-2014 05:49 AM |
Image display: Available screen area | GrannyGrump | Workshop | 4 | 11-26-2013 03:46 AM |
Broken display | corpcd | Amazon Kindle | 8 | 05-23-2011 12:28 PM |
Display broken? | philippd | Sony Reader | 4 | 06-13-2009 09:09 AM |
Broken display | David B | Bookeen | 43 | 02-29-2008 01:27 PM |