![]() |
#16 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,078
Karma: 144284144
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
Code:
# # The following two patches are alternatives, don't enable more than one. # # `Custom page refresh options (1,2,3,...,12)` # `Custom page refresh options (1,2,4,8,16,32,64,128)` # # These two patches don't affect the Aura. # <Patch> patch_name = `Custom page refresh options (1,2,3,...,12)` patch_enable = `no` # patch_group = `Page refresh alternatives` # ## Allows the page refresh to be set in the range 1-12 pages, ## instead of just 1-6 pages. This patch doesn't affect the Aura. # # Replacement: Maximum value. replace_int = 6ACF40, 6, 12 </Patch> <Patch> patch_name = `Custom page refresh options (1,2,4,8,16,32,64,128)` patch_enable = `yes` # patch_group = `Page refresh alternatives` # ## Allows the page refresh to be set to 1,2,4,8,16,32,64, or 128 pages, ## instead of just 1-6 pages. This patch doesn't affect the Aura. # # Replacement: Base (use this value for the first menu option): replace_int = 6ACE48, 1, 1 # Double to get each successive menu option: replace_bytes = 6ACF72, 01 33, 5B 00 # Replacement: Maxmium (stop adding options when this value is exceeded): replace_int = 6ACF40, 6, 128 </Patch> Code:
<Patch> patch_name = `Custom page refresh options (1,2,3,...,12)` patch_enable = `yes` # ## Allows the page refresh to be set in the range 1-12 pages, ## instead of just 1-6 pages. This patch doesn't affect the Aura. # # Replacement value: replace_int = 6AB2E8, 6, 12 </Patch> |
|
![]() |
![]() |
![]() |
#17 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,248
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
|
Ah, I see what you're getting at. I think only the linear increment option (i.e. the first option) is currently available for 4.2.8432 not the geometric increment option.
|
![]() |
![]() |
Advert | |
|
![]() |
#18 |
I need a chapter break
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
|
Yes, you can change to higher number, I think GeoffR test is up to 50, if the menu is too long to fit on the screen then scroll buttons are added automatically.
|
![]() |
![]() |
![]() |
#19 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,078
Karma: 144284144
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Will the following patch (Un-force font-family override p tags (std epubs)) from 4.2.8110 work in 4.2.8432?
Code:
<Patch> patch_name = `Un-force font-family override p tags (std epubs)` patch_enable = `yes` # Multi-version patch: 3.3.0 - 4.2.8110+ # ## This patch allows the font set for paragraphs by the publisher in the epub ## stylesheet to override the font selected by the reader from the device. # # body, p { font-family: -ua-default !important; } # --> body { font-family: -ua-default !important; } # find_base_address = `b\0o\0d\0y\0,\0 \0p\0 \0{\0 \0f\0o\0n\0t\0-\0f\0a\0m\0i\0l\0y\0:\0 \0-\0u\0a\0` replace_string = 0000, `b\0o\0d\0y\0,\0 \0p\0`,`b\0o\0d\0y\0 \0 \0 \0` </Patch> |
![]() |
![]() |
![]() |
#20 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,078
Karma: 144284144
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
![]() |
![]() |
Advert | |
|
![]() |
#21 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,248
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
|
Quote:
|
|
![]() |
![]() |
![]() |
#22 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,078
Karma: 144284144
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
![]() |
![]() |
![]() |
#23 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 815
Karma: 6528026
Join Date: Sep 2012
Device: Kobo Elipsa
|
|
![]() |
![]() |
![]() |
#24 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,078
Karma: 144284144
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
![]() |
![]() |
![]() |
#25 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82
Karma: 13557
Join Date: Jul 2010
Location: Albuquerque, NM
Device: Kobo, KT, KGlo, H2O, Libra
|
H2O never finishes booting after patching
I was attempting to patch after upgrading from 3.17.3 to this version, but after transferring KoboRoot.tgz, the system does the 'upgrading' and 'restarting' screens, and then starts rebooting, with the moving squares.... and never actually starts up. Or at least, after 5 minutes I gave up
![]() After performing a factory reset, I tried updating directly to 4.2.8432, same thing. Disabled all of the patches, verified the libraries in KoboRoot.tgz hadn't changed using diff, still the same behavior. I eventually reverted back to 3.17.3, and re-patched without issue. Any bright ideas, or things I can try? |
![]() |
![]() |
![]() |
#26 |
I need a chapter break
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
|
I'm not so sure what you did, but maybe the firmware version or the patch version is not correct.
Upgrade to 4.2.8432, and check the firmware version on the device is 4.2.8432, see here. Then follow the instructions in post #1, make sure you get "everything seems to be OK" when you run the patcher. Last edited by oren64; 02-14-2017 at 04:35 AM. |
![]() |
![]() |
![]() |
#27 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
|
Quote:
All I can suggest is checking that you have all the firmware and patch versions matchng, you can't use anything from your earlier version, you need to start afresh each time. * Upgrade the device to firmware 4.2.8432 first, check on the Settings > Device information page that it really is running 4.2.8432 (fbb9e8f61b) before you start patching. * Download and unpack patch_kobo_4028432.zip from post #1 of this thread. * Download firmware kobo-update-4.2.8432.zip (from the Wiki is probably easiest now, or if you upgraded the device manually then you can use the same one you downloaded then.) |
|
![]() |
![]() |
![]() |
#28 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,078
Karma: 144284144
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
When you redo the patches and firmware, use a different directory so you cannot get anything mixed up. Use contents from the ZIP file that you use to update the firmware. This way you cannot get anything wrong.
|
![]() |
![]() |
![]() |
#29 | |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82
Karma: 13557
Join Date: Jul 2010
Location: Albuquerque, NM
Device: Kobo, KT, KGlo, H2O, Libra
|
Quote:
![]() Thanks all! |
|
![]() |
![]() |
![]() |
#30 |
Treasure Seeker
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 18,708
Karma: 26026435
Join Date: Mar 2010
Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices
|
Can someone please tell me what happened to the custom footer style patch? My Glo HD updated on its own and I downloaded the new patch but this part seems to be missing or replaced.
I've searched everywhere for the answer but only found some having issues with kepub with it. I'm missing my reader but it's just annoying without being patched. Sent from my XT1528 |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Instructions for patching firmware 3.18.0 | GeoffR | Kobo Developer's Corner | 151 | 10-21-2016 06:15 AM |
Instructions for patching firmware 3.17.0 | GeoffR | Kobo Developer's Corner | 49 | 08-16-2015 05:20 AM |
Instructions for patching firmware 3.16.10 | GeoffR | Kobo Developer's Corner | 12 | 08-14-2015 03:40 AM |
Instructions for patching firmware 3.11.0 | GeoffR | Kobo Developer's Corner | 226 | 06-01-2015 05:32 AM |
Instructions for patching firmware 3.12.0 | GeoffR | Kobo Developer's Corner | 165 | 02-07-2015 09:22 AM |