PinePhone: Difference between revisions
imported>Tom mNo edit summary |
imported>Tom Document alarm clocks. |
||
Line 40: | Line 40: | ||
=== Disk encryption === | === Disk encryption === | ||
See [https://github.com/NixOS/mobile-nixos/tree/master/examples/testing/qemu-cryptsetup] | See [https://github.com/NixOS/mobile-nixos/tree/master/examples/testing/qemu-cryptsetup] | ||
=== Alarm clocks === | |||
Not working: | |||
* GNOME Clocks will not wake up the phone: https://gitlab.gnome.org/GNOME/gnome-clocks/-/issues/100 | |||
* https://github.com/Dejvino/birdie looks good, but is not packaged. | |||
== Recommended applications == | == Recommended applications == |
Revision as of 06:07, 11 July 2021
PinePhone is supported by Mobile NixOS: https://mobile.nixos.org/devices/pine64-pinephone.html
This guide is discusses how to use Phosh, the GNOME-derived UI used by Librem and Mobian.
Status
Phosh
https://github.com/NixOS/mobile-nixos/pull/352 is a PR to add a phosh-demo to mobile-nixos. The author of this wiki page uses this PR.
Calling
Working with:
- Use the more generic device path for modem
- the following:
environment.systemPackages = [ pkgs.calls ];
services.dbus.packages = [ pkgs.callaudiod ];
SMS
Working with:
- Chatty
pkgs.purple-mm-sms
Camera
Working with pkgs.megapixels
. Front camera causes it to crash? Works in other distros.
Mobile internet
Working (imperative), with:
$ nmcli c add type gsm ifname cdc-wdm0 con-name $PROVIDER apn $APN
Other distributions use Librem's fork of gnome-control-center which has a mobile internet panel. https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/583 tracks the upstreaming of this functionality.
GPS
Working with GNOME applications with:
Disk encryption
See [1]
Alarm clocks
Not working:
- GNOME Clocks will not wake up the phone: https://gitlab.gnome.org/GNOME/gnome-clocks/-/issues/100
- https://github.com/Dejvino/birdie looks good, but is not packaged.
Recommended applications
Not all applications scale down well to mobiles.
pkgs.gnome.gnome-chess
pkgs.gnome.gnome-podcasts
pkgs.portfolio-filemanager
See also
- xnux.eu ("megi") is authoritative on hardware capabilities
- PinePhone multi-distro demo image is an easy way to see which functionality works in other distros.
- Arch Linux's Pinephone config