You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/sargo.yaml
+5-13Lines changed: 5 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,12 @@ requirements:
6
6
android: 12.1.0
7
7
steps:
8
8
unlock_bootloader:
9
-
- type: confirm_button
9
+
- type: call_button
10
10
content: >
11
11
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
12
12
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.
15
14
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.
20
15
- type: call_button
21
16
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
22
17
command: fastboot_unlock
@@ -28,17 +23,14 @@ steps:
28
23
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
29
24
command: fastboot_reboot
30
25
- 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.
32
27
flash_recovery:
33
-
- type: confirm_button
28
+
- type: call_button
34
29
content: >
35
30
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
36
31
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.
39
33
command: adb_reboot_bootloader
40
-
- type: confirm_button
41
-
content: Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
42
34
- type: call_button
43
35
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
0 commit comments