![]() |
#1 |
Developer's Corner Mascot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Koreader - Modified version for max performances on Kindle PW
NEW UPDATE: I'm trying to fix koreader problem in a new way. Download the very last koreader release from here
https://code.google.com/p/koreader-p...downloads/list It already integrates the steps below, so you don't need to follow them anymore. Now, you have just one thing to do. Open the file defaults.lua from koreader folder, and repleace the line of DHINTCOUNT with: DHINTCOUNT = 0 And the one of DGLOBAL_CACHE_SIZE with: DGLOBAL_CACHE_SIZE = 1024*1024*20 BONUS: If you read technical pdf, I recommend also that you set DRCOUNTMAX = 1 To let the screen refresh at every page turn ![]() Stay tuned with this post, because it need to be tested for a while, and I need your feedback. If you expeperience problem, try first to use the (no framework) modes or restart the system. You don't need to read further in this message. (OLD MESSAGE CONTINUES) Spoiler:
Last edited by Aeris; 09-30-2013 at 07:39 AM. |
![]() |
![]() |
![]() |
#2 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
I'll create a PR to merge this, I had some startup script tweaks I completely forgot about in my tree :x.
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Developer's Corner Mascot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Great, pay only attention that with newest version it doesn't works so good due to last commits (especially with latest nightly... don't know exactly what has been done there)
Last edited by Aeris; 09-29-2013 at 02:51 PM. |
![]() |
![]() |
![]() |
#4 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Here we go: https://github.com/koreader/koreader/pull/294
|
![]() |
![]() |
![]() |
#5 |
Developer's Corner Mascot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
You have used:
stop lab126_gui Wasn't better to stop all the framework instead? PS if you want, post here the modified files so I add them to this post's archive Last edited by Aeris; 09-29-2013 at 03:44 PM. |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Developer's Corner Mascot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
I did other tests: the critical version, that doesn't even take advantage of the workframeless start, is the last
koreader-kindle-arm-none-linux-gnueabi-v2013.03-529-g98c400e.zip, koreader-nightly-20130927 The faulty commit should be "estimate cache size of koptcontext", if is already present in that version Last edited by Aeris; 09-29-2013 at 04:05 PM. |
![]() |
![]() |
![]() |
#7 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Do put that up in the original bugreport, it's a good thing to know
![]() In related news, I tweaked the wording of the buttons a bit. |
![]() |
![]() |
![]() |
#8 |
Developer's Corner Mascot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Perfect
|
![]() |
![]() |
![]() |
#9 |
Developer's Corner Mascot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Is your script improving someway also normal-mode start (with framework)? Seems so o.O (maybe placebo effect...)
P.S. Koreader still crashes if turning pages like a mad, so I'm trying with stop framework along with stop lab126_gui [...] trap "" SIGTERM stop framework stop lab126_gui [...] start lab126_gui start framework [...] Last edited by Aeris; 09-29-2013 at 06:23 PM. |
![]() |
![]() |
![]() |
#10 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@Aeris: stopping lab126_gui already stops the framework, and starting it starts the framework (among other things)
![]() So, stop framework && stop lab126_gui doesn't hurt, but is somewhat redundant; and in start lab126_gui && start framework, the start framework part is a noop, it's already started. (And nope, not doing anything else besides making custom fonts available). Last edited by NiLuJe; 09-29-2013 at 06:18 PM. |
![]() |
![]() |
![]() |
#11 |
Developer's Corner Mascot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
damn, too many placebo effects tonight... seemed faster xD
Btw thank you for your patience, you are teaching me some interesting stuff (it would be easier if there was a comprehensive list of all these useful "lab126" commands) Last edited by Aeris; 09-29-2013 at 07:34 PM. |
![]() |
![]() |
![]() |
#12 | |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
|
Quote:
not. |
|
![]() |
![]() |
![]() |
#13 |
Developer's Corner Mascot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
New important updated to this post
![]() |
![]() |
![]() |
![]() |
#14 |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
|
|
![]() |
![]() |
![]() |
#15 |
Developer's Corner Mascot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Right
![]() |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Koreader running on Kobos (all of them, hopefully!) | giorgio130 | KOReader | 3529 | Yesterday 06:27 PM |
Creating a dedicated library partition for koreader. | Markismus | Kobo Developer's Corner | 6 | 09-02-2013 09:02 AM |
Trying to make a modified version of the recipe for "The Atlantic" | camiller | Recipes | 3 | 02-14-2012 03:59 PM |
kindle 3 max. 3gb oder max. 3500 bücher | kakakanno | Amazon Kindle | 8 | 08-22-2010 03:27 AM |
Modified Kindle cover for the 302 | kgn | PocketBook | 0 | 06-27-2010 09:14 PM |