Skip to content

Commit b97c9cd

Browse files
committed
Update configs for beyond1lte and d1
1 parent d279f1d commit b97c9cd

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

openandroidinstaller/assets/configs/beyond1lte.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,26 @@ requirements:
66
android: 12
77
steps:
88
unlock_bootloader:
9+
- type: call_button
10+
content: >
11+
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
12+
how to start and run an operating system (like Android). Your device should be turned on.
13+
Press 'Confirm and run' to reboot into download mode. Then continue.
14+
command: adb_reboot_download
15+
- type: confirm_button
16+
content: >
17+
Now, click the button that the onscreen instructions correlate to “Continue” and/or “Unlock Bootloader”.
18+
Your device will reboot, you may now unplug the USB cable from your device.
19+
The device will demand you format userdata, please follow the onscreen instructions to do so.
20+
- type: confirm_button
21+
content: >
22+
The bootloader is now unlocked. Go through Android Setup skipping everything you can, then connect the device to a Wi-Fi network.
23+
Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
924
flash_recovery:
1025
- type: call_button
1126
content: >
12-
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
13-
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
14-
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
27+
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.
28+
Then press 'Confirm and run' to reboot into download mode. Continue once it's done.
1529
command: adb_reboot_download
1630
- type: call_button
1731
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.

openandroidinstaller/assets/configs/d1.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,26 @@ requirements:
66
android: 12
77
steps:
88
unlock_bootloader:
9+
- type: call_button
10+
content: >
11+
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
12+
how to start and run an operating system (like Android). Your device should be turned on.
13+
Press 'Confirm and run' to reboot into download mode. Then continue.
14+
command: adb_reboot_download
15+
- type: confirm_button
16+
content: >
17+
Now, click the button that the onscreen instructions correlate to “Continue” and/or “Unlock Bootloader”.
18+
Your device will reboot, you may now unplug the USB cable from your device.
19+
The device will demand you format userdata, please follow the onscreen instructions to do so.
20+
- type: confirm_button
21+
content: >
22+
The bootloader is now unlocked. Go through Android Setup skipping everything you can, then connect the device to a Wi-Fi network.
23+
Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
924
flash_recovery:
1025
- type: call_button
1126
content: >
12-
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
13-
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
14-
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
27+
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.
28+
Then press 'Confirm and run' to reboot into download mode. Continue once it's done.
1529
command: adb_reboot_download
1630
- type: call_button
1731
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.

0 commit comments

Comments
 (0)