|  06-11-2015, 08:52 AM | #1 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
				
				Instructions for patching firmware 3.16.0
			 
			
			Before starting: 1. Make sure your Kobo ereader is already running firmware version 3.16.0 (f56b42a2e1). 2. Check that your battery is well charged. 3. Note that in Windows 8 the instructions below might require the batch file to be run in admistrator mode. Patching from Windows, Linux (i386/x86_64), or Mac (OS X 10.8-10.9, i386/x86_64): 1. Download and extract patch_kobo_3160.zip (attached). [WARNING: If using Windows, make sure the path to the extracted files does not contain any '&' characters.] 2. Download the Kobo firmware archive version 3.16.0 for your device (See this thread) and copy it into the 3.16.0_source/ subdirectory. (Don't extract.) 3. Read and edit all the *.patch files in the 3.16.0_source/ subdirectory in order to: choose which patches to enable (patch_enable=`yes`) or disable (patch_enable=`no`); and to change some of the replacement values to suit your device and preferences. 4. In Windows double-click 3.16.0.bat; For Linux/Mac open a terminal, change to the patch_kobo_3160/ directory, and run ./3.16.0.sh from the command line. 5. If there were no errors, copy the resulting KoboRoot.tgz from the 3.16.0_target/ subdirectory to the .kobo directory on your ereader. 6. Safely eject and unplug the device, which will then update and restart. To return your ereader to its original unpatched state: 1. Edit all the 3.16.0_source/*.patch files to disable all patches (set patch_enable = `no` for every patch). 2. Repeat steps 4-6 of the procedure above. Last edited by GeoffR; 06-26-2015 at 01:11 PM. Reason: Updated attachment to include missing `Enforce user line spacing in ePubs` patch | 
|   |   | 
|  06-11-2015, 08:56 AM | #2 | 
| Addict            Posts: 213 Karma: 135428 Join Date: Oct 2011 Location: Germany (south-west) Device: Kobo Libra 2 & Clara 2E, Tolino shine 5th Gen | 
			
			Wow, this was really fast. Thanks, GeoffR!
		 | 
|   |   | 
|  06-11-2015, 09:00 AM | #3 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
				
				Notes and more patches
			 
			
			Notes: * The `ePub unitless line height` patch is no longer needed as Kobo have fixed the problem in this firmware version. * New `Fix kepub side bearing font cut-off bug` patch is sligtly different but should work just as well. * The `Enforce user line spacing in ePubs` patch can no longer be used together with the `ePub fixed/adjustable top/bottom margins` patch. More patches: `Disable pinch-to-zoom font resizing` (For use on Aura) A replacement hyphenation dictionary for the Dutch language. `Default ePub monospace font` `Force user line spacing in ePubs` (A stronger replacement for the `Enforce user line spacing in ePubs` patch.) If you know of any other patches for firmware 3.16.0 post them in this thread and I'll add them to this post. Last edited by GeoffR; 10-17-2015 at 02:41 AM. Reason: Added link to `Force user line spacing in ePubs` patch | 
|   |   | 
|  06-11-2015, 09:32 AM | #4 | 
| Guru            Posts: 733 Karma: 5797160 Join Date: Jun 2010 Location: Istanbul Device: Kobo Libra | 
			
			Thanks.
		 | 
|   |   | 
|  06-11-2015, 10:40 AM | #5 | 
| Connoisseur  Posts: 50 Karma: 10 Join Date: Jun 2015 Location: Turin, Italy Device: Kindle Oasis 2, Kindle Voyage 3G, Kobo Aura H2O, iPad Mini Retina | 
			
			Arigato!    | 
|   |   | 
|  06-11-2015, 12:39 PM | #6 | 
| 350 Hoarder            Posts: 3,587 Karma: 8281267 Join Date: Dec 2010 Location: Midwest USA Device: Sony PRS-350, Kobo Glo & Glo HD, PW2 | 
			
			Thanks much for the quick patch!   Edit: Did I miss the "Search in Library by default" section or was it removed? Last edited by Ripplinger; 06-11-2015 at 12:43 PM. | 
|   |   | 
|  06-11-2015, 01:21 PM | #7 | 
| Terraner            Posts: 532 Karma: 4455667 Join Date: Aug 2011 Device: Kobo Libra, Aura One, Kindle Oasis 1 & 2 ... | |
|   |   | 
|  06-11-2015, 01:33 PM | #8 | 
| Addict            Posts: 250 Karma: 2731310 Join Date: Jan 2013 Device: Kobo Aura | 
			
			Can you post the disable pinch and zoom patch? Please and thank you    | 
|   |   | 
|  06-11-2015, 02:10 PM | #9 | 
| 350 Hoarder            Posts: 3,587 Karma: 8281267 Join Date: Dec 2010 Location: Midwest USA Device: Sony PRS-350, Kobo Glo & Glo HD, PW2 | |
|   |   | 
|  06-11-2015, 07:26 PM | #10 | |
| Enthusiast            Posts: 46 Karma: 303048 Join Date: Feb 2013 Location: Brazil Device: Kindle Paperwhite 3 | Quote: 
 Code: <Patch> patch_name = `Disable pinch-to-zoom font resizing` # firmware:3.16.0 # Prevents the pinch gesture resizing the font when reading k/epubs (on Aura # or other devices with a multitouch kernel). Pinch to zoom images still works. # patch_enable = `yes` replace_bytes = 8C8198, 04 46 2D ED 04 8B, BD E8 F0 8F 00 46 </Patch> | |
|   |   | 
|  06-11-2015, 08:12 PM | #11 | 
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | |
|   |   | 
|  06-11-2015, 08:54 PM | #12 | |
| Addict            Posts: 250 Karma: 2731310 Join Date: Jan 2013 Device: Kobo Aura | Quote: 
 Thanks!   Last edited by freekobo; 06-11-2015 at 09:10 PM. | |
|   |   | 
|  06-12-2015, 01:55 AM | #13 | 
| Addict            Posts: 213 Karma: 135428 Join Date: Oct 2011 Location: Germany (south-west) Device: Kobo Libra 2 & Clara 2E, Tolino shine 5th Gen | |
|   |   | 
|  06-13-2015, 06:48 AM | #14 | 
| Bookworm            Posts: 975 Karma: 768585 Join Date: Aug 2010 Location: Netherlands Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo | 
			
			Maybe I am missing something, but now epub seems so much slower then kepub, is there a way to remove (in Kepub) the upper line where the book title is showed and add that line to the reading part ? In Epub I have the whole size of the screen with your patch and about 5 mm (Glo HD) to the page xx of xx txt. In Kepub I have the same bottom margin,but the title of the book takes a little bit more of my screen, or do I miss a patch that is already there ?? | 
|   |   | 
|  06-13-2015, 09:51 PM | #15 | |
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | Quote: 
 | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Instructions for patching firmware 3.13.1 | GeoffR | Kobo Developer's Corner | 56 | 07-01-2016 09:59 AM | 
| Instructions for patching firmware 3.15.0 | GeoffR | Kobo Developer's Corner | 146 | 05-24-2016 06:10 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.1 | GeoffR | Kobo Developer's Corner | 56 | 03-20-2015 05:14 AM | 
| Instructions for patching firmware 3.12.0 | GeoffR | Kobo Developer's Corner | 165 | 02-07-2015 09:22 AM |