Skip to content

Commit 693e691

Browse files
committed
Update configs of some google devices
1 parent b9ebd60 commit 693e691

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

openandroidinstaller/assets/configs/coral.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
device_code: coral
66
supported_device_codes:
77
- coral
8+
additional_steps:
9+
- dtbo
810
requirements:
911
android: 13
1012
steps:
@@ -48,6 +50,12 @@ steps:
4850
- type: confirm_button
4951
content: >
5052
Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
53+
- type: call_button
54+
content: >
55+
When you are in the bootloder, install additional partitions selected before by pressing 'Confirm and run'. Once it's done continue.
56+
57+
Note : If you have not selected additional partitions it will do nothing and is save to continue.
58+
command: fastboot_flash_additional_partitions
5159
- type: call_button
5260
img: twrp-start.jpeg
5361
content: >

openandroidinstaller/assets/configs/flame.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
device_code: flame
66
supported_device_codes:
77
- flame
8+
additional_steps:
9+
- dtbo
810
requirements:
911
android: 13
1012
steps:
@@ -48,6 +50,12 @@ steps:
4850
- type: confirm_button
4951
content: >
5052
Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
53+
- type: call_button
54+
content: >
55+
When you are in the bootloder, install additional partitions selected before by pressing 'Confirm and run'. Once it's done continue.
56+
57+
Note : If you have not selected additional partitions it will do nothing and is save to continue.
58+
command: fastboot_flash_additional_partitions
5159
- type: call_button
5260
img: twrp-start.jpeg
5361
content: >

openandroidinstaller/assets/configs/sunfish.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
device_code: sunfish
66
supported_device_codes:
77
- sunfish
8+
additional_steps:
9+
- dtbo
810
requirements:
911
android: 12.1.0
1012
steps:
@@ -48,6 +50,12 @@ steps:
4850
- type: confirm_button
4951
content: >
5052
Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
53+
- type: call_button
54+
content: >
55+
When you are in the bootloder, install additional partitions selected before by pressing 'Confirm and run'. Once it's done continue.
56+
57+
Note : If you have not selected additional partitions it will do nothing and is save to continue.
58+
command: fastboot_flash_additional_partitions
5159
- type: call_button
5260
img: twrp-start.jpeg
5361
content: >

0 commit comments

Comments
 (0)