Skip to content

Commit c5744de

Browse files
committed
Improve description texts for addons
1 parent 3734cd0 commit c5744de

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

openandroidinstaller/views/install_view.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,16 @@ def check_addons_switch(e):
107107
Connect your device with your computer with the USB-Cable. This step will format your phone and wipe all the data.
108108
It will also remove encryption and delete all files stored in the internal storage.
109109
Then the OS image will be installed. Confirm to install.
110+
111+
This might take a while. At the end your phone will boot into the new OS.
110112
111113
#### **Install addons:**
112114
If you want to install any addons like Google Apps, microg or F-droid, use the toggle below **before** starting the install process!
113115
After the installation you'll be taken through the process. Note, that this process is still somewhat experimental and using ROMs with
114116
included Google Apps (like PixelExperience) or MicroG (lineageOS for microg) is recommended.
115117
116-
This might take a while. At the end your phone will boot into the new OS.
118+
#### **Warning:**
119+
Don't try to add addons like Google Apps if your OS ROM already has Google Apps or microG included! Otherwise your system will break!
117120
"""
118121
)
119122
]

openandroidinstaller/views/start_view.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ def build(self):
160160
- **connect your device to this computer via USB** and
161161
- **allow USB debugging in the pop-up on your phone**.
162162
- Then **press the button 'Search device'**.
163+
- If you **already unlocked the bootloader** of your device, please toggle the switch below, to skip the procedure.
164+
If you don't know what this means, you most likely don't need to do anything and you can just continue.
165+
163166
When everything works correctly you should see your device name here and you can continue.
164167
"""
165168
),

openandroidinstaller/views/welcome_view.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ def build(self):
6767
Text(
6868
"We will walk you through the installation process nice and easy."
6969
),
70+
Markdown(
71+
"""
72+
The following steps are performed in this tool:
73+
- First, we help you to **get your device ready** for the installation process.
74+
- Next, you can **select the operating system** you want to install (with guidance).
75+
- Then, we guide you though the process of **unlocking the bootloader** (if necessary). If you don't know what that means, it will be explained later.
76+
- As a next step, the **operation system is installed**. At this point you can also **select to install additional software** ("addons") like Google Apps.
77+
- Finally your device starts your new operating system.
78+
"""
79+
),
7080
Divider(),
7181
Markdown(
7282
"""

0 commit comments

Comments
 (0)