Skip to content

Commit

Permalink
Update configs for beyond1lte and d1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Feb 24, 2023
1 parent d279f1d commit b97c9cd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
20 changes: 17 additions & 3 deletions openandroidinstaller/assets/configs/beyond1lte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
20 changes: 17 additions & 3 deletions openandroidinstaller/assets/configs/d1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b97c9cd

Please sign in to comment.