diff --git a/openandroidinstaller/views/addon_view.py b/openandroidinstaller/views/addon_view.py index 2752fbd8..4201c3f6 100644 --- a/openandroidinstaller/views/addon_view.py +++ b/openandroidinstaller/views/addon_view.py @@ -65,6 +65,13 @@ def build(self): and NikGApps are of the format `NikGapps-----signed.zip`. NikGApps come in different flavours ranging from minimal Google support (core) to the full experience (full). + +## MicroG + +The [MicroG](https://microg.org/) project offers a free-as-in-freedom re-implementation of Google's proprietary Android user space apps and libraries. + +The recommended way to install MicroG is to use the zip file provided here: +- [https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases/releases](https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases/releases). """, on_tap_link=lambda e: self.page.launch_url(e.data), ), diff --git a/openandroidinstaller/views/install_view.py b/openandroidinstaller/views/install_view.py index 4291ea0e..dfd2d773 100644 --- a/openandroidinstaller/views/install_view.py +++ b/openandroidinstaller/views/install_view.py @@ -111,9 +111,9 @@ def check_addons_switch(e): 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! +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. +included Google Apps (like PixelExperience) or microG (lineageOS for microG) is recommended. #### **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!