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
Fix config for google pixal 3a; change the way image and recovery names are replaced from the config file; Update the readme with warnings and supported devices
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,20 @@
21
21
</p>
22
22
</div>
23
23
24
+
25
+
## Warning: Unlocking the bootloader will erase all data on your device!
26
+
This also includes your DRM keys, which are stored in the Trim Area partition (also called TA).
27
+
Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed.
28
+
If you wish to backup the TA partition first, you can find tutorials related to your device on the internet.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/Pixel 3a.yaml
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,4 @@
1
1
steps:
2
-
- title: "Enable developer options and OEM unlocking"
3
-
type: confirm_button
4
-
content: "Enable USB debugging on your device by enabling developer options. To do this, tap 5 times on the build number in the System-Menu in Settings. Then in developer options, toggle OEM unlocking and USB-Debugging."
5
-
- title: "Unlock the bootloader"
6
-
type: confirm_button
7
-
content: "Turn on developer options and OEM Unlock on your phone."
8
2
- title: "Unlock the bootloader"
9
3
type: confirm_button
10
4
content: "Turn on your device and wait until its fully booted."
@@ -19,13 +13,15 @@ steps:
19
13
type: call_button
20
14
content: "Unlock the bootloader now:"
21
15
command: "fastboot flashing unlock"
16
+
allow_skip: True
22
17
- title: "Unlock the bootloader"
23
18
type: confirm_button
24
19
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."
25
20
- title: "Unlock the bootloader"
26
21
type: call_button
27
22
content: "Reboot the phone"
28
-
command: "adb reboot"
23
+
command: "fastboot reboot"
24
+
allow_skip: True
29
25
- title: "Unlock the bootloader"
30
26
type: confirm_button
31
27
content: "The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue."
@@ -39,7 +35,7 @@ steps:
39
35
- title: "Flash custom recovery"
40
36
type: call_button
41
37
content: "Flash custom recovery (temporarily)"
42
-
command: "fastboot flash boot recovery"
38
+
command: "fastboot flash boot <recovery>"
43
39
- title: "Flash LineageOS"
44
40
type: call_button
45
41
content: "Boot into recovery"
@@ -56,7 +52,7 @@ steps:
56
52
- title: "Flash LineageOS"
57
53
type: call_button
58
54
content: "Flash lineageOS image. Don't remove the USB-Cable!"
content: "Unplug the USB cable from your device. Manually reboot into recovery. Press the Volume Down + Power buttons for 8~10 seconds until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off, hold Volume Up + Home + Power."
@@ -28,7 +25,7 @@ steps:
28
25
- title: "Flash LineageOS"
29
26
type: call_button
30
27
content: "Flash lineageOS image. Don't remove the USB-Cable!"
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/Xperia Z.yaml
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,4 @@
1
1
steps:
2
-
- title: "Unlock the bootloader"
3
-
type: confirm_button
4
-
content: "Enable USB debugging on your device by enabling developer options. To do this, tap 5 times on the build number in the System-Menu in Settings. Then in developer options, toggle OEM unlocking and USB-Debugging."
5
2
- title: "Unlock the bootloader"
6
3
type: confirm_button
7
4
content: "On the device, dial *#*#7378423#*#* (*#*#SERVICE#*#*) to launch the service menu."
@@ -21,7 +18,7 @@ steps:
21
18
- title: "Unlock the bootloader"
22
19
type: call_button_with_input
23
20
content: "Use your code to unlock the bootloader of your device:"
24
-
command: "fastboot oem unlock inputtext"
21
+
command: "fastboot oem unlock <inputtext>"
25
22
allow_skip: True
26
23
- title: "Flash temporary recovery"
27
24
type: confirm_button
@@ -34,7 +31,7 @@ steps:
34
31
- title: "Flash temporary recovery"
35
32
type: call_button
36
33
content: "Flash recovery image"
37
-
command: "fastboot flash boot recovery"
34
+
command: "fastboot flash boot <recovery>"
38
35
- title: "Flash LineageOS"
39
36
type: call_button
40
37
content: "Boot into recovery"
@@ -51,7 +48,7 @@ steps:
51
48
- title: "Flash LineageOS"
52
49
type: call_button
53
50
content: "Flash lineageOS image. Don't remove the USB-Cable!"
0 commit comments