1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 11:03:37 +03:00
mobile-nixos/devices/motorola-addison
2021-02-28 15:53:12 -05:00
..
firmware motorola-addison: Build firmware and enable wcnss 2020-08-20 16:30:54 -04:00
kernel motorola-addison: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
default.nix motorola-addison: Identify device for flashable zips 2021-02-28 15:53:12 -05:00
partitions_32GB.gdisk motorola-addison: Add partitions information 2019-12-04 17:29:00 -05:00
README.adoc motorola-addison: Build firmware and enable wcnss 2020-08-20 16:30:54 -04:00

= Motorola Moto Z Play
include::_support/common.inc[]

== Device-specific notes

=== Firmware for Wi-Fi

This particular phone keeps the firmware files on a partition named
`modem`.

To make use of the Wi-Fi capabilities of this phone you will need to
make them available to the firmware derivation.

The files can be acquired through different methods. You can use an
alternate recovery like TWRP, mount the partition (identified using
`blkid`) and copy the files.

Another way is to do it using an installed Mobile NixOS system, where,
too, you mount the partition and copy them:

```
$ sudo mount -o ro /dev/disk/by-partlabel/modem /mnt
$ cp -r /mnt ./modem
$ sudo umount /mnt
```

The copy of the firmware files will be in the modem directory, in the
current working directory, ready to be referred to.