Skip to content

Commit

Permalink
Update configs of some google devices
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Oct 7, 2023
1 parent b9ebd60 commit 693e691
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openandroidinstaller/assets/configs/coral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
device_code: coral
supported_device_codes:
- coral
additional_steps:
- dtbo
requirements:
android: 13
steps:
Expand Down Expand Up @@ -48,6 +50,12 @@ steps:
- type: confirm_button
content: >
Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
- type: call_button
content: >
When you are in the bootloder, install additional partitions selected before by pressing 'Confirm and run'. Once it's done continue.
Note : If you have not selected additional partitions it will do nothing and is save to continue.
command: fastboot_flash_additional_partitions
- type: call_button
img: twrp-start.jpeg
content: >
Expand Down
8 changes: 8 additions & 0 deletions openandroidinstaller/assets/configs/flame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
device_code: flame
supported_device_codes:
- flame
additional_steps:
- dtbo
requirements:
android: 13
steps:
Expand Down Expand Up @@ -48,6 +50,12 @@ steps:
- type: confirm_button
content: >
Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
- type: call_button
content: >
When you are in the bootloder, install additional partitions selected before by pressing 'Confirm and run'. Once it's done continue.
Note : If you have not selected additional partitions it will do nothing and is save to continue.
command: fastboot_flash_additional_partitions
- type: call_button
img: twrp-start.jpeg
content: >
Expand Down
8 changes: 8 additions & 0 deletions openandroidinstaller/assets/configs/sunfish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
device_code: sunfish
supported_device_codes:
- sunfish
additional_steps:
- dtbo
requirements:
android: 12.1.0
steps:
Expand Down Expand Up @@ -48,6 +50,12 @@ steps:
- type: confirm_button
content: >
Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
- type: call_button
content: >
When you are in the bootloder, install additional partitions selected before by pressing 'Confirm and run'. Once it's done continue.
Note : If you have not selected additional partitions it will do nothing and is save to continue.
command: fastboot_flash_additional_partitions
- type: call_button
img: twrp-start.jpeg
content: >
Expand Down

0 comments on commit 693e691

Please sign in to comment.