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
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
+
Press 'Confirm and run' to reboot into the bootloader.
14
+
command: adb_reboot_bootloader
15
+
- type: call_button
16
+
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
17
+
command: fastboot_oem_unlock
18
+
- type: confirm_button
19
+
content: >
20
+
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
21
+
Please take whatever actions the device asks you to to proceed.
22
+
- type: call_button
23
+
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
24
+
command: fastboot_reboot
25
+
- type: confirm_button
26
+
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
27
+
flash_recovery:
28
+
- type: call_button
29
+
content: >
30
+
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
31
+
adapting and repairing of the operating system.
32
+
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
33
+
command: adb_reboot_bootloader
34
+
- type: call_button
35
+
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
36
+
command: fastboot_flash_recovery
37
+
- type: call_button
38
+
command: adb_twrp_copy_partitions
39
+
content: >
40
+
In some cases, the inactive slot can be unpopulated or contain much older firmware than the active slot, leading to various issues including a potential hard-brick.
41
+
We can ensure none of that will happen by copying the contents of the active slot to the inactive slot. Press 'confirm and run' to to this. Once you are in the bootloader again, continue.
42
+
- type: call_button
43
+
command: fastboot_flash_recovery
44
+
content: >
45
+
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
46
+
install_os:
47
+
- type: call_button
48
+
content: >
49
+
In this last step, you finally flash the selected OS image.
50
+
Wait until the TWRP screen appears. Then run the command.
51
+
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
52
+
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
0 commit comments