Skip to content

Commit 2a136b5

Browse files
committed
Fixed multiple spelling and formatting issues in Samsung configs
1 parent 47e6e72 commit 2a136b5

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

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)