mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 21:11:34 +03:00
9bb3ec0389
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! |
||
---|---|---|
.. | ||
kernel | ||
default.nix | ||
partitions_64GB.gdisk | ||
README.adoc |
= 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 ```