Skip to content

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

openandroidinstaller/assets/configs/hero2lte.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: Samsung Galaxy S7 Edge
44
is_ab_device: false
5-
device_code: hero2lte
5+
device_code: hero2lte
66
supported_device_codes:
7-
- hero2lte
7+
- hero2lte
8+
- hero2ltebmc
9+
- hero2lteskt
10+
- hero2ltektt
11+
- hero2ltelgt
12+
- hero2ltexx
813
steps:
914
unlock_bootloader:
1015
boot_recovery:
1116
- type: call_button
1217
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.
18+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
19+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
1520
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
1621
command: adb_reboot_download
1722
- type: call_button
@@ -22,6 +27,6 @@ steps:
2227
- type: confirm_button
2328
img: samsung-buttons.png
2429
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*.
30+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
31+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
32+
hold *Volume Up* + *Home* + *Power button*.

openandroidinstaller/assets/configs/herolte.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: Samsung Galaxy S7
44
is_ab_device: false
5-
device_code: herolte
5+
device_code: herolte
66
supported_device_codes:
7-
- herolte
7+
- herolte
88
- heroltexx
9+
- heroltebmc
10+
- herolteskt
11+
- heroltektt
12+
- heroltelgt
913
steps:
1014
unlock_bootloader:
1115
boot_recovery:
1216
- type: call_button
1317
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.
18+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
19+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
1620
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
1721
command: adb_reboot_download
1822
- type: call_button
@@ -23,6 +27,6 @@ steps:
2327
- type: confirm_button
2428
img: samsung-buttons.png
2529
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*.
30+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
31+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
32+
hold *Volume Up* + *Home* + *Power button*.

0 commit comments

Comments
 (0)