06-30-2020, 09:38 AM
(This post was last modified: 06-30-2020, 09:52 AM by Subsentient.)
So now that I've gotten it working how I want, I'll post the daemon I'm using on Fedora XFCE to handle power management, CRUST, etc.
It's written with the following assumptions:
You can also copy 'components' to /usr/local/share/pplockd/components, and PPConfig.py to /etc/pplockd/PPConfig.py.
You will need to edit the default user in PPConfig.py, the config file, which also handles the triggers for different buttons.
By default, the buttons are mapped as follows:
It's written with the following assumptions:
- You're on an Xorg desktop-oriented GUI on a real Linux distro
- You don't wanna have to set up essential apps to use wakelocks and all that stuff
- You can run something as root
- You have the Xorg utilities xset, xinput, and xrandr installed
- You have set your DE's power manager to ignore the power button
- You have Python 3.6 or above. Fedora 32 etc use 3.8 by default.
You can also copy 'components' to /usr/local/share/pplockd/components, and PPConfig.py to /etc/pplockd/PPConfig.py.
You will need to edit the default user in PPConfig.py, the config file, which also handles the triggers for different buttons.
By default, the buttons are mapped as follows:
- Hit up then down volume keys to rotate screen from portrait to landscape, including touchscreen input (in sequence, since hardware doesn't allow vol up+down at same time)
- Hit power button to 'soft lock', leaving the phone running, e.g. if you're playing music but keep the phone in your pocket. This shuts off all but 1 core and scales the remaining one to 600Mhz, in addition to shutting off the screen and touch input. It sets monitor inactivity to 5 seconds (changeable in PPConfig.py) to prevent battery wasteage, since it seems the modem is 'chatty', sending random events quite often, which light up the screen.
- Hit vol down + power (at same time) to 'hard lock', this does everything soft lock does, but puts the phone to sleep as well. It should wake on incoming calls and texts if you've configured your modem properly. You are given (changeable in PPConfig.py) 30 seconds to hit the power button, then the phone sleeps again.
- In any case, you can always wake the phone fully using the power button.