Skip to content

Commit

Permalink
Add more details about the recommended microg
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Feb 7, 2023
1 parent 81145af commit 8919ceb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions openandroidinstaller/views/addon_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ def build(self):
and NikGApps are of the format `NikGapps-<flavour>-<architecture>-<AndroidVersion>-<date>-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),
),
Expand Down
4 changes: 2 additions & 2 deletions openandroidinstaller/views/install_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 8919ceb

Please sign in to comment.