Skip to content

Commit 7944c54

Browse files
committed
1 parent 5977f3f commit 7944c54

File tree

8 files changed

+38
-37
lines changed

8 files changed

+38
-37
lines changed

openandroidinstaller/assets/configs/starlte.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ steps:
1212
boot_recovery:
1313
- type: call_button
1414
content: >
15-
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
16-
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
15+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
16+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
1717
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
1818
command: adb_reboot_download
1919
- type: call_button
@@ -23,6 +23,6 @@ steps:
2323
command: heimdall_flash_recovery
2424
- type: confirm_button
2525
content: >
26-
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the Volume Down + Power buttons for 8~10 seconds
27-
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
28-
hold Volume Up + Bixby + Power.
26+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the Volume Down + Power buttons for 8~10 seconds
27+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
28+
hold Volume Up + Bixby + Power.

openandroidinstaller/assets/configs/sunfish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: Pixel 4a
44
is_ab_device: true
5-
device_code: sunfish
5+
device_code: sunfish
66
supported_device_codes:
7-
- sunfish
7+
- sunfish
88
additional_steps:
99
- dtbo
1010
requirements:
@@ -39,7 +39,7 @@ steps:
3939
content: >
4040
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue.
4141
boot_recovery:
42-
- type: confirm_button
42+
- type: confirm_button
4343
content: >
4444
Now you need to boot a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
4545
adapting and repairing of the operating system.
@@ -54,4 +54,4 @@ steps:
5454
img: twrp-start.jpeg
5555
content: >
5656
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
57-
command: fastboot_boot_recovery
57+
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/taimen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: Google Pixel 2 XL
44
is_ab_device: true
5-
device_code: taimen
5+
device_code: taimen
66
supported_device_codes:
7-
- taimen
7+
- taimen
88
requirements:
99
android: 11
1010
steps:
@@ -41,4 +41,4 @@ steps:
4141
img: twrp-start.jpeg
4242
content: >
4343
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue.
44-
command: fastboot_boot_recovery
44+
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/walleye.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: Google Pixel 2
44
is_ab_device: true
5-
device_code: walleye
5+
device_code: walleye
66
supported_device_codes:
7-
- walleye
7+
- walleye
88
requirements:
99
android: 11
1010
steps:
@@ -41,4 +41,4 @@ steps:
4141
img: twrp-start.jpeg
4242
content: >
4343
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue.
44-
command: fastboot_boot_recovery
44+
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/yuga.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- type: link_button_with_confirm
2121
content: >
2222
Click on the button to open the instructions on Sonys official unlocking website to generate an unlock code for your bootloader.
23-
Once you got the code write it down somewhere and continue to input the code.
23+
Once you got the code write it down somewhere and continue to input the code.
2424
link: https://developer.sonymobile.com/unlockbootloader/unlock-yourboot-loader/
2525
- type: confirm_button
2626
content: >
@@ -36,7 +36,7 @@ steps:
3636
command: fastboot_unlock_with_code
3737
- type: call_button
3838
content: >
39-
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
39+
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
4040
Connect your device to your PC via USB. Then confirm here to continue.
4141
command: fastboot_reboot
4242
boot_recovery:
@@ -47,4 +47,4 @@ steps:
4747
- type: call_button
4848
content: >
4949
Next, you need to boot a custom recovery image. Press the button to flash the selected image. Then continue.
50-
command: fastboot_flash_boot
50+
command: fastboot_flash_boot

openandroidinstaller/assets/configs/z3.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: Sony Xperia Z3
4-
is_ab_device: false
5-
device_code: z3
4+
is_ab_device: false
5+
device_code: z3
66
supported_device_codes:
7-
- z3
7+
- z3
88
requirements:
99
firmware: 23.5.A.1.291
1010
steps:
@@ -21,7 +21,7 @@ steps:
2121
- type: link_button_with_confirm
2222
content: >
2323
Click on the button to open the instructions on Sonys official unlocking website to generate an unlock code for your bootloader.
24-
Once you got the code write it down somewhere and continue to input the code.
24+
Once you got the code write it down somewhere and continue to input the code.
2525
link: https://developer.sonymobile.com/unlockbootloader/unlock-yourboot-loader/
2626
- type: confirm_button
2727
content: >
@@ -37,7 +37,7 @@ steps:
3737
command: fastboot_unlock_with_code
3838
- type: call_button
3939
content: >
40-
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
40+
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
4141
Connect your device to your PC via USB. Then confirm here to continue.
4242
command: fastboot_reboot
4343
boot_recovery:
@@ -48,4 +48,4 @@ steps:
4848
- type: call_button
4949
content: >
5050
Next, you need to boot a custom recovery image. Press the button to flash the selected image. Then continue.
51-
command: fastboot_flash_boot
51+
command: fastboot_flash_boot

openandroidinstaller/assets/configs/zerofltexx.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: Samsung Galaxy S6
44
is_ab_device: false
5-
device_code: zerofltexx
5+
device_code: zerofltexx
66
supported_device_codes:
7-
- zerofltexx
7+
- zerofltexx
8+
- zeroflte
89
steps:
910
unlock_bootloader:
1011
boot_recovery:
1112
- type: call_button
1213
content: >
13-
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
14-
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
14+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
15+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
1516
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
1617
command: adb_reboot_download
1718
- type: call_button
@@ -22,6 +23,6 @@ steps:
2223
- type: confirm_button
2324
img: samsung-buttons.png
2425
content: >
25-
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
26-
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
27-
hold *Volume Up* + *Home* + *Power button*.
26+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
27+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
28+
hold *Volume Up* + *Home* + *Power button*.

openandroidinstaller/assets/configs/zeroltexx.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: Samsung Galaxy S6 Edge
44
is_ab_device: false
5-
device_code: zeroltexx
5+
device_code: zeroltexx
66
supported_device_codes:
77
- zeroltexx
88
- zerolte
@@ -11,8 +11,8 @@ steps:
1111
boot_recovery:
1212
- type: call_button
1313
content: >
14-
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
15-
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
14+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
15+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
1616
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
1717
command: adb_reboot_download
1818
- type: call_button
@@ -23,6 +23,6 @@ steps:
2323
- type: confirm_button
2424
img: samsung-buttons.png
2525
content: >
26-
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
27-
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
28-
hold *Volume Up* + *Home* + *Power button*.
26+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
27+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
28+
hold *Volume Up* + *Home* + *Power button*.

0 commit comments

Comments
 (0)