From c5744de892dd57345353262305a5f19900e3993f Mon Sep 17 00:00:00 2001 From: Tobias Sterbak Date: Tue, 7 Feb 2023 09:11:57 +0000 Subject: [PATCH] Improve description texts for addons --- openandroidinstaller/views/install_view.py | 5 ++++- openandroidinstaller/views/start_view.py | 3 +++ openandroidinstaller/views/welcome_view.py | 10 ++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/openandroidinstaller/views/install_view.py b/openandroidinstaller/views/install_view.py index 2c1a6507..4291ea0e 100644 --- a/openandroidinstaller/views/install_view.py +++ b/openandroidinstaller/views/install_view.py @@ -107,13 +107,16 @@ def check_addons_switch(e): Connect your device with your computer with the USB-Cable. This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored in the internal storage. Then the OS image will be installed. Confirm to install. + +This might take a while. At the end your phone will boot into the new OS. #### **Install addons:** If you want to install any addons like Google Apps, microg or F-droid, use the toggle below **before** starting the install process! After the installation you'll be taken through the process. Note, that this process is still somewhat experimental and using ROMs with included Google Apps (like PixelExperience) or MicroG (lineageOS for microg) is recommended. -This might take a while. At the end your phone will boot into the new OS. +#### **Warning:** +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! """ ) ] diff --git a/openandroidinstaller/views/start_view.py b/openandroidinstaller/views/start_view.py index 622e152c..00617091 100644 --- a/openandroidinstaller/views/start_view.py +++ b/openandroidinstaller/views/start_view.py @@ -160,6 +160,9 @@ def build(self): - **connect your device to this computer via USB** and - **allow USB debugging in the pop-up on your phone**. - Then **press the button 'Search device'**. +- If you **already unlocked the bootloader** of your device, please toggle the switch below, to skip the procedure. +If you don't know what this means, you most likely don't need to do anything and you can just continue. + When everything works correctly you should see your device name here and you can continue. """ ), diff --git a/openandroidinstaller/views/welcome_view.py b/openandroidinstaller/views/welcome_view.py index 3a114ac3..59de038b 100644 --- a/openandroidinstaller/views/welcome_view.py +++ b/openandroidinstaller/views/welcome_view.py @@ -67,6 +67,16 @@ def build(self): Text( "We will walk you through the installation process nice and easy." ), + Markdown( + """ +The following steps are performed in this tool: +- First, we help you to **get your device ready** for the installation process. +- Next, you can **select the operating system** you want to install (with guidance). +- 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. +- As a next step, the **operation system is installed**. At this point you can also **select to install additional software** ("addons") like Google Apps. +- Finally your device starts your new operating system. + """ + ), Divider(), Markdown( """