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
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/avicii.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ steps:
21
21
Once it's done, press continue here.
22
22
command: fastboot_oem_unlock
23
23
- type: confirm_button
24
-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
24
+
content: >
25
+
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
25
26
boot_recovery:
26
27
- type: call_button
27
28
content: >
@@ -30,14 +31,15 @@ steps:
30
31
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
31
32
command: adb_reboot_bootloader
32
33
- type: call_button
33
-
content: Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
+
content: >
35
+
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
36
command: fastboot_boot_recovery
35
37
- type: call_button
36
-
command: adb_twrp_copy_partitions
37
38
content: >
38
39
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.
39
40
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.
41
+
command: adb_twrp_copy_partitions
40
42
- type: call_button
41
-
command: fastboot_boot_recovery
42
43
content: >
43
-
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
44
+
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/cheeseburger.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ steps:
20
20
Once it's done, press continue here.
21
21
command: fastboot_oem_unlock
22
22
- type: confirm_button
23
-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
23
+
content: >
24
+
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
24
25
boot_recovery:
25
26
- type: call_button
26
27
content: >
@@ -29,5 +30,6 @@ steps:
29
30
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
30
31
command: adb_reboot_bootloader
31
32
- type: call_button
32
-
content: Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
33
+
content: >
34
+
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/dre.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ steps:
21
21
Once it's done, press continue here.
22
22
command: fastboot_oem_unlock
23
23
- type: confirm_button
24
-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
24
+
content: >
25
+
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
25
26
boot_recovery:
26
27
- type: call_button
27
28
content: >
@@ -30,14 +31,15 @@ steps:
30
31
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
31
32
command: adb_reboot_bootloader
32
33
- type: call_button
33
-
content: Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
+
content: >
35
+
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
36
command: fastboot_boot_recovery
35
37
- type: call_button
36
-
command: adb_twrp_copy_partitions
37
38
content: >
38
39
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.
39
40
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.
41
+
command: adb_twrp_copy_partitions
40
42
- type: call_button
41
-
command: fastboot_boot_recovery
42
43
content: >
43
-
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
44
+
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/dumpling.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ steps:
20
20
Once it's done, press continue here.
21
21
command: fastboot_oem_unlock
22
22
- type: confirm_button
23
-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
23
+
content: >
24
+
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
24
25
boot_recovery:
25
26
- type: call_button
26
27
content: >
@@ -29,5 +30,6 @@ steps:
29
30
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
30
31
command: adb_reboot_bootloader
31
32
- type: call_button
32
-
content: Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
33
+
content: >
34
+
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/enchilada.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ steps:
21
21
Once it's done, press continue here.
22
22
command: fastboot_oem_unlock
23
23
- type: confirm_button
24
-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
24
+
content: >
25
+
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
25
26
boot_recovery:
26
27
- type: call_button
27
28
content: >
@@ -30,14 +31,15 @@ steps:
30
31
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
31
32
command: adb_reboot_bootloader
32
33
- type: call_button
33
-
content: Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
+
content: >
35
+
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
36
command: fastboot_boot_recovery
35
37
- type: call_button
36
-
command: adb_twrp_copy_partitions
37
38
content: >
38
39
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.
39
40
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.
41
+
command: adb_twrp_copy_partitions
40
42
- type: call_button
41
-
command: fastboot_boot_recovery
42
43
content: >
43
-
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
44
+
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/fajita.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ steps:
21
21
Once it's done, press continue here.
22
22
command: fastboot_oem_unlock
23
23
- type: confirm_button
24
-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
24
+
content: >
25
+
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
25
26
boot_recovery:
26
27
- type: call_button
27
28
content: >
@@ -30,14 +31,15 @@ steps:
30
31
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
31
32
command: adb_reboot_bootloader
32
33
- type: call_button
33
-
content: Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
+
content: >
35
+
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
36
command: fastboot_boot_recovery
35
37
- type: call_button
36
-
command: adb_twrp_copy_partitions
37
38
content: >
38
39
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.
39
40
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.
41
+
command: adb_twrp_copy_partitions
40
42
- type: call_button
41
-
command: fastboot_boot_recovery
42
43
content: >
43
-
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
44
+
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/guacamole.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ steps:
21
21
Once it's done, press continue here.
22
22
command: fastboot_oem_unlock
23
23
- type: confirm_button
24
-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
24
+
content: >
25
+
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
25
26
boot_recovery:
26
27
- type: call_button
27
28
content: >
@@ -30,5 +31,6 @@ steps:
30
31
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
31
32
command: adb_reboot_bootloader
32
33
- type: call_button
33
-
content: Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
+
content: >
35
+
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/guacamoleb.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ steps:
21
21
Once it's done, press continue here.
22
22
command: fastboot_oem_unlock
23
23
- type: confirm_button
24
-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
24
+
content: >
25
+
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
25
26
boot_recovery:
26
27
- type: call_button
27
28
content: >
@@ -30,5 +31,6 @@ steps:
30
31
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
31
32
command: adb_reboot_bootloader
32
33
- type: call_button
33
-
content: Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
+
content: >
35
+
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/hotdog.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ steps:
21
21
Once it's done, press continue here.
22
22
command: fastboot_oem_unlock
23
23
- type: confirm_button
24
-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
24
+
content: >
25
+
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
25
26
boot_recovery:
26
27
- type: call_button
27
28
content: >
@@ -30,5 +31,6 @@ steps:
30
31
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
31
32
command: adb_reboot_bootloader
32
33
- type: call_button
33
-
content: Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
+
content: >
35
+
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/hotdogb.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ steps:
21
21
Once it's done, press continue here.
22
22
command: fastboot_oem_unlock
23
23
- type: confirm_button
24
-
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
24
+
content: >
25
+
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
25
26
boot_recovery:
26
27
- type: call_button
27
28
content: >
@@ -30,5 +31,6 @@ steps:
30
31
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
31
32
command: adb_reboot_bootloader
32
33
- type: call_button
33
-
content: Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
34
+
content: >
35
+
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
0 commit comments