Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old Yesterday, 02:59 PM   #1
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 82,294
Karma: 151278869
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Patches for Firmware 4.45.23646

4.4523646 is for the Libra Colour, Clara BW, and Clara Colour.

This thread is for the patches for the new firmware 4.45.23640. Most of the patches work. It may work for later firmware. I cannot say as I've not tried.

All of the patchers have been updated thanks to @geek1011

I would like to thank @aardvark for the original updated Windows .exe, geek1011 for fixing all of patchers and @jackie-w and @Semwize for help in updating some patches.

Use the file kobopatch.yaml to override the no to yes for each patch you want to apply. I cannot say all the patches work. Most of them do apply. If you have any issue with any of the patches, just post about the issue.

This is the same format as the unofficial patches for 4.38.23171.

There are more patchers if you need a different one not in the ZIP file. Please go to https://github.com/pgaskin/kobopatch...es/tag/v0.16.0 to see if what you need is there if it's not in the ZIP file.

Thank you to @jackie_w for fixing even more patches.
Quote:
Originally Posted by jackie_w View Post
This is the "official" nickel.yaml file for both firmwares 4.38.23552 and 4.38.23555

Please note:
Old patch name Increase size of kepub chapter progress chart
has been updated to Increase size of kepub/audio chapter progress chart so that:
  • chapter progress barcharts for both kepub and audiobooks can be similarly enlarged. Users who never read audiobooks can still use the new one without issue.
  • this patch is no longer reliant on a constantly-changing BaseAddress hex offset so should survive further firmware upgrades without needing to be updated every time.
The update nickel.yaml is now included in the ZIP for the patches.

P.S. Thanks to @jackie_w, nickel.yaml has been updated and fixes some patches that previously did not work as well as jackie_w Screensaver full in the custom yaml and Remove forgot pin button from lock screen.
Attached Files
File Type: zip kobopatch_4.45.23646.zip (19.19 MB, 7 views)
JSWolf is offline   Reply With Quote
Old Yesterday, 02:59 PM   #2
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 82,294
Karma: 151278869
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Patches that are known to not work will be posted here.

The following patches do not work
  • Unify font sizes (may no longer be needed)
  • My 24 line spacing values
  • Set KePub hyphenation
  • Both page turn buttons go next
  • Replace adobe page numbers toggle with invert screen
  • Allow rotation on all devices

If any others do not work, please post about them.
JSWolf is offline   Reply With Quote
Advert
Old Yesterday, 08:15 PM   #3
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,312
Karma: 16800000
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by JSWolf View Post
Patches that are known to not work will be posted here.

The following patches do not work
  • Unify font sizes (may no longer be needed)
    ...

If any others do not work, please post about them.
Bad News: As far as I can tell, whatever fix Kobo applied in stock fw 4.45.23640, to automatically unify kepub and epub font-sizes, has been removed in fw 4.45.23646

Good News: The old Unify font sizes patch in libnickel.so.1.0.0.yaml now works again.


You can use this code to make patch Remove forgot pin button from lock screen (nickel.yaml) work in fw 4.45.23646:
Code:
Remove forgot pin button from lock screen:
  - Enabled: no
  - Description: |
      Removes the Forgot PIN -> Sign Out button from the lock screen.
      If this is enabled and you forget your pin, you will need to
      hard reset your Kobo.
  #- BaseAddress: 0x1CD73B3 # qss/ParentalControlPinCodeVerifyView.qss
  - BaseAddress: 0x1CF2E51 # qss/PinCodeInputDialog.qss
  - ReplaceZlib:
      Find: "#lblForgotPin[qApp_deviceIsDragon=true],\n#lblSignOut[qApp_deviceIsDragon=true] {\n  font-size: 26px;\n}"
      Replace: "#lblForgotPin,#lblSignOut{qproperty-visible:false;}"
Please can you make the necessary change in the post #1 .zip? Thanks.
jackie_w is offline   Reply With Quote
Old Yesterday, 11:52 PM   #4
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 50,738
Karma: 178402706
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JSWolf View Post
Patches that are known to not work will be posted here.

The following patches do not work[LIST][*]Unify font sizes (may no longer be needed)
Trust me. It is needed. Kobo reverted to the old size difference.

Many thanks to jackie_w for finding that the old patch works again!
DNSB is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firmware 4.45.23646 geek1011 Kobo Reader 5 Today 12:12 AM
Patches for Firmware 4.45.23640 JSWolf Kobo Developer's Corner 10 Yesterday 03:01 PM
Index to the Metazoa firmware patches GeoffR Kobo Developer's Corner 284 01-11-2023 05:16 PM
How do I undo all the patches/restore firmware? readingtolearn Kobo Reader 3 12-27-2019 01:54 AM
Some patches for Clara firmware 4.8.11090 GeoffR Kobo Developer's Corner 1 06-19-2018 12:18 PM


All times are GMT -4. The time now is 01:31 AM.


MobileRead.com is a privately owned, operated and funded community.