View Single Post
Old 09-17-2026, 09:55 PM   #8
Flatline
Junior Member
Flatline began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Nov 2006
Device: GEB 1150
Amazing! I replaced the end of libneckel.so.1.0.0.yaml with these bytes and it works! No more swipes!

Although no I hadn't had a problem with menu swipes, just page turning.

Quote:
Originally Posted by xor_ View Post
This works for me on my Tolino turned KLC:

Code:
Disable forward/backward swipe Gestures:
  - Enabled: yes
  - BaseAddress: {Sym: "_ZN11ReadingView12processSwipeEP12SwipeGesture"}
  - ReplaceBytes:
      Offset: 0xE8
      FindH: F3 F6 EE CE 
      ReplaceH: 00 BF 00 BF
  - ReplaceBytes:
      Offset: 0xF6
      FindH: F0 F6 30 CB 
      ReplaceH: 00 BF 00 BF

Disable menu swipe gesture:
  - Enabled: yes
  - BaseAddress: {Sym: "_ZN11ReadingView12processSwipeEP12SwipeGesture"}
  - ReplaceBytes:
      Offset: 0x134
      FindH: 16 F7 8C CA 
      ReplaceH: 00 BF 00 BF
  - ReplaceBytes:
      Offset: 0x13c
      FindH: E8 F6 8E CC 
      ReplaceH: 00 BF 00 BF
Is the second part with spurious menu popups on swipe still a problem? I didn't notice that happening recently, but I'm mostly on koreader.
Flatline is offline   Reply With Quote