Skip to content

Commit

Permalink
sync klte asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRGB committed Nov 27, 2023
1 parent 2f3608a commit 6426e1d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
12 changes: 6 additions & 6 deletions openandroidinstaller/assets/configs/kiev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ metadata:
maintainer: Tobias Sterbak (tsterbak)
device_name: Motorola moto g 5G / one 5G ace
is_ab_device: true
device_code: kiev
device_code: kiev
supported_device_codes:
- kiev
- kiev
steps:
unlock_bootloader:
- type: call_button
- type: call_button
content: >
As a first step, you need to unlock the bootloader of your device. A bootloader is the piece of software, that tells your phone
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.
command: adb_reboot_bootloader
- type: call_button
- type: call_button
content: >
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.)
Copy it to a separate file to use it in the next step.
Expand All @@ -35,7 +35,7 @@ steps:
command: fastboot_unlock_with_code
- type: call_button
content: >
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
Connect your device to your PC via USB. Then confirm here to continue.
command: fastboot_reboot
boot_recovery:
Expand All @@ -59,4 +59,4 @@ steps:
img: twrp-start.jpeg
content: >
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
command: fastboot_boot_recovery
command: fastboot_boot_recovery
6 changes: 3 additions & 3 deletions openandroidinstaller/assets/configs/kirin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
- type: link_button_with_confirm
content: >
Click on the button to open the instructions on Sonys official unlocking website to generate an unlock code for your bootloader.
Once you got the code write it down somewhere and continue to input the code.
Once you got the code write it down somewhere and continue to input the code.
link: https://developer.sonymobile.com/unlockbootloader/unlock-yourboot-loader/
- type: confirm_button
content: >
Expand All @@ -35,7 +35,7 @@ steps:
command: fastboot_unlock_with_code
- type: call_button
content: >
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
Connect your device to your PC via USB. Then confirm here to continue.
command: fastboot_reboot
boot_recovery:
Expand All @@ -57,4 +57,4 @@ steps:
- type: call_button
content: >
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
command: fastboot_flash_boot
command: fastboot_flash_boot
21 changes: 14 additions & 7 deletions openandroidinstaller/assets/configs/klte.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
metadata:
maintainer: Tobias Sterbak (tsterbak)
device_name: Samsung Galaxy S5 LTE
is_ab_device: false
is_ab_device: false
device_code: klte
supported_device_codes:
- klte
- klte
- klteacg
- kltecan
- kltetmo
- klteub
- klteusc
- kltevzw
- kltexx
steps:
unlock_bootloader:
boot_recovery:
- type: call_button
content: >
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
command: adb_reboot_download
- type: call_button
Expand All @@ -22,6 +29,6 @@ steps:
- type: confirm_button
img: samsung-buttons.png
content: >
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
hold *Volume Up* + *Home* + *Power button*.
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
hold *Volume Up* + *Home* + *Power button*.

0 comments on commit 6426e1d

Please sign in to comment.