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/Pixel 3a.yaml
+8-14Lines changed: 8 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,12 @@ steps:
21
21
type: call_button
22
22
content: "Reboot the phone"
23
23
command: "fastboot reboot"
24
-
allow_skip: True
25
24
- title: "Unlock the bootloader"
26
25
type: confirm_button
27
26
content: "The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue."
28
27
- title: "Flash custom recovery"
29
28
type: call_button
30
-
content: "Reboot into bootloader"
29
+
content: "Once the device is fully booted, reboot into bootloader"
31
30
command: "adb reboot bootloader"
32
31
- title: "Flash custom recovery"
33
32
type: confirm_button
@@ -36,30 +35,25 @@ steps:
36
35
type: call_button
37
36
content: "Flash custom recovery (temporarily)"
38
37
command: "fastboot flash boot <recovery>"
39
-
- title: "Flash LineageOS"
40
-
type: call_button
41
-
content: "Boot into recovery"
42
-
command: "adb reboot bootloader"
43
38
- title: "Flash LineageOS"
44
39
type: confirm_button
45
-
content: "Select 'Restart recovery' on your smartphone screen. Then confirm"
40
+
content: "Select 'Recovery Mode' on your smartphone screen. Then confirm"
46
41
- title: "Flash LineageOS"
47
42
type: confirm_button
48
-
content: "Now tap 'Wipe'. Then tap 'Format Data' and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage."
43
+
content: "Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)."
49
44
- title: "Flash LineageOS"
50
45
type: confirm_button
51
-
content: "Return to the previous menu and tap 'Advanced Wipe', then select the 'Cache' and 'System' partitions and then 'Swipe to Wipe'."
46
+
content: "Return to the main menu."
52
47
- title: "Flash LineageOS"
53
48
type: confirm_button
54
-
content: "On the device, go back and select “Advanced”, “ADB Sideload”, then swipe to begin sideload. Then confirm here"
49
+
content: "On the device, select “Apply Update”, then “Apply from ADB” to begin sideload. Then confirm here"
55
50
- title: "Flash LineageOS"
56
51
type: call_button
57
52
content: "Flash lineageOS image. Don't remove the USB-Cable!"
58
53
command: "adb sideload <image>"
59
-
- title: "Reboot"
60
-
type: call_button
61
-
content: "Reboot into OS"
62
-
command: "adb reboot"
54
+
- title: "Flash LineageOS"
55
+
type: confirm_button
56
+
content: "Flashing finished. Now press 'back' (arrow) and then 'Reboot system now' to finish the installation."
0 commit comments