02-25-2014, 12:46 AM | #1 |
Bibliophagist
Posts: 40,549
Karma: 157444380
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Instructions for patching firmware 3.2.0
These instructions are for Windows only.
Before starting, make sure that you are on firmware 3.2.0 (d0a9bf18ea) as shown under Software version in Device Information in Settings. 1. Download mz_koboreaderpatch_12.exe (self-extracting archive) from http://rghost.net/53295702. This version works out of the box with 3.2.0. Extract the files to a convenient directory. 2. You can either start with the included kpg.conf file in the koboreader patch archive or start with the one attached to this message. Update: 2014-Feb-26 kpg.conf file updated to GeoffR's latest and greatest including advanced font control patch 3. The correct libnickel file for 3.2.0 is now in the v12 patcher archive. 5. Run patchgen.cmd from the kpg_conf_320.zip attached to this message, wait for it to finish and hit any key to close the window. I chose this method to allow me to see if there are any error messages without having to run kpg.exe from a command prompt. 6. Copy the KoboRoot.tgz file generated to your Kobo ereader in the .kobo directory, safely disconnect it from your computer and wait for the update to install. Regards, David Last edited by DNSB; 04-05-2014 at 12:39 AM. Reason: Changed patcher link to v12 |
02-25-2014, 01:22 AM | #2 |
Zealot
Posts: 140
Karma: 82382
Join Date: Jan 2013
Device: Kindle Paperwhite, Kobo Glo, Kobo GloHD
|
Thanks, great. The hunt for other locations is open ;-)
|
Advert | |
|
02-25-2014, 06:55 AM | #3 |
Wizard
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
|
Attached are kpg.conf (for kpg.exe/Windows) and patch32lsb.conf (for patch32lsb/Linux).
I have included all the patches I know of except for byblo's patches to force the use of user selected font and line spacing for epubs. Edit: Automatic method added. Instructions for patching from Linux Before starting: Make sure your Kobo ereader is running firmware version 3.2.0 (d0a9bf18ea). These patches work only for this specific firmware version and no other. Automatic method: Download make_patch_3_2_0.zip, extract, edit patch32lsb.conf to suit your preferences and device, run make, and copy the resulting KoboRoot.tgz to the .kobo directory of your device. See the enclosed README.txt for more detailed instructions. You will need to install make if your system doesn't come with it. Manual method: 1. Download patch32lsb-v0.6.zip, extract patch32lsb.c, and compile with the following command (there should be no errors or warnings): gcc -Wall -o patch32lsb patch32lsb.c 2. Download kobo-update-3.2.0.zip from http://download.kobobooks.com/firmwa...date-3.2.0.zip. Inside kobo-update-3.2.0.zip is a tar archive KoboRoot.tgz. Inside KoboRoot.tgz is a file usr/local/Kobo/libnickel.so.1.0.0. Extract libnickel.so.1.0.0 only (ignore the other files). You can use the following command to do this: unzip -p kobo-update-3.2.0.zip KoboRoot.tgz | tar xz --strip-components=4 ./usr/local/Kobo/libnickel.so.1.0.0 3. Download patch32lsb_conf_3_2_0.zip attached and extract patch32lsb.conf. 4. Edit patch32lsb.conf to: enable the patches you want (set patch_enable = `yes`) and disable the patches you don't want (set patch_enable = `no`); change the replacement values for the patches to suit your preferences. 5. Put patch32lsb, libnickel.so.1.0.0, and patch32lsb.conf together in the current directory and run the following commands: mkdir -p usr/local/Kobo ./patch32lsb -p patch32lsb.conf -i libnickel.so.1.0.0 -o usr/local/Kobo/libnickel.so.1.0.0 tar czf KoboRoot.tgz ./usr/local/Kobo/libnickel.so.1.0.0 6. If there are no problems then a file KoboRoot.tgz will be created. Copy this file to the .kobo directory on your ereader. Safely eject then unplug the ereader. Once unplugged the ereader will update and restart. Last edited by GeoffR; 03-08-2014 at 11:15 PM. Reason: Added automatic method |
02-25-2014, 08:44 AM | #4 | |
Grand Sorcerer
Posts: 6,224
Karma: 16536676
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
|
Quote:
|
|
02-25-2014, 09:18 AM | #5 |
Member
Posts: 12
Karma: 12050
Join Date: Feb 2014
Location: Brazil
Device: Kobo Glo
|
It's working like a charm here!
|
Advert | |
|
02-25-2014, 03:25 PM | #6 |
Junior Member
Posts: 6
Karma: 10
Join Date: Feb 2014
Device: Kobo Touch
|
Where can I find what patches are included and what they do? And also if this can be installed on KST wit 3.2.0 firmware?
Thanks. |
02-25-2014, 04:14 PM | #7 |
Grand Sorcerer
Posts: 12,754
Karma: 75000002
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Look at the config file and you will see what patches are in it.
You have to look in any case as you have to configure which patches YOU want. |
02-26-2014, 01:22 AM | #8 |
Wizard
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
|
Advanced font control patch
I found how to adapt the advanced font control patch to the new font controller code, so I've updated the .conf files attached to post #3 to include this patch too.
I've tested it on my Glo, but I don't normally use this patch, if someone who knows how it works could test it to check that it works the same way it did in previous firmware versions that would be good. |
02-26-2014, 07:43 AM | #9 |
Grand Sorcerer
Posts: 6,224
Karma: 16536676
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
|
I will try it in a couple of hours when I get home. Thanks for persevering
|
02-26-2014, 09:50 AM | #10 |
Enthusiast
Posts: 26
Karma: 123892
Join Date: Oct 2012
Device: Kobo Glo
|
I tested and it works!
|
02-26-2014, 11:36 AM | #11 | |
Grand Sorcerer
Posts: 6,224
Karma: 16536676
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
|
Quote:
Again, many thanks |
|
02-26-2014, 02:18 PM | #12 |
Member
Posts: 16
Karma: 10
Join Date: Dec 2007
Device: No
|
It works!
Last edited by takitano; 02-26-2014 at 03:06 PM. Reason: False info |
02-26-2014, 02:33 PM | #13 |
Grand Sorcerer
Posts: 12,754
Karma: 75000002
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
|
02-26-2014, 03:05 PM | #14 |
Member
Posts: 16
Karma: 10
Join Date: Dec 2007
Device: No
|
I#m stupide. Sorry. Yes, it works great!
|
03-02-2014, 06:21 PM | #15 |
Junior Member
Posts: 5
Karma: 10
Join Date: Mar 2014
Device: kobo aura hd
|
Hi GeoffR and DNSB, many thanks for the patch. Could you make a patch for Aura Hd with one more line in the top without loosing the name of the book you're reading? It would be great. Many Thanks in advance.
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Firmware Update Instructions and the latest Firmware Versions | mitchwah | Ectaco jetBook | 113 | 10-24-2023 10:02 PM |
Touch Patching nickel to leave the wifi active | schlecky | Kobo Developer's Corner | 4 | 01-23-2017 12:46 PM |
Instructions for patching firmware 3.1.1 | GeoffR | Kobo Developer's Corner | 64 | 04-18-2014 02:23 PM |