Skip to content

Commit 475d0e5

Browse files
authored
Samsung fixes (#201)
- [x] Fix multiple spelling and formatting issues in Samsung configs - [x] Remove LineageOS wiki link for Galaxy S8, as it does not exist
2 parents e963043 + 82be752 commit 475d0e5

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Samsung | Galaxy S6 | [zerofltexx](https://wiki.lineageos.org/devices/zerofltexx
8686
Samsung | Galaxy S6 Edge | [zeroltexx](https://wiki.lineageos.org/devices/zeroltexx) | | tested
8787
Samsung | Galaxy S7 | [herolte](https://wiki.lineageos.org/devices/herolte) | SM-G930F | tested
8888
Samsung | Galaxy S7 Edge | [hero2lte](https://wiki.lineageos.org/devices/hero2lte) | | tested
89-
Samsung | Galaxy S8 | [dreamlte](https://wiki.lineageos.org/devices/dreamlte) | | tested
89+
Samsung | Galaxy S8 | dreamlte | | tested
9090
Samsung | Galaxy S9 | [starlte](https://wiki.lineageos.org/devices/starlte) | | tested
9191
Samsung | Galaxy S10 | [beyond1lte](https://wiki.lineageos.org/devices/beyond1lte) | | tested
9292
Samsung | Galaxy S10e | [beyond0lte](https://wiki.lineageos.org/devices/beyond0lte) | | tested

openandroidinstaller/assets/configs/dreamlte.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ metadata:
77
- dreamlte
88
twrp-link: dreamlte
99
requirements:
10-
android: "9.0"
10+
android: 9.0
1111
steps:
1212
unlock_bootloader:
1313
boot_recovery:
1414
- type: call_button
1515
content: >
1616
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
17-
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
17+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
1818
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
1919
command: adb_reboot_download
2020
- type: call_button
21-
content: In this step, you need to boot a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue.
21+
content: >
22+
In this step, you need to flash a custom recovery on your device.
23+
Press 'Confirm and run' to start the process. Confirm afterwards to continue.
2224
command: heimdall_flash_recovery
2325
- type: confirm_button
2426
img: samsung-buttons-bixby.png

openandroidinstaller/assets/configs/grandprimevelte.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ steps:
1414
- type: call_button
1515
content: >
1616
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
17-
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
17+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
1818
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
1919
command: adb_reboot_download
2020
- type: call_button
21-
content: In this step, you need to boot a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue.
21+
content: >
22+
In this step, you need to flash a custom recovery on your device.
23+
Press 'Confirm and run' to start the process. Confirm afterwards to continue.
2224
command: heimdall_flash_recovery
2325
- type: confirm_button
2426
img: samsung-buttons.png

openandroidinstaller/assets/configs/serranoltexx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
- type: call_button
1313
content: >
1414
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
15-
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
15+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
1616
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
1717
command: adb_reboot_download
1818
- type: call_button

0 commit comments

Comments
 (0)