1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 18:21:41 +03:00
mobile-nixos/devices/oneplus-oneplus3
2020-05-24 20:13:07 -04:00
..
kernel oneplus-oneplus3: Configure LED using kernel triggers 2020-04-13 17:44:28 -04:00
default.nix devices: Drop kernel_cmdline in favour to boot.kernelParams 2020-05-24 20:13:07 -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
```