View Single Post
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