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: "On the device, dial *#*#7378423#*#* (*#*#SERVICE#*#*) to launch the service menu."
4
+
content: "As a first step, you need to unlock the bootloader of your device. On the device, dial *#*#7378423#*#* (*#*#SERVICE#*#*) to launch the service menu."
5
5
- title: "Unlock the bootloader"
6
6
type: confirm_button
7
-
content: "Go to service info > configuration and check rooting status – you can only continue if it says Bootloader unlock allowed: Yes."
7
+
content: "Go to service info > configuration and check rooting status - you can only continue if it says 'Bootloader unlock allowed: Yes.'"
8
8
- title: "Unlock the bootloader"
9
9
type: confirm_button
10
-
content: "Connect the device to your PC via USB."
10
+
content: "Connect the device to your PC via USB. And confirm to continue."
11
11
- title: "Unlock the bootloader"
12
12
type: call_button
13
-
content: "Unlock the bootloader"
13
+
content: "Press the button to reboot into the bootloader now. Then confirm to continue."
14
14
command: "adb reboot bootloader"
15
15
- title: "Unlock the bootloader"
16
16
type: confirm_button
17
17
content: "Follow the instructions on Sonys official unlocking website to generate an unlock code for your bootloader. https://developer.sonymobile.com/unlockbootloader/unlock-yourboot-loader/"
18
18
- title: "Unlock the bootloader"
19
19
type: call_button_with_input
20
-
content: "Use your code to unlock the bootloader of your device:"
20
+
content: "Use your code to unlock the bootloader of your device. Type in the full 18 character code starting with 0x (Example: 0x3EC4F7AD6E0B32B6). If you already did that, you can skip this step."
21
21
command: "fastboot oem unlock <inputtext>"
22
22
allow_skip: True
23
23
- title: "Flash temporary recovery"
24
-
type: confirm_button
25
-
content: "Since the device resets completely, you will need to re-enable USB debugging to continue. Connect your device to your PC via USB."
24
+
type: call_button
25
+
content: "Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue. Connect your device to your PC via USB. Then confirm here to continue."
26
+
command: "fastboot reboot"
26
27
- title: "Flash temporary recovery"
27
28
type: call_button
28
-
content: "Reboot into bootloader"
29
+
content: "Now you have to reboot into bootloader again. Press the button to do it and continue once it is done."
29
30
command: "adb reboot bootloader"
30
31
allow_skip: True
31
32
- title: "Flash temporary recovery"
32
33
type: call_button
33
-
content: "Flash recovery image"
34
+
content: "Next, you need to flash a custom recovery image. Press the button to flash the selected image. Then continue."
34
35
command: "fastboot flash boot <recovery>"
35
36
- title: "Flash LineageOS"
36
37
type: call_button
37
-
content: "Boot into recovery"
38
+
content: "Now, boot into recovery by pressing the button. Once it's booted again, continue."
38
39
command: "fastboot reboot"
39
40
- title: "Flash LineageOS"
40
41
type: confirm_button
41
-
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."
42
+
content: "Now tap 'Wipe'. Then tap 'Format Data' and continue with the formatting process on your phone. This will remove encryption and delete all files stored in the internal storage. Then press the button to continue."
42
43
- title: "Flash LineageOS"
43
44
type: confirm_button
44
-
content: "Return to the previous menu and tap 'Advanced Wipe', then select the 'Cache' and 'System' partitions and then 'Swipe to Wipe'."
45
+
content: "Return to the previous menu and tap 'Advanced Wipe', then select the 'Cache' and 'System' partitions and then 'Swipe to Wipe' on the phone. Once it's finished, confirm here to continue."
45
46
- title: "Flash LineageOS"
46
47
type: confirm_button
47
-
content: "On the device, go back and select “Advanced”, “ADB Sideload”, then swipe to begin sideload. Then confirm here"
48
+
content: "On the device, go back to the main menu and select “Advanced”, “ADB Sideload”, then swipe to begin sideload. Then confirm here"
48
49
- title: "Flash LineageOS"
49
50
type: call_button
50
-
content: "Flash lineageOS image. Don't remove the USB-Cable!"
51
+
content: "By pressing the button, you flash lineageOS image now. This can take a while. Don't remove the USB-Cable!"
51
52
command: "adb sideload <image>"
52
53
- title: "Reboot"
53
54
type: call_button
54
-
content: "Reboot into OS"
55
-
command: "adb reboot"
56
-
- title: "Successfully finished flashing"
57
-
type: text
58
-
content: "Have fun with LineageOS!"
55
+
content: "As a final step, reboot into LineageOS to finish the installation by pressing the button."
0 commit comments