View Single Post
Old 03-26-2026, 05:52 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,315
Karma: 16800000
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
You can use the following code to make patch Remove forgot pin button from lock screen (nickel.yaml) work in fw 4.38.23648:
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: 0x19ADBB4 # qss/PinCodeInputDialog.qss
  #- BaseAddress: 0x19C11ED # qss/ParentalControlPinCodeVerifyView.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