Skip to content

Commit b12f239

Browse files
committed
Removed extra reboot step
1 parent faf315f commit b12f239

File tree

10 files changed

+30
-80
lines changed

10 files changed

+30
-80
lines changed

openandroidinstaller/assets/configs/avicii.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ steps:
1616
Press 'Confirm and run' to reboot into the bootloader.
1717
command: adb_reboot_bootloader
1818
- type: call_button
19-
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
20-
command: fastboot_oem_unlock
21-
- type: confirm_button
2219
content: >
23-
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
24-
Please take whatever actions the device asks you to to proceed.
25-
- type: call_button
26-
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
27-
command: fastboot_reboot
20+
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
21+
Once it's done, press continue here.
22+
command: fastboot_oem_unlock
2823
- type: confirm_button
2924
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
3025
boot_recovery:

openandroidinstaller/assets/configs/cheeseburger.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@ steps:
1515
Press 'Confirm and run' to reboot into the bootloader.
1616
command: adb_reboot_bootloader
1717
- type: call_button
18-
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
19-
command: fastboot_oem_unlock
20-
- type: confirm_button
2118
content: >
22-
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
23-
Please take whatever actions the device asks you to to proceed.
24-
- type: call_button
25-
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
26-
command: fastboot_reboot
19+
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
20+
Once it's done, press continue here.
21+
command: fastboot_oem_unlock
2722
- type: confirm_button
2823
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
2924
boot_recovery:

openandroidinstaller/assets/configs/dre.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ steps:
1616
Press 'Confirm and run' to reboot into the bootloader.
1717
command: adb_reboot_bootloader
1818
- type: call_button
19-
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
20-
command: fastboot_oem_unlock
21-
- type: confirm_button
2219
content: >
23-
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
24-
Please take whatever actions the device asks you to to proceed.
25-
- type: call_button
26-
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
27-
command: fastboot_reboot
20+
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
21+
Once it's done, press continue here.
22+
command: fastboot_oem_unlock
2823
- type: confirm_button
2924
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
3025
boot_recovery:

openandroidinstaller/assets/configs/dumpling.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@ steps:
1515
Press 'Confirm and run' to reboot into the bootloader.
1616
command: adb_reboot_bootloader
1717
- type: call_button
18-
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
19-
command: fastboot_oem_unlock
20-
- type: confirm_button
2118
content: >
22-
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
23-
Please take whatever actions the device asks you to to proceed.
24-
- type: call_button
25-
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
26-
command: fastboot_reboot
19+
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
20+
Once it's done, press continue here.
21+
command: fastboot_oem_unlock
2722
- type: confirm_button
2823
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
2924
boot_recovery:

openandroidinstaller/assets/configs/enchilada.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ steps:
1616
Press 'Confirm and run' to reboot into the bootloader.
1717
command: adb_reboot_bootloader
1818
- type: call_button
19-
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
20-
command: fastboot_oem_unlock
21-
- type: confirm_button
2219
content: >
23-
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
24-
Please take whatever actions the device asks you to to proceed.
25-
- type: call_button
26-
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
27-
command: fastboot_reboot
20+
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
21+
Once it's done, press continue here.
22+
command: fastboot_oem_unlock
2823
- type: confirm_button
2924
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
3025
boot_recovery:

openandroidinstaller/assets/configs/fajita.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ steps:
1616
Press 'Confirm and run' to reboot into the bootloader.
1717
command: adb_reboot_bootloader
1818
- type: call_button
19-
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
20-
command: fastboot_oem_unlock
21-
- type: confirm_button
2219
content: >
23-
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
24-
Please take whatever actions the device asks you to to proceed.
25-
- type: call_button
26-
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
27-
command: fastboot_reboot
20+
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
21+
Once it's done, press continue here.
22+
command: fastboot_oem_unlock
2823
- type: confirm_button
2924
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
3025
boot_recovery:

openandroidinstaller/assets/configs/guacamole.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ steps:
1616
Press 'Confirm and run' to reboot into the bootloader.
1717
command: adb_reboot_bootloader
1818
- type: call_button
19-
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
20-
command: fastboot_oem_unlock
21-
- type: confirm_button
2219
content: >
23-
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
24-
Please take whatever actions the device asks you to to proceed.
25-
- type: call_button
26-
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
27-
command: fastboot_reboot
20+
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
21+
Once it's done, press continue here.
22+
command: fastboot_oem_unlock
2823
- type: confirm_button
2924
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
3025
boot_recovery:

openandroidinstaller/assets/configs/guacamoleb.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ steps:
1616
Press 'Confirm and run' to reboot into the bootloader.
1717
command: adb_reboot_bootloader
1818
- type: call_button
19-
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
20-
command: fastboot_oem_unlock
21-
- type: confirm_button
2219
content: >
23-
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
24-
Please take whatever actions the device asks you to to proceed.
25-
- type: call_button
26-
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
27-
command: fastboot_reboot
20+
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
21+
Once it's done, press continue here.
22+
command: fastboot_oem_unlock
2823
- type: confirm_button
2924
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
3025
boot_recovery:

openandroidinstaller/assets/configs/hotdog.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ steps:
1616
Press 'Confirm and run' to reboot into the bootloader.
1717
command: adb_reboot_bootloader
1818
- type: call_button
19-
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
20-
command: fastboot_oem_unlock
21-
- type: confirm_button
2219
content: >
23-
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
24-
Please take whatever actions the device asks you to to proceed.
25-
- type: call_button
26-
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
27-
command: fastboot_reboot
20+
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
21+
Once it's done, press continue here.
22+
command: fastboot_oem_unlock
2823
- type: confirm_button
2924
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
3025
boot_recovery:

openandroidinstaller/assets/configs/hotdogb.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ steps:
1616
Press 'Confirm and run' to reboot into the bootloader.
1717
command: adb_reboot_bootloader
1818
- type: call_button
19-
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
20-
command: fastboot_oem_unlock
21-
- type: confirm_button
2219
content: >
23-
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
24-
Please take whatever actions the device asks you to to proceed.
25-
- type: call_button
26-
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
27-
command: fastboot_reboot
20+
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
21+
Once it's done, press continue here.
22+
command: fastboot_oem_unlock
2823
- type: confirm_button
2924
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
3025
boot_recovery:

0 commit comments

Comments
 (0)