View Single Post
Old 01-04-2019, 03:49 PM   #151
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by DoomGuy View Post
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.
geek1011 is offline   Reply With Quote