PinePhone: Difference between revisions
imported>Tom No edit summary |
imported>Tom No edit summary |
||
Line 9: | Line 9: | ||
Working with: | Working with: | ||
* | * [https://github.com/NixOS/mobile-nixos/pull/380 Use the more generic device path for modem] | ||
* the following: | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> |
Revision as of 05:54, 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
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.
Disk encryption
See [1]
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