1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 20:21:32 +03:00
mobile-nixos/devices/oneplus-oneplus3
2020-11-08 18:37:13 -05:00
..
kernel oneplus-oneplus3: Set CONFIG_PANIC_TIMEOUT to 1 2020-11-08 18:37:13 -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
```