Skip to content

Commit c537f97

Browse files
committed
Update sargo config a bit
1 parent f6421d7 commit c537f97

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

openandroidinstaller/assets/configs/sargo.yaml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,12 @@ requirements:
66
android: 12.1.0
77
steps:
88
unlock_bootloader:
9-
- type: confirm_button
9+
- type: call_button
1010
content: >
1111
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
1212
how to start and run an operating system (like Android). Your device should be turned on.
13-
- type: call_button
14-
content: Press 'Confirm and run' to reboot into the bootloader.
13+
Press 'Confirm and run' to reboot into the bootloader.
1514
command: adb_reboot_bootloader
16-
- type: confirm_button
17-
content: >
18-
Select 'Restart bootloader' on your smartphone screen by pressing the volume button and the confirm by pushing the power button.
19-
Then press 'Confirm and continue' here.
2015
- type: call_button
2116
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
2217
command: fastboot_unlock
@@ -28,17 +23,14 @@ steps:
2823
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
2924
command: fastboot_reboot
3025
- type: confirm_button
31-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue.
26+
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
3227
flash_recovery:
33-
- type: confirm_button
28+
- type: call_button
3429
content: >
3530
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
3631
adapting and repairing of the operating system.
37-
- type: call_button
38-
content: Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
32+
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3933
command: adb_reboot_bootloader
40-
- type: confirm_button
41-
content: Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
4234
- type: call_button
4335
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4436
command: fastboot_flash_recovery

0 commit comments

Comments
 (0)