1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 21:11:34 +03:00
mobile-nixos/devices/oneplus-oneplus3
Samuel Dionne-Riel 9bb3ec0389 oneplus-oneplus3: Add qcacld-2.0 driver from LineageOS
The `als` build tree *seems* to imply they are re-using the pre-built
kernel modules from the vendor.

This is not something we really want to do.

The good thing is that LineageOS adds the required drivers to their
trees. We can re-use it!
2021-01-26 22:47:58 -05:00
..
kernel oneplus-oneplus3: Add qcacld-2.0 driver from LineageOS 2021-01-26 22:47:58 -05:00
default.nix oneplus-oneplus3: drop unused kernelPatches argument 2020-10-02 19:49:11 -04:00
partitions_64GB.gdisk oneplus-oneplus3: Add partitions information 2019-10-05 01:07:55 -04:00
README.adoc oneplus-oneplus3: Fix device specific notes 2020-04-04 00:26:41 -04:00

= Oneplus Oneplus 3
include::_support/common.inc[]

== Device-specific notes

Using `fastboot` to burn system.img to the userdata partition will fail.

It seems like it flashes successfully like other devices do, but the flashed
image will not boot.

The current workaround is to `fastboot boot` TWRP and use `dd` through `adb` to
flash the image.

```
 $ cat .../.system.img | adb shell dd of=/dev/block/by-name/userdata bs=8m
```