my attempt to avoid unblank with volup/down/return/others buttons..
Describe your issue
What's the expected behaviour?
only home button unblank screen
What's the current behaviour?
all buttons does
How to reproduce your issue?
see end of this ticket
What device are you using?
several samsung devices, here g530fz
On what postmarketOS version did you encounter the issue?
-
edge (
master
branch) -
v24.06
-
v23.12
(supported until 2024-07-16) -
I confirm that the issue still is present after running
sudo apk upgrade -a
On what environment did you encounter the issue?
Environments
- GNOME Shell on Mobile
- Phosh
- Plasma Mobile
-
Sxmo (Wayland/Sway) Please post the output of
sxmo_version.sh
- Other: Please fill out
How did you get postmarketOS image?
- from https://images.postmarketos.org
- I built it using pmbootstrap
- It was preinstalled on my device
What's the build date of the image? (in yyyy-mm-dd format)
Additional information
in attachment, my attempt to "mute" vol buttons and touchbuttons to prevent unblank/wakeup screen in pocket..
cat <<EOF |sudo tee /etc/udev/hwdb.d/99-gmobile-test.hwdb
gmobile:name:pm8941_resin:dt:samsung,grandprimelte*
GM_WAKEUP_KEY_114=0
gmobile:name:GPIO Buttons:dt:samsung,grandprimelte*
GM_WAKEUP_KEY_115=0
gmobile:name:Zinitix Capacitive TouchScreen:dt:samsung,grandprimelte*
GM_WAKEUP_KEY_139=0
GM_WAKEUP_KEY_158=0
EOF
doesnt works :'(