07-07-2021, 07:50 PM
(This post was last modified: 07-07-2021, 07:50 PM by ryo.)
What really bugs me a lot is the wake on touch feature on every device it comes with, 99% of the time it wakes on touch by accident, leaving the screen on while sucking the battery dry like a vampire.
So is there a way to turn that off for Plamo?
母語は日本語ですが、英語も喋れます(ry
07-18-2021, 09:34 AM
(This post was last modified: 07-18-2021, 10:01 AM by swiley.)
You could do this but you'll have to modify the service managing the phone locking/sleeping yourself. The touch device should show up in /dev/input. If you want to suspend the phone (not suck up the battery like a vampire) you'll need to set up an interrupt from the touch screen as a wakeup source, I'm not sure if that's possible.
Note that the most recent kernel disables the touch screen during sleep, I don't know if that's possible to configure via userpsace.