View Single Post
Old 01-04-2019, 03:46 PM   #149
DoomGuy
Junior Member
DoomGuy began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Sep 2018
Device: PW3, Kobo Clara HD
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
DoomGuy is offline   Reply With Quote