File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
openandroidinstaller/assets/configs Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,14 @@ steps:
2626 The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
2727 You don't need to re-enable those options, if you have a custom recovery. (See last step.)
2828 When you are done, press continue.
29- flash_recovery :
29+ boot_recovery :
3030 - type : call_button
3131 content : >
32- Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
32+ Now you need to boot a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
3333 adapting and repairing of the operating system.
3434 Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3535 command : adb_reboot_bootloader
3636 - type : call_button
3737 content : >
38- Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
39- Notice: In some cases the bootloader won't boot into the flashed recovery automatically, but rather boot the normal system.
40- If this happens, please run the following command via adb and wait for a moment: `adb reboot recovery`
41- Now click 'Continue'.
42- command : fastboot_flash_recovery
38+ Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
39+ command : fastboot_boot_recovery
Original file line number Diff line number Diff line change @@ -26,17 +26,14 @@ steps:
2626 The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
2727 You don't need to re-enable those options, if you have a custom recovery. (See last step.)
2828 When you are done, press continue.
29- flash_recovery :
29+ boot_recovery :
3030 - type : call_button
3131 content : >
32- Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
32+ Now you need to boot a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
3333 adapting and repairing of the operating system.
3434 Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3535 command : adb_reboot_bootloader
3636 - type : call_button
3737 content : >
38- Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
39- Notice: In some cases the bootloader won't boot into the flashed recovery automatically, but rather boot the normal system.
40- If this happens, please run the following command via adb and wait for a moment: `adb reboot recovery`
41- Now click 'Continue'.
42- command : fastboot_flash_recovery
38+ Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
39+ command : fastboot_boot_recovery
You can’t perform that action at this time.
0 commit comments