|  11-10-2020, 08:51 PM | #1 | 
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | 
				
				Instructions for patching firmware 4.25.15875
			 
			
			This patch thread is for firmware 4.25.15875 (7615d0aa087df5e3176b67363b51e37f9fe8a991): Instructions for patching on Windows, Linux, or macOS with kobopatch: 
 Last edited by geek1011; 11-10-2020 at 10:09 PM. | 
|   |   | 
|  11-10-2020, 08:51 PM | #2 | 
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | 
			
			Changes to the kobopatch zip: v70 (2021-02-16): Restore 'Increase page navigation history' (Semwize, geek1011). v69 (2020-11-10): Initial release for 4.25.15875. Missing patches: - None! New patches in this version: - None yet. Last edited by geek1011; 02-16-2021 at 04:06 PM. Reason: v70 | 
|   |   | 
|  11-10-2020, 08:52 PM | #3 | 
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | 
			
			reserved
		 | 
|   |   | 
|  11-10-2020, 09:18 PM | #4 | |
| Bibliophagist            Posts: 48,088 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 Edit:   Last edited by DNSB; 11-10-2020 at 10:16 PM. | |
|   |   | 
|  11-10-2020, 09:48 PM | #5 | 
| Grand Sorcerer            Posts: 6,268 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
				
				kobopatch 'Dictionary text font-family/font-size/line-height'
			 
			
			Please note that Kobo made some more changes to the CSS styles for dictionary definitions, so this patch needed to be updated again. The version in the kobopatch_4.25.15875.zip download pack should work OK. However, if you keep your pre-customised version in a separate file from libnickel.so.1.0.0.yaml then you'll need to update it to match. | 
|   |   | 
|  11-11-2020, 01:51 AM | #6 | 
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | 
			
			Thank you!, I've already applied it and it works OK.
		 | 
|   |   | 
|  11-30-2020, 08:13 AM | #7 | 
| Librocubicularist            Posts: 617 Karma: 11908623 Join Date: Dec 2013 Location: Germany Device: PocketBook InkPad 3 & Touch HD 3, Kobo Clara HD, Kindle Paperwhite 5 | 
			
			Which patches regulate the distance between the reading footer and the bottom progress line? I have a footer with reduced height and the chapter title is a bit too close to the progress line. Letters like y and g get cut off. Is there a way to have the chapter title placed a little higher?
		 | 
|   |   | 
|  11-30-2020, 04:20 PM | #8 | |
| Grand Sorcerer            Posts: 6,268 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
 Last edited by jackie_w; 11-30-2020 at 04:24 PM. Reason: Add link to screenshots | |
|   |   | 
|  12-01-2020, 05:29 AM | #9 | 
| Librocubicularist            Posts: 617 Karma: 11908623 Join Date: Dec 2013 Location: Germany Device: PocketBook InkPad 3 & Touch HD 3, Kobo Clara HD, Kindle Paperwhite 5 | 
			
			Thank you, that's what I was looking for!
		 | 
|   |   | 
|  12-08-2020, 02:43 PM | #10 | 
| Resident Curmudgeon            Posts: 80,740 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			As you can see in this screen grab, the title is cut off and there is more room on the bottom line to allow the full title. Can a patch be created to allow the L/R margins to be decreased so we get more of the book's title in the footer? Thanks. | 
|   |   | 
|  12-08-2020, 03:46 PM | #11 | |
| Grand Sorcerer            Posts: 6,268 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
 I can see on my test KA1 that the whole footer caption block only takes up the central 8cm of the full screen width of 11.8cm. FWIW the header caption is similarly restricted. I don't know what the left/right unused blocks are supposed to be for. ETA: The left/right unused blocks are part of the page turning zones. Unless geek1011 can suggest something better you could try one (or both) of the following: 
 Last edited by jackie_w; 12-09-2020 at 06:01 AM. Reason: corrections see posts #12/#13 | |
|   |   | 
|  12-08-2020, 08:19 PM | #12 | |
| Guru            Posts: 920 Karma: 275656 Join Date: Jun 2016 Device: Kobo | Quote: 
 Code: Width allocated to the footer captions:
  - Enabled: yes
  - Description: |
  - FindZlib: "ReadingFooter"
  - ReplaceZlibGroup:
      Replacements:
        - Find:    "ReadingFooter[qApp_deviceIsDragon=true] {\n  qproperty-footerMargin: 170;\n}"
          Replace: "ReadingFooter[qApp_deviceIsDragon=true] {\n  qproperty-footerMargin: 70;\n}" | |
|   |   | 
|  12-09-2020, 05:59 AM | #13 | 
| Grand Sorcerer            Posts: 6,268 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
			
			@JSWolf, @Semwize is correct. I hadn't realised until now what 'ReadingFooter' property 'qproperty-footerMargin' was actually used for.   It's the width of the right & left corner tap zone blocks in the footer which can be used for turning pages. Whereas if you tap the caption area you bring up the scrubber. The caption area is the area between these 2 corner zones so, by definition, you can increase the caption width by reducing the width of these corner zones. In theory you could even set them to zero to have the caption use the whole screen width, but I suspect that would mess up the header's top right corner tap zone used to create a dogear bookmark. It's not necessary to create a new patch (unless you really want to). Instead you could add @Semwize's Find/Replace lines to either your customised Reduce new header/footer height or your customised Custom new header/footer font because both patches are targeting the same bit of nickel CSS (namely ReadingFooter.qss). Last edited by jackie_w; 12-09-2020 at 09:35 AM. | 
|   |   | 
|  12-09-2020, 06:12 AM | #14 | |
| Resident Curmudgeon            Posts: 80,740 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  12-09-2020, 06:12 AM | #15 | |
| Resident Curmudgeon            Posts: 80,740 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  | 
| Tags | 
| kobopatch, patch, patch32lsb, patches, patching | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Instructions for patching firmware 3.15.0 | GeoffR | Kobo Developer's Corner | 146 | 05-24-2016 06:10 AM | 
| Instructions for patching firmware 3.17.3 | GeoffR | Kobo Developer's Corner | 60 | 09-17-2015 05:35 PM | 
| 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 | 
| Instructions for patching firmware 3.8.0 | GeoffR | Kobo Developer's Corner | 92 | 10-22-2014 07:22 AM |