06-09-2022, 06:06 PM | #1 |
Wizard
Posts: 2,791
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Instructions for patching firmware 4.33.19611
This patch thread is for firmware 4.33.19611 (910ec6c4765063db39dbdb276b7ca3eee833de9d):
Instructions for patching on Windows, Linux, or macOS with kobopatch:
|
06-09-2022, 06:06 PM | #2 |
Wizard
Posts: 2,791
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Changes to the kobopatch zip:
v77 (2022-06-09): Initial release for 4.33.19611. Missing patches: - GeoffR: KePub constant font sharpness - GeoffR: Ignore .otf fonts |
Advert | |
|
06-09-2022, 10:19 PM | #3 |
Guru
Posts: 705
Karma: 2153490
Join Date: Aug 2021
Location: Stupid Philippines
Device: Kobo Libra 2, Boyue Likebook P78
|
Testing this and patching abruptly stops after running the kobopatch.bat.
Edit: It was ol dumb me. i copied the old setting config to new kobopatch.yaml but forgot to copy one patch of jackie for screensaver. Silly me Last edited by Deobulakenyo; 06-09-2022 at 10:27 PM. |
06-09-2022, 10:21 PM | #4 |
Evangelist
Posts: 495
Karma: 356531
Join Date: Jul 2016
Location: 'burta, Canada
Device: Kobo Glo HD
|
|
06-09-2022, 10:26 PM | #5 |
Guru
Posts: 705
Karma: 2153490
Join Date: Aug 2021
Location: Stupid Philippines
Device: Kobo Libra 2, Boyue Likebook P78
|
|
Advert | |
|
06-09-2022, 10:38 PM | #6 | |
Evangelist
Posts: 495
Karma: 356531
Join Date: Jul 2016
Location: 'burta, Canada
Device: Kobo Glo HD
|
Quote:
So the top of your kobopatch.yaml file would look like this: Code:
patches: src/nickel.yaml: usr/local/Kobo/nickel src/nickel_custom.yaml: usr/local/Kobo/nickel Code:
src/nickel_custom.yaml: Reduce top/bottom page spacer: yes |
|
06-10-2022, 03:55 AM | #7 |
Connoisseur
Posts: 78
Karma: 25542
Join Date: Nov 2013
Location: NRW Germany
Device: Kobo Forma
|
@Deobulakenyo Can you tell me where can i find the Resize Patch?
|
06-10-2022, 04:04 AM | #8 | |
Guru
Posts: 705
Karma: 2153490
Join Date: Aug 2021
Location: Stupid Philippines
Device: Kobo Libra 2, Boyue Likebook P78
|
Quote:
I can't find it in the forum (too lazy of me) hahahaha here is what i use, just copy and paste to your nickel.yaml Code:
jackie_w Screensaver full: - Enabled: yes - Description: | FullScreenDragonPowerView.qss On fullscreen sleep screensaver reduce size of infoWidget Make infoWidget invisible when Sleeping, visible when Powered Off N.B: Not suitable for Japanese/Chinese locale users - FindZlib: "#infoFrame" - ReplaceZlibGroup: Replacements: # free some space - {Find: "#batteryStatus[localeName=\"ja\"] {\n font-family: Sans-SerifJP, sans-serif;\n font-style: normal;\n}\n", Replace: "\n"} - {Find: "#batteryStatus[localeName=\"zh\"] {\n font-family: Sans-SerifZH-Simplified, sans-serif;\n font-style: normal;\n}\n", Replace: "\n"} - {Find: "#batteryStatus[localeName=\"zh-HK\"] {\n font-family: Sans-SerifZH-Traditional, sans-serif;\n font-style: normal;\n}\n", Replace: "\n"} - {Find: "#batteryStatus[localeName=\"zh-TW\"] {\n font-family: Sans-SerifZH-Traditional, sans-serif;\n font-style: normal;\n}\n", Replace: "\n"} # #infoWidget reduce width - {Find: "width: 470px;", Replace: "width: 320px;"} #Dragon - {Find: "width: 611px;", Replace: "width: 390px;"} #Daylight # #infoWidget, #infoFrame: reduce top/bottom/right margins - {Find: "Margin: 22px;", Replace: "Margin: 5px;"} #Dragon - {Find: "Margin: 28px;", Replace: "Margin: 7px;"} #Daylight - {Find: "Margin: 25px;", Replace: "Margin: 6px;"} #Storm # #infoFrame: remove Sleeping borders - {Find: "#infoFrame {\n border-top: 1px solid black;\n border-bottom: 1px solid black;\n border-right: 1px solid black;\n}\n", Replace: "\n"} # #infoFrame: reduce left margin - {Find: "leftMargin: 44px;", Replace: "leftMargin: 5px;"} # Dragon - {Find: "leftMargin: 56px;", Replace: "leftMargin: 7px;"} # Daylight - {Find: "leftMargin: 50px;", Replace: "leftMargin: 6px;"} # Storm |
|
06-10-2022, 05:58 AM | #9 |
Banned
Posts: 26
Karma: 12
Join Date: Jan 2010
Location: The Netherlands
Device: Onyx Boox, Libra 2
|
Many thanks for the instructions and the files.
It works on my Libra 2. |
06-10-2022, 11:03 AM | #10 |
Connoisseur
Posts: 95
Karma: 354399
Join Date: Nov 2012
Location: Stockton, NJ
Device: Kobo Sage (Formerly KKB, PW1, PW3, KV, OA3)
|
Is there a way to add the hosts file replacement to the files section of kobopatch.yaml?
The path needs to be /etc instead of /Kobo. What would the path statement be? "/Users/XX/Desktop/Kobo Patch/Remove GA/etc/hosts: usr/local/etc/hosts"? or just "/Users/XX/Desktop/Kobo Patch/Remove GA/etc/hosts: /etc/hosts"? |
06-10-2022, 01:04 PM | #11 | |
Evangelist
Posts: 495
Karma: 356531
Join Date: Jul 2016
Location: 'burta, Canada
Device: Kobo Glo HD
|
Quote:
Code:
files: src/root/etc/hosts: etc/hosts |
|
06-10-2022, 01:23 PM | #12 |
Connoisseur
Posts: 95
Karma: 354399
Join Date: Nov 2012
Location: Stockton, NJ
Device: Kobo Sage (Formerly KKB, PW1, PW3, KV, OA3)
|
|
06-29-2022, 06:01 PM | #13 |
Enthusiast
Posts: 47
Karma: 10
Join Date: Jan 2021
Location: Italy
Device: Kobo Libra 2, Kindle Paperwhite (1st gen)
|
I'm on Kobo Libra 2, and for some reason the patches aren't applied on this firmware. The last 4 or 5 releases that I patched all worked and I always apply the same three patches
Code:
overrides: src/nickel.yaml: Show all games: yes src/libadobe.so.yaml: src/libnickel.so.1.0.0.yaml: Un-Force user text-align in div,p tags in KePubs: yes Un-Force user font-family in KePubs: yes src/librmsdk.so.1.0.0.yaml: I thought it was a fluke at first, but after patching and flashing three times I'm pretty sure there's a problem I attached the log, but IMO the problem happens when updating |
Tags |
kobopatch, patch, patch32lsb, patches, patching |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Instructions for patching firmware 3.17.3 | GeoffR | Kobo Developer's Corner | 60 | 09-17-2015 06:35 PM |
Instructions for patching firmware 3.17.0 | GeoffR | Kobo Developer's Corner | 49 | 08-16-2015 06:20 AM |
Instructions for patching firmware 3.12.1 | GeoffR | Kobo Developer's Corner | 56 | 03-20-2015 06:14 AM |
Instructions for patching firmware 3.8.0 | GeoffR | Kobo Developer's Corner | 92 | 10-22-2014 08:22 AM |
Instructions for patching firmware 3.1.1 | GeoffR | Kobo Developer's Corner | 64 | 04-18-2014 02:23 PM |