Skip to content

Commit cbc9680

Browse files
committed
Add config for samsung galaxy s7 and images on how to press the samsung buttons
1 parent 52edd75 commit cbc9680

4 files changed

Lines changed: 59 additions & 4 deletions

File tree

openandroidinstaller/assets/configs/a3y17lte.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ steps:
2020
command: "heimdall flash --no-reboot --RECOVERY <recovery>"
2121
- title: "Boot into recovery"
2222
type: confirm_button
23+
img: samsung-buttons.png
2324
content: >
24-
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the Volume Down + Power buttons for
25+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for
2526
8~10 seconds until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
26-
hold Volume Up + Home + Power.
27+
hold *Volume Up* + *Home* + *Power*.
2728
install_os:
2829
- title: "Flash LineageOS"
2930
type: confirm_button

openandroidinstaller/assets/configs/a5xelte.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ steps:
1818
command: "heimdall flash --no-reboot --RECOVERY <recovery>"
1919
- title: "Boot into recovery"
2020
type: confirm_button
21+
img: samsung-buttons.png
2122
content: >
22-
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the Volume Down + Power buttons for 8~10 seconds
23+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
2324
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
24-
hold Volume Up + Home + Power.
25+
hold *Volume Up* + *Home* + *Power button*.
2526
install_os:
2627
- title: "Flash LineageOS"
2728
type: confirm_button
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
metadata:
2+
maintainer: Tobias Sterbak (tsterbak)
3+
devicename: Samsung Galaxy S7
4+
devicecode: herolte
5+
steps:
6+
unlock_bootloader:
7+
flash_recovery:
8+
- title: "Boot into bootloader"
9+
type: call_button
10+
content: >
11+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
12+
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
13+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
14+
command: "adb reboot download"
15+
- title: "Flash custom recovery"
16+
type: call_button
17+
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.
18+
command: "heimdall flash --no-reboot --RECOVERY <recovery>"
19+
- title: "Boot into recovery"
20+
type: confirm_button
21+
img: samsung-buttons.png
22+
content: >
23+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
24+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
25+
hold *Volume Up* + *Home* + *Power button*.
26+
install_os:
27+
- title: "Flash LineageOS"
28+
type: confirm_button
29+
content: >
30+
Now swipe right to allow modifications then tap 'Wipe' on your phone.
31+
Next tap 'Format Data' and follow the instructions on your phone to continue with the formatting process.
32+
This will remove encryption and delete all files stored in the internal storage. Confirm to continue once you are done.
33+
- title: "Flash LineageOS"
34+
type: confirm_button
35+
content: >
36+
Return to the previous menu on your phone by going back two times.
37+
Them tap 'Advanced Wipe', and select the 'Cache' and 'System' partitions and then 'Swipe to Wipe'.
38+
Confirm to continue once you are done.
39+
- title: "Flash LineageOS"
40+
type: confirm_button
41+
content: >
42+
Now connect the phone to the computer again with the USB-cable. On the device, go back three times and select “Advanced”,
43+
then “ADB Sideload”. Select 'Wipe cache' and 'Wipe dalvik cache', then swipe to begin sideload. Then confirm here.
44+
- title: "Flash LineageOS"
45+
type: call_button
46+
content: >
47+
Now it's time to flash the LineageOS image. Don't remove the USB-Cable and press 'Confirm and run' to start!
48+
This might take a while. Confirm after it's done.
49+
command: "adb sideload <image>"
50+
- title: "Reboot into LineageOS"
51+
type: call_button
52+
content: As a final step, reboot into LineageOS to finish the installation by pressing the button.
53+
command: "adb reboot"
16.2 KB
Loading

0 commit comments

Comments
 (0)