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
@@ -191,7 +192,7 @@ If you want to use the tool for a non-supported smartphone, the fastest way is t
191
192
192
193
#### Content of a config file
193
194
194
-
A config file consists of two parts. The first part are some metadata about the device and the second parts are the steps to unlock the bootloader, flash a recovery and install the ROMs.
195
+
A config file consists of two parts. The first part are some metadata about the device and the second parts are the steps to unlock the bootloader, boot a recovery and install the ROMs.
195
196
196
197
##### How to write Metadata
197
198
Every config file should have metadata with the following fields:
@@ -214,7 +215,7 @@ Every step in the config file corresponds to one view in the application. These
214
215
-`call_button_with_input`: Display the content text, an input field and a button that runs a given command. The inputtext, can be used in the command by using the `<inputtext>` placeholder in the command field. After the command is run, a confirm button is displayed to allow the user to move to the next step.
215
216
-`link_button_with_confirm`: Display a button that opens a browser with a given link, confirm afterwards. Link is given in `link`.
216
217
-`content`: str; The content text displayed alongside the action of the step. Used to inform the user about whats going on.
217
-
-`command`: [ONLY for call_button* steps] str; The command to run. One of `adb_reboot`, `adb_reboot_bootloader`, `adb_reboot_download`, `adb_sideload`, `adb_twrp_wipe_and_install`, `adb_twrp_copy_partitions`, `fastboot_flash_recovery`, `fastboot_unlock_with_code`, `fastboot_unlock`, `fastboot_oem_unlock`, `fastboot_get_unlock_data`, `fastboot_reboot`, `heimdall_flash_recovery`.
218
+
-`command`: [ONLY for call_button* steps] str; The command to run. One of `adb_reboot`, `adb_reboot_bootloader`, `adb_reboot_download`, `adb_sideload`, `adb_twrp_wipe_and_install`, `adb_twrp_copy_partitions`, `fastboot_boot_recovery`, `fastboot_unlock_with_code`, `fastboot_unlock`, `fastboot_oem_unlock`, `fastboot_get_unlock_data`, `fastboot_reboot`, `heimdall_flash_recovery`.
218
219
-`img`: [OPTIONAL] Display an image on the left pane of the step view. Images are loaded from `openandroidinstaller/assets/imgs/`.
219
220
-`allow_skip`: [OPTIONAL] boolean; If a skip button should be displayed to allow skipping this step. Can be useful when the bootloader is already unlocked.
220
221
-`link`: [OPTIONAL] Link to use for the link button if type is `link_button_with_confirm`.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/FP3.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,17 @@ steps:
31
31
command: fastboot_reboot
32
32
- type: confirm_button
33
33
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue.
34
-
flash_recovery:
34
+
boot_recovery:
35
35
- type: confirm_button
36
36
content: >
37
-
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
37
+
Now you need to boot a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
38
38
adapting and repairing of the operating system.
39
39
- type: call_button
40
40
content: Turn on your device. Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
41
41
command: adb_reboot_bootloader
42
42
- type: call_button
43
43
content: Once the device is in fastboot mode, flash the custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
44
-
command: fastboot_flash_recovery
44
+
command: fastboot_boot_recovery
45
45
- type: confirm_button
46
46
content: >
47
47
Now reboot into recovery to verify the installation. Do not reboot into the existing OS, since it will overwrite the recovery you just installed!
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/FP4.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,17 @@ steps:
31
31
command: fastboot_reboot
32
32
- type: confirm_button
33
33
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue.
34
-
flash_recovery:
34
+
boot_recovery:
35
35
- type: confirm_button
36
36
content: >
37
-
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
37
+
Now you need to boot a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
38
38
adapting and repairing of the operating system.
39
39
- type: call_button
40
40
content: Turn on your device. Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
41
41
command: adb_reboot_bootloader
42
42
- type: call_button
43
43
content: Once the device is in fastboot mode, flash the custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
44
-
command: fastboot_flash_recovery
44
+
command: fastboot_boot_recovery
45
45
- type: confirm_button
46
46
content: >
47
47
Now reboot into recovery to verify the installation. Do not reboot into the existing OS, since it will overwrite the recovery you just installed!
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/a5xelte.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ metadata:
6
6
- a5xelte
7
7
steps:
8
8
unlock_bootloader:
9
-
flash_recovery:
9
+
boot_recovery:
10
10
- type: call_button
11
11
content: >
12
12
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
13
13
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
14
14
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
15
15
command: adb_reboot_download
16
16
- type: call_button
17
-
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.
17
+
content: In this step, you need to boot 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/a72q.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ metadata:
6
6
- a72q
7
7
steps:
8
8
unlock_bootloader:
9
-
flash_recovery:
9
+
boot_recovery:
10
10
- type: call_button
11
11
content: >
12
12
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
13
13
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
14
14
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
15
15
command: adb_reboot_download
16
16
- type: call_button
17
-
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.
17
+
content: In this step, you need to boot 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/a7xelte.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ metadata:
6
6
- a7xelte
7
7
steps:
8
8
unlock_bootloader:
9
-
flash_recovery:
9
+
boot_recovery:
10
10
- type: call_button
11
11
content: >
12
12
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
13
13
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
14
14
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
15
15
command: adb_reboot_download
16
16
- type: call_button
17
-
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.
17
+
content: In this step, you need to boot a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue.
0 commit comments