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
This PR adds:
- a debug mode (addressing #27)
- basic tests for the full app
- Open Feedback page when finishing the install process
- fix for #48
Support for new devices:
- Fairphone 4
- Samsung Galaxy Note 3 LTE (#46)
- Google Pixel 4 XL
- Google Pixel 3a XL (#38)
- Google Pixel 3 XL
- Google Pixel 3
- Google Pixel 2 XL
- Google Pixel 2
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.
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.
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_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 your phone screen looks like the picture on the left, continue.
36
+
command: fastboot_flash_recovery
37
+
img: twrp-start.jpeg
38
+
install_os:
39
+
- type: call_button
40
+
content: >
41
+
In the next steps, you finally flash the selected OS image.
42
+
Wait until the TWRP screen appears. Then run the command.
43
+
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
44
+
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.
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_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 your phone screen looks like the picture on the left, continue.
36
+
command: fastboot_flash_recovery
37
+
img: twrp-start.jpeg
38
+
install_os:
39
+
- type: call_button
40
+
content: >
41
+
In the next steps, you finally flash the selected OS image.
42
+
Wait until the TWRP screen appears. Then run the command.
43
+
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
44
+
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