Skip to content

Commit 6426e1d

Browse files
committed
1 parent 2f3608a commit 6426e1d

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

openandroidinstaller/assets/configs/kiev.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: Motorola moto g 5G / one 5G ace
44
is_ab_device: true
5-
device_code: kiev
5+
device_code: kiev
66
supported_device_codes:
7-
- kiev
7+
- kiev
88
steps:
99
unlock_bootloader:
10-
- type: call_button
10+
- type: call_button
1111
content: >
1212
As a first step, you need to unlock the bootloader of your device. A bootloader is the piece of software, that tells your phone
1313
how to start and run an operating system (like Android). You need to boot into fastboot mode by pressing the 'Confirm and run' button. Then continue.
1414
command: adb_reboot_bootloader
15-
- type: call_button
15+
- type: call_button
1616
content: >
1717
Now you need to get your device ID to get an unlock code from Motorola. Press 'Confirm and run' to get the ID. (You need to toggle 'Advanced Output' here to see it.)
1818
Copy it to a separate file to use it in the next step.
@@ -35,7 +35,7 @@ steps:
3535
command: fastboot_unlock_with_code
3636
- type: call_button
3737
content: >
38-
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
38+
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
3939
Connect your device to your PC via USB. Then confirm here to continue.
4040
command: fastboot_reboot
4141
boot_recovery:
@@ -59,4 +59,4 @@ steps:
5959
img: twrp-start.jpeg
6060
content: >
6161
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
62-
command: fastboot_boot_recovery
62+
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/kirin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
- type: link_button_with_confirm
2020
content: >
2121
Click on the button to open the instructions on Sonys official unlocking website to generate an unlock code for your bootloader.
22-
Once you got the code write it down somewhere and continue to input the code.
22+
Once you got the code write it down somewhere and continue to input the code.
2323
link: https://developer.sonymobile.com/unlockbootloader/unlock-yourboot-loader/
2424
- type: confirm_button
2525
content: >
@@ -35,7 +35,7 @@ steps:
3535
command: fastboot_unlock_with_code
3636
- type: call_button
3737
content: >
38-
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
38+
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
3939
Connect your device to your PC via USB. Then confirm here to continue.
4040
command: fastboot_reboot
4141
boot_recovery:
@@ -57,4 +57,4 @@ steps:
5757
- type: call_button
5858
content: >
5959
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
60-
command: fastboot_flash_boot
60+
command: fastboot_flash_boot
Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: Samsung Galaxy S5 LTE
4-
is_ab_device: false
4+
is_ab_device: false
55
device_code: klte
66
supported_device_codes:
7-
- klte
7+
- klte
8+
- klteacg
9+
- kltecan
10+
- kltetmo
11+
- klteub
12+
- klteusc
13+
- kltevzw
14+
- kltexx
815
steps:
916
unlock_bootloader:
1017
boot_recovery:
1118
- type: call_button
1219
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.
20+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
21+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
1522
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
1623
command: adb_reboot_download
1724
- type: call_button
@@ -22,6 +29,6 @@ steps:
2229
- type: confirm_button
2330
img: samsung-buttons.png
2431
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*.
32+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
33+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
34+
hold *Volume Up* + *Home* + *Power button*.

0 commit comments

Comments
 (0)