Quote:
Originally Posted by JSWolf
Patches that are known to not work will be posted here.
The following patches do not work - <snip>
- Remove forgot pin button from lock screen
|
Here's the fix for the above nickel.yaml patch in fw 4.46.23836:
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: 0x1CDEEAA # qss/ParentalControlPinCodeVerifyView.qss
- BaseAddress: 0x1CF497C # 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;}"