Skip to content

Commit

Permalink
sync dre asserts
Browse files Browse the repository at this point in the history
* taken from https://github.com/LineageOS/android_device_oneplus_dre/blob/110bdcd8a72974f032746b71fd3865e484382739/BoardConfig.mk#L47
* fixes #332
* exclude OnePlusN200TMO for now, see #320

Signed-off-by: SirRGB <sirrgb@proton.me>
  • Loading branch information
SirRGB committed Nov 27, 2023
1 parent 6a839c3 commit 19490cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openandroidinstaller/assets/configs/dre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
supported_device_codes:
- dre
- NordN200
- OnePlusN200
additional_steps:
- dtbo
- vbmeta
Expand All @@ -26,7 +27,7 @@ steps:
Once it's done, press continue here.
command: fastboot_oem_unlock
- type: confirm_button
content: >
content: >
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
boot_recovery:
- type: call_button
Expand All @@ -49,4 +50,4 @@ steps:
img: twrp-start.jpeg
content: >
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
command: fastboot_boot_recovery
command: fastboot_boot_recovery

0 comments on commit 19490cf

Please sign in to comment.