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: Press 'Confirm and run' to reboot into the bootloader.
16
+
command: adb_reboot_bootloader
17
+
- type: confirm_button
18
+
content: >
19
+
Select 'Restart bootloader' on your smartphone screen by pressing the volume button and the confirm by pushing the power button.
20
+
Then press 'Confirm and continue' here.
21
+
- type: call_button
22
+
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
23
+
command: fastboot_unlock
24
+
- type: confirm_button
25
+
content: >
26
+
Follow the instructions on the Fairphone screen. This command will wipe all the personal data on your phone.
27
+
- type: call_button
28
+
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
29
+
command: fastboot_reboot
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
+
flash_recovery:
33
+
- type: confirm_button
34
+
content: >
35
+
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
36
+
adapting and repairing of the operating system.
37
+
- type: call_button
38
+
content: Turn on your device. Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
39
+
command: adb_reboot_bootloader
40
+
- type: call_button
41
+
content: Once the device is in fastboot mode, flash the custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
42
+
command: fastboot_flash_recovery
43
+
- type: confirm_button
44
+
content: >
45
+
Now reboot into recovery to verify the installation. Do not reboot into the existing OS, since it will overwrite the recovery you just installed!
46
+
With the device powered off, hold 'Volume Up + Power'. Release when boot logo appears.
47
+
install_os:
48
+
- type: call_button
49
+
content: >
50
+
In the next steps, you finally flash the selected OS image.
51
+
Wait until the TWRP screen appears. Then run the command.
52
+
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
53
+
in the internal storage. Then the OS image will be installed. This might take a while. At the end your phone will boot into the new OS.
0 commit comments