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/beyond1lte.yaml
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,26 @@ requirements:
6
6
android: 12
7
7
steps:
8
8
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.
9
24
flash_recovery:
10
25
- type: call_button
11
26
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.
15
29
command: adb_reboot_download
16
30
- type: call_button
17
31
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.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/d1.yaml
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,26 @@ requirements:
6
6
android: 12
7
7
steps:
8
8
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.
9
24
flash_recovery:
10
25
- type: call_button
11
26
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.
15
29
command: adb_reboot_download
16
30
- type: call_button
17
31
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