Quote:
Originally Posted by DoomGuy
Does the 'slide to open' feature work on the Kobo Clara HD. I've just tried the patch but I can't get it to work. I am on the latest firmware - 4.12.12111
Here's what's the code looks like
Code:
Set slide to unlock:
- Enabled: yes
- Description: |
Swipe to unlock is enabled by default for the Kobo Forma. This patch allows
you to enable/disable swipe to unlock for any device.
# In the subroutine where the AbstractPowerView (used for swipe to unlock) is instantiated:
# pre-4.11.12111: change Device::isFrost() to a MOV instruction to set true/false
# 4.11.12111+: change PowerSettings::getUnlockEnabled() (to override the hidden config setting [PowerSettings] -> UnlockEnabled)
- ReplaceBytes: {Offset: 0x9CF344, FindBLX: 0x428304, ReplaceH: 4F F0 01 00}
- ReplaceBytes: {Offset: 0x9CF346, FindH: 01, ReplaceH: 00} # 00 to disable, 01 to enable
|
Just change the ReplaceH to 01.