Skip to content

Commit 9e8203b

Browse files
committed
New samsungs devices
1 parent 3e2c1b7 commit 9e8203b

File tree

4 files changed

+94
-1
lines changed

4 files changed

+94
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 L
5555

5656
## Officially supported devices
5757

58-
Currently, the **we support 45 devices** by various vendors and working on adding more soon!
58+
Currently, the **we support 48 devices** by various vendors and working on adding more soon!
5959

6060

6161
Support for these devices is provided as best effort, but things might still go wrong.
@@ -69,7 +69,10 @@ Samsung | Galaxy J7 2015 | j7elte | | tested
6969
Samsung | Galaxy A3 2017 | a3y17lte | SM-A320FL | tested
7070
Samsung | Galaxy A5 2016 | [a5xelte](https://wiki.lineageos.org/devices/a5xelte/) | SM-A510F | tested
7171
Samsung | Galaxy A7 2016 | a7xelte | | tested
72+
Samsung | Galaxy S6 | [zerofltexx](https://wiki.lineageos.org/devices/zerofltexx/) | | tested
73+
Samsung | Galaxy S6 Edge | [zeroltexx](https://wiki.lineageos.org/devices/zeroltexx/) | | tested
7274
Samsung | Galaxy S7 | [herolte](https://wiki.lineageos.org/devices/herolte/) | SM-G930F | tested
75+
Samsung | Galaxy S7 Edge | [hero2lte](https://wiki.lineageos.org/devices/hero2lte/) | | tested
7376
Samsung | Galaxy S9 | [starlte](https://wiki.lineageos.org/devices/starlte/) | | tested
7477
Samsung | Galaxy Note 9 | [crownlte](https://wiki.lineageos.org/devices/crownlte/) | | tested
7578
Samsung | Galaxy S10 | [beyond1lte](https://wiki.lineageos.org/devices/beyond1lte/) | | tested
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
metadata:
2+
maintainer: Tobias Sterbak (tsterbak)
3+
devicename: Samsung Galaxy S7 Edge
4+
devicecode: hero2lte
5+
steps:
6+
unlock_bootloader:
7+
flash_recovery:
8+
- type: call_button
9+
content: >
10+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
11+
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
12+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
13+
command: adb_reboot_download
14+
- type: call_button
15+
content: In this step, you need to flash a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue.
16+
command: heimdall_flash_recovery
17+
- type: confirm_button
18+
img: samsung-buttons.png
19+
content: >
20+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
21+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
22+
hold *Volume Up* + *Home* + *Power button*.
23+
install_os:
24+
- type: call_button
25+
content: >
26+
In the next steps, you finally flash the selected OS image.
27+
Connect your device with your computer with the USB-Cable.
28+
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
29+
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
30+
command: adb_twrp_wipe_and_install
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
metadata:
2+
maintainer: Tobias Sterbak (tsterbak)
3+
devicename: Samsung Galaxy S6
4+
devicecode: zerofltexx
5+
steps:
6+
unlock_bootloader:
7+
flash_recovery:
8+
- type: call_button
9+
content: >
10+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
11+
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
12+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
13+
command: adb_reboot_download
14+
- type: call_button
15+
content: In this step, you need to flash a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue.
16+
command: heimdall_flash_recovery
17+
- type: confirm_button
18+
img: samsung-buttons.png
19+
content: >
20+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
21+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
22+
hold *Volume Up* + *Home* + *Power button*.
23+
install_os:
24+
- type: call_button
25+
content: >
26+
In the next steps, you finally flash the selected OS image.
27+
Connect your device with your computer with the USB-Cable.
28+
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
29+
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
30+
command: adb_twrp_wipe_and_install
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
metadata:
2+
maintainer: Tobias Sterbak (tsterbak)
3+
devicename: Samsung Galaxy S6 Edge
4+
devicecode: zeroltexx
5+
steps:
6+
unlock_bootloader:
7+
flash_recovery:
8+
- type: call_button
9+
content: >
10+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
11+
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
12+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
13+
command: adb_reboot_download
14+
- type: call_button
15+
content: In this step, you need to flash a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue.
16+
command: heimdall_flash_recovery
17+
- type: confirm_button
18+
img: samsung-buttons.png
19+
content: >
20+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
21+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
22+
hold *Volume Up* + *Home* + *Power button*.
23+
install_os:
24+
- type: call_button
25+
content: >
26+
In the next steps, you finally flash the selected OS image.
27+
Connect your device with your computer with the USB-Cable.
28+
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
29+
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
30+
command: adb_twrp_wipe_and_install

0 commit comments

Comments
 (0)