Skip to content

Commit c2a19da

Browse files
committed
Add more metadata to configs
1 parent bbc46f7 commit c2a19da

File tree

5 files changed

+27
-19
lines changed

5 files changed

+27
-19
lines changed

openandroidinstaller/assets/configs/Pixel 3a.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
metadata:
2+
- maintainer: Tobias Sterbak (tsterbak)
3+
requirements:
14
steps:
25
- title: "Unlock the bootloader"
36
type: confirm_button

openandroidinstaller/assets/configs/Samsung Galaxy A3 2017.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
metadata:
2+
- maintainer: Tobias Sterbak (tsterbak)
3+
requirements:
4+
- heimdall
15
steps:
26
- title: "Boot into bootloader"
37
type: call_button
Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
1+
metadata:
2+
- maintainer: Tobias Sterbak (tsterbak)
3+
requirements:
4+
- heimdall
15
steps:
2-
- title: "Boot into recovery"
3-
type: confirm_button
4-
content: "Turn on your device and wait until its fully booted."
5-
- title: "Boot into recovery"
6+
- title: "Boot into bootloader"
67
type: call_button
7-
content: "Reboot into bootloader"
8+
content: "As a first step, you need to boot into the bootloader. A bootloader is the piece of software, that tells your phone who to start and run an operating system (like Android). Your device should be turned on. Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done."
89
command: "adb reboot download"
9-
- title: "Boot into recovery"
10+
- title: "Flash custom recovery"
1011
type: call_button
11-
content: "Flash custom recovery"
12+
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."
1213
command: "heimdall flash --no-reboot --RECOVERY <recovery>"
1314
- title: "Boot into recovery"
1415
type: confirm_button
15-
content: "Unplug the USB cable from your device. Manually reboot into recovery. Press the Volume Down + Power buttons for 8~10 seconds until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off, hold Volume Up + Home + Power."
16+
content: "Unplug the USB cable from your device. Then manually reboot into recovery by pressing the Volume Down + Power buttons for 8~10 seconds until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off, hold Volume Up + Home + Power."
1617
- title: "Flash LineageOS"
1718
type: confirm_button
18-
content: "Now tap 'Wipe'. Then tap 'Format Data' and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage."
19+
content: "Now tap 'Wipe' on your phone. Then tap 'Format Data' and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage. Confirm to continue once you are done."
1920
- title: "Flash LineageOS"
2021
type: confirm_button
21-
content: "Return to the previous menu and tap 'Advanced Wipe', then select the 'Cache' and 'System' partitions and then 'Swipe to Wipe'."
22+
content: "Return to the previous menu on your phone and tap 'Advanced Wipe', then select the 'Cache' and 'System' partitions and then 'Swipe to Wipe'. Confirm to continue once you are done."
2223
- title: "Flash LineageOS"
2324
type: confirm_button
24-
content: "Now connect the phone to the computer again with the USB-cable. On the device, go back and select “Advanced”, “ADB Sideload”, then swipe to begin sideload. Then confirm here"
25+
content: "Now connect the phone to the computer again with the USB-cable. On the device, go back and select “Advanced”, “ADB Sideload”, then swipe to begin sideload. Then confirm here."
2526
- title: "Flash LineageOS"
2627
type: call_button
27-
content: "Flash lineageOS image. Don't remove the USB-Cable!"
28+
content: "Now it's time to flash the LineageOS image. Don't remove the USB-Cable and press 'Confirm and run' to start! This might take a while. Confirm after it's done."
2829
command: "adb sideload <image>"
29-
- title: "Reboot"
30+
- title: "Reboot into LineageOS"
3031
type: call_button
31-
content: "Reboot into OS"
32-
command: "adb reboot"
33-
- title: "Successfully finished flashing"
34-
type: text
35-
content: "Have fun with LineageOS!"
32+
content: "As a final step, reboot into LineageOS to finish the installation by pressing the button."
33+
command: "adb reboot"

openandroidinstaller/assets/configs/Xperia Z.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
metadata:
2+
- maintainer: Tobias Sterbak (tsterbak)
3+
requirements:
14
steps:
25
- title: "Unlock the bootloader"
36
type: confirm_button

openandroidinstaller/openandroidinstaller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from widgets import call_button, confirm_button, get_title
5252

5353
# Toggle to True for development purposes
54-
DEVELOPMENT = False
54+
DEVELOPMENT = False
5555
DEVELOPMENT_CONFIG = "Xperia Z" # "Pixel 3a"
5656

5757

0 commit comments

Comments
 (0)