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/FP3.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ steps:
18
18
adapting and repairing of the operating system.
19
19
- title: "Flash a custom recovery"
20
20
type: call_button
21
-
content: Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
21
+
content: Turn on your device. Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
22
22
command: "adb reboot bootloader"
23
23
- title: "Flash a custom recovery"
24
24
type: call_button
25
-
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
25
+
content: Once the device is in fastboot mode, flash the custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
26
26
command: "fastboot flash boot <recovery>"
27
27
- title: "Flash temporary recovery"
28
28
type: confirm_button
@@ -33,7 +33,7 @@ steps:
33
33
- title: "Flash LineageOS"
34
34
type: confirm_button
35
35
content: >
36
-
Now tap Factory Reset, then Format data / Factory reset on your phone screen and continue with the formatting process.
36
+
Now tap 'Factory Reset', then 'Format data / Factory reset' on your phone screen and continue with the formatting process.
37
37
This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one).
38
38
- title: "Flash LineageOS"
39
39
type: confirm_button
@@ -49,4 +49,4 @@ steps:
49
49
command: "adb sideload <image>"
50
50
- title: "Flash LineageOS"
51
51
type: confirm_button
52
-
content: Flashing finished. Now press 'back' (arrow) and then 'Reboot system now' on the phone screen to finish the installation.
52
+
content: Flashing finished. Now press 'back' (arrow) and then 'Reboot system now' on the phone screen to finish the installation. Then confirm here.
0 commit comments