View Single Post
Old 01-21-2022, 12:42 PM   #3
lvlrdka22
Member
lvlrdka22 began at the beginning.
 
Posts: 13
Karma: 30
Join Date: Aug 2018
Device: Onyx Boox Note
Quote:
Originally Posted by llinfeng View Post
Either my palm is different or that the palm-rejection is not there yet, OneNote fails to take my pen-strokes almost half of the times when I write on it with my hand resting on the screen.
I'm fairly sure this happens because touch occurs before stylus activity. You should check if they are disabling touch when stylus is hovering, because if so, it's the best they can do for a panning canvas (in addition to adding a pointer for stylus hover) if you want touch automatically enabled/disabled.
If not, you can just write a script that does this.

If you have root, /sys/class/input/input?/inhibited and /sys/onyx_misc/captp_disable both do this (on a Note Pro). Touch may sometimes get stuck in the "down" position.
If you're able to access the SDK, EpdController.setAppCTPDisableRegion and EpdController.appResetCTPDisableRegion are much better.
lvlrdka22 is offline   Reply With Quote