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
content: "As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone who to start and run an operating system (like Android). Your device should be turned on."
9
-
- title: "Unlock the bootloader"
10
-
type: call_button
11
-
content: "Press 'Confirm and run' to reboot into the bootloader."
12
-
command: "adb reboot bootloader"
13
-
- title: "Unlock the bootloader"
14
-
type: confirm_button
15
-
content: "Select 'Restart bootloader' on your smartphone screen by pressing the volume button and the confirm by pushing the power button. Then press 'Confirm and continue' here."
16
-
- title: "Unlock the bootloader"
17
-
type: call_button
18
-
content: "In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here."
19
-
command: "fastboot flashing unlock"
20
-
allow_skip: True
21
-
- title: "Unlock the bootloader"
22
-
type: confirm_button
23
-
content: "At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. Please take whatever actions the device asks you to to proceed."
24
-
- title: "Unlock the bootloader"
25
-
type: call_button
26
-
content: "To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue."
27
-
command: "fastboot reboot"
28
-
- title: "Unlock the bootloader"
29
-
type: confirm_button
30
-
content: "The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue."
31
-
- title: "Flash a custom recovery"
32
-
type: confirm_button
33
-
content: "Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, adapting and repairing of the operating system."
34
-
- title: "Flash a custom recovery"
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."
37
-
command: "adb reboot bootloader"
38
-
- title: "Flash a custom recovery"
39
-
type: confirm_button
40
-
content: "Select 'Restart bootloader' on your smartphone screen. Then confirm to continue."
41
-
- title: "Flash a custom recovery"
42
-
type: call_button
43
-
content: "Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue."
44
-
command: "fastboot flash boot <recovery>"
45
-
- title: "Flash LineageOS"
46
-
type: confirm_button
47
-
content: "In this step, you finally flash LineageOS. Confirm to continue."
48
-
- title: "Flash LineageOS"
49
-
type: confirm_button
50
-
content: "Select 'Recovery Mode' on your smartphone screen and press the Start-Button to confirm. Then confirm here."
51
-
- title: "Flash LineageOS"
52
-
type: confirm_button
53
-
content: "Now tap Factory Reset, then Format data / Factory reset on your phone screen 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)."
54
-
- title: "Flash LineageOS"
55
-
type: confirm_button
56
-
content: "Return to the main menu on the phone."
57
-
- title: "Flash LineageOS"
58
-
type: confirm_button
59
-
content: "On the device, select “Apply Update”, then “Apply from ADB” to begin sideload. Then confirm here."
60
-
- title: "Flash LineageOS"
61
-
type: call_button
62
-
content: "Now it's time to flash the LineageOS image. Don't remove the USB-Cable and press 'Confirm and run' to start! This might take a while. Confirm after it's done."
63
-
command: "adb sideload <image>"
64
-
- title: "Flash LineageOS"
65
-
type: confirm_button
66
-
content: "Flashing finished. Now press 'back' (arrow) and then 'Reboot system now' on the phone screen to finish the installation."
7
+
unlock_bootloader:
8
+
- title: "Unlock the bootloader"
9
+
type: confirm_button
10
+
content: >
11
+
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
12
+
how to start and run an operating system (like Android). Your device should be turned on.
13
+
- title: "Unlock the bootloader"
14
+
type: call_button
15
+
content: "Press 'Confirm and run' to reboot into the bootloader."
16
+
command: "adb reboot bootloader"
17
+
- title: "Unlock the bootloader"
18
+
type: confirm_button
19
+
content: >
20
+
Select 'Restart bootloader' on your smartphone screen by pressing the volume button and the confirm by pushing the power button.
21
+
Then press 'Confirm and continue' here.
22
+
- title: "Unlock the bootloader"
23
+
type: call_button
24
+
content: "In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here."
25
+
command: "fastboot flashing unlock"
26
+
allow_skip: True
27
+
- title: "Unlock the bootloader"
28
+
type: confirm_button
29
+
content: >
30
+
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
31
+
Please take whatever actions the device asks you to to proceed.
32
+
- title: "Unlock the bootloader"
33
+
type: call_button
34
+
content: "To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue."
35
+
command: "fastboot reboot"
36
+
- title: "Unlock the bootloader"
37
+
type: confirm_button
38
+
content: "The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue."
39
+
flash_recovery:
40
+
- title: "Flash a custom recovery"
41
+
type: confirm_button
42
+
content: >
43
+
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
44
+
adapting and repairing of the operating system.
45
+
- title: "Flash a custom recovery"
46
+
type: call_button
47
+
content: "Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue."
48
+
command: "adb reboot bootloader"
49
+
- title: "Flash a custom recovery"
50
+
type: confirm_button
51
+
content: "Select 'Restart bootloader' on your smartphone screen. Then confirm to continue."
52
+
- title: "Flash a custom recovery"
53
+
type: call_button
54
+
content: "Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue."
55
+
command: "fastboot flash boot <recovery>"
56
+
install_os:
57
+
- title: "Flash LineageOS"
58
+
type: confirm_button
59
+
content: "In this step, you finally flash LineageOS. Confirm to continue."
60
+
- title: "Flash LineageOS"
61
+
type: confirm_button
62
+
content: "Select 'Recovery Mode' on your smartphone screen and press the Start-Button to confirm. Then confirm here."
63
+
- title: "Flash LineageOS"
64
+
type: confirm_button
65
+
content: >
66
+
Now tap Factory Reset, then Format data / Factory reset on your phone screen and continue with the formatting process.
67
+
This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one).
68
+
- title: "Flash LineageOS"
69
+
type: confirm_button
70
+
content: "Return to the main menu on the phone."
71
+
- title: "Flash LineageOS"
72
+
type: confirm_button
73
+
content: "On the device, select “Apply Update”, then “Apply from ADB” to begin sideload. Then confirm here."
74
+
- title: "Flash LineageOS"
75
+
type: call_button
76
+
content: >
77
+
Now it's time to flash the LineageOS image. Don't remove the USB-Cable and press 'Confirm and run' to start!
78
+
This might take a while. Confirm after it's done.
79
+
command: "adb sideload <image>"
80
+
- title: "Flash LineageOS"
81
+
type: confirm_button
82
+
content: "Flashing finished. Now press 'back' (arrow) and then 'Reboot system now' on the phone screen to finish the installation."
0 commit comments