1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 03:32:02 +03:00
mobile-nixos/devices/oneplus-oneplus3/README.adoc
2020-04-04 00:26:41 -04:00

18 lines
433 B
Plaintext

= 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
```