PineActions is a basic re-implementation of some Moto Actions for the Pine Phone.
- Twist camera
- Twist flashlight
From source:
git clone git@github.com:jpfeiffer16/Pine-Actions.git
cd Pine-Actions
make
sudo make install
sudo systemctl enable twist-flashlight.service
sudo systemctl start twist-flashlight.service
AUR(Any Arch-based distro):
There is a pine-actions package.
For example, using yay
:
yay -S pine-actions
- postmarketOS and their docs for documentation of the gyro and led descriptors.
- clickclack for its insight into how to control the haptic motor.