Skip to content

Commit 4f29c2e

Browse files
committed
Add config for Google pixel 3a
1 parent 94cea8e commit 4f29c2e

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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+
- title: "Unlock the bootloader"
9+
type: confirm_button
10+
content: "Turn on your device and wait until its fully booted."
11+
- title: "Unlock the bootloader"
12+
type: call_button
13+
content: "Reboot into bootloader"
14+
command: "adb reboot bootloader"
15+
- title: "Unlock the bootloader"
16+
type: confirm_button
17+
content: "Select 'Restart bootloader' on your smartphone screen. Then confirm"
18+
- title: "Unlock the bootloader"
19+
type: call_button
20+
content: "Unlock the bootloader now:"
21+
command: "fastboot flashing unlock"
22+
- title: "Unlock the bootloader"
23+
type: confirm_button
24+
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+
- title: "Unlock the bootloader"
26+
type: call_button
27+
content: "Reboot the phone"
28+
command: "adb reboot"
29+
- title: "Unlock the bootloader"
30+
type: confirm_button
31+
content: "The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue."
32+
- title: "Flash custom recovery"
33+
type: call_button
34+
content: "Reboot into bootloader"
35+
command: "adb reboot bootloader"
36+
- title: "Flash custom recovery"
37+
type: confirm_button
38+
content: "Select 'Restart bootloader' on your smartphone screen. Then confirm"
39+
- title: "Flash custom recovery"
40+
type: call_button
41+
content: "Flash custom recovery (temporarily)"
42+
command: "fastboot flash boot recovery"
43+
- title: "Flash LineageOS"
44+
type: call_button
45+
content: "Boot into recovery"
46+
command: "fastboot reboot"
47+
- title: "Flash LineageOS"
48+
type: confirm_button
49+
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."
50+
- title: "Flash LineageOS"
51+
type: confirm_button
52+
content: "Return to the previous menu and tap 'Advanced Wipe', then select the 'Cache' and 'System' partitions and then 'Swipe to Wipe'."
53+
- title: "Flash LineageOS"
54+
type: confirm_button
55+
content: "On the device, go back and select “Advanced”, “ADB Sideload”, then swipe to begin sideload. Then confirm here"
56+
- title: "Flash LineageOS"
57+
type: call_button
58+
content: "Flash lineageOS image. Don't remove the USB-Cable!"
59+
command: "adb sideload image"
60+
- title: "Reboot"
61+
type: call_button
62+
content: "Reboot into OS"
63+
command: "adb reboot"
64+
- title: "Successfully finished flashing"
65+
type: text
66+
content: "Have fun with LineageOS!"

0 commit comments

Comments
 (0)