diff --git a/openandroidinstaller/assets/configs/beyond1lte.yaml b/openandroidinstaller/assets/configs/beyond1lte.yaml index 6deef617..df6f9f0c 100644 --- a/openandroidinstaller/assets/configs/beyond1lte.yaml +++ b/openandroidinstaller/assets/configs/beyond1lte.yaml @@ -6,12 +6,26 @@ requirements: android: 12 steps: unlock_bootloader: + - type: call_button + content: > + As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone + how to start and run an operating system (like Android). Your device should be turned on. + Press 'Confirm and run' to reboot into download mode. Then continue. + command: adb_reboot_download + - type: confirm_button + content: > + Now, click the button that the onscreen instructions correlate to “Continue” and/or “Unlock Bootloader”. + Your device will reboot, you may now unplug the USB cable from your device. + The device will demand you format userdata, please follow the onscreen instructions to do so. + - type: confirm_button + content: > + The bootloader is now unlocked. Go through Android Setup skipping everything you can, then connect the device to a Wi-Fi network. + Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. flash_recovery: - type: call_button content: > - As a first step, you need to boot into the bootloader. A bootloader is the piece of software, - that tells your phone who to start and run an operating system (like Android). Your device should be turned on. - Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done. + Now plug the USB-cable to your device. As a first step, you need to boot into download mode. Your device should be turned on. + Then press 'Confirm and run' to reboot into download mode. Continue once it's done. command: adb_reboot_download - type: call_button content: In this step, you need to flash a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue. diff --git a/openandroidinstaller/assets/configs/d1.yaml b/openandroidinstaller/assets/configs/d1.yaml index 431d49a0..e785c9b1 100644 --- a/openandroidinstaller/assets/configs/d1.yaml +++ b/openandroidinstaller/assets/configs/d1.yaml @@ -6,12 +6,26 @@ requirements: android: 12 steps: unlock_bootloader: + - type: call_button + content: > + As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone + how to start and run an operating system (like Android). Your device should be turned on. + Press 'Confirm and run' to reboot into download mode. Then continue. + command: adb_reboot_download + - type: confirm_button + content: > + Now, click the button that the onscreen instructions correlate to “Continue” and/or “Unlock Bootloader”. + Your device will reboot, you may now unplug the USB cable from your device. + The device will demand you format userdata, please follow the onscreen instructions to do so. + - type: confirm_button + content: > + The bootloader is now unlocked. Go through Android Setup skipping everything you can, then connect the device to a Wi-Fi network. + Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. flash_recovery: - type: call_button content: > - As a first step, you need to boot into the bootloader. A bootloader is the piece of software, - that tells your phone who to start and run an operating system (like Android). Your device should be turned on. - Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done. + Now plug the USB-cable to your device. As a first step, you need to boot into download mode. Your device should be turned on. + Then press 'Confirm and run' to reboot into download mode. Continue once it's done. command: adb_reboot_download - type: call_button content: In this step, you need to flash a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue.