Skip to content

Commit

Permalink
sync herolte/hero2lte asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRGB committed Nov 23, 2023
1 parent 16fecfe commit 6a839c3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
19 changes: 12 additions & 7 deletions openandroidinstaller/assets/configs/hero2lte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@ metadata:
maintainer: Tobias Sterbak (tsterbak)
device_name: Samsung Galaxy S7 Edge
is_ab_device: false
device_code: hero2lte
device_code: hero2lte
supported_device_codes:
- hero2lte
- hero2lte
- hero2ltebmc
- hero2lteskt
- hero2ltektt
- hero2ltelgt
- hero2ltexx
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 +27,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*.
18 changes: 11 additions & 7 deletions openandroidinstaller/assets/configs/herolte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@ metadata:
maintainer: Tobias Sterbak (tsterbak)
device_name: Samsung Galaxy S7
is_ab_device: false
device_code: herolte
device_code: herolte
supported_device_codes:
- herolte
- herolte
- heroltexx
- heroltebmc
- herolteskt
- heroltektt
- heroltelgt
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 @@ -23,6 +27,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 6a839c3

Please sign in to comment.