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
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,16 @@ metadata:
2
2
maintainer: Tobias Sterbak (tsterbak)
3
3
devicename: Pixel 3a
4
4
devicecode: sargo
5
+
requirements:
6
+
android: 12.1.0
5
7
steps:
6
8
unlock_bootloader:
7
-
- type: confirm_button
9
+
- type: call_button
8
10
content: >
9
11
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
10
12
how to start and run an operating system (like Android). Your device should be turned on.
11
-
- type: call_button
12
-
content: Press 'Confirm and run' to reboot into the bootloader.
13
+
Press 'Confirm and run' to reboot into the bootloader.
13
14
command: adb_reboot_bootloader
14
-
- type: confirm_button
15
-
content: >
16
-
Select 'Restart bootloader' on your smartphone screen by pressing the volume button and the confirm by pushing the power button.
17
-
Then press 'Confirm and continue' here.
18
15
- type: call_button
19
16
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
20
17
command: fastboot_unlock
@@ -26,17 +23,14 @@ steps:
26
23
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
27
24
command: fastboot_reboot
28
25
- type: confirm_button
29
-
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.
30
27
flash_recovery:
31
-
- type: confirm_button
28
+
- type: call_button
32
29
content: >
33
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,
34
31
adapting and repairing of the operating system.
35
-
- type: call_button
36
-
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.
37
33
command: adb_reboot_bootloader
38
-
- type: confirm_button
39
-
content: Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
40
34
- type: call_button
41
35
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
0 commit comments