conf: remove leftover references to backends

pull/53/head
FriendlyNeighborhoodShane 10 months ago
parent 70461302b6
commit bc34ec7251

@ -24,17 +24,12 @@ installation and can be removed with it.
permission" isn't ticked, click on it and grant the permission.
- In microG settings, Go to "Google device registration", "Google Cloud
Messaging" and enable both of them.
- In microG settings, go to Location, and configure every source you want to
enable.
- If you wish to connect to your Google account, go to Settings > Accounts >
Add Accounts > Google and login to your account.
- Reboot.
##### Chapter 3: UnifiedNLP
- In microG settings, go to Location modules, and enable every backend you
want in "Network-based geolocation modules" and "Address lookup modules".
- Open gear icons on the backends that have it and grant all neccessary
permissions and configuration.
- Reboot.
Most of your self-check should be checked by now. If the last one or two are
not, just enable high accuracy location, open the map tab on Satstat (from
FDroid) and wait until a blue circle appears. They should be okay now.
@ -94,7 +89,7 @@ There are several other ways to have your ROM support sigspoof too:
- Using an Xposed module called FakeGapps
##### [microG and UNLP] Network Location Provider support
Another major thing MicroG and UNLP do is providing network location to apps.
Another major thing MicroG does is providing network location to apps.
What is network location? It's a quick and rough estimate of your location,
several hundred metres wide, made using cellular towers and wifi networks

@ -30,20 +30,18 @@ All of these include required permissions and an addon.d file to backup/restore
everything on a ROM flash in a system installation.
#### Table of contents of different MinMicroG variants
| Component \ Variant | Standard | NoGoolag | UNLP | Minimal | MinimalIAP |
|-----------------------|----------|----------|------|---------|------------|
| MicroG | x | x | | x | x |
| Standalone UNLP (old) | | | x | | |
| Maps APIv1 | x | x | x | x | x |
| UNLP Backends | | | x | | |
| Fake Store | | x | | x | |
| Google Play Store | x | | | | x |
| Aurora Store | | x | | | |
| Aurora Droid | x | x | | | |
| Aurora Services | x | x | | | |
| Swype libs | x | | | | |
| Google DRM jars | x | | | | x |
| Google Sync adapters | x | | | | |
| Component \ Variant | Standard | NoGoolag | Minimal | MinimalIAP |
|-----------------------|----------|----------|---------|------------|
| MicroG | x | x | x | x |
| Maps APIv1 | x | x | x | x |
| Fake Store | | x | x | |
| Google Play Store | x | | | x |
| Aurora Store | | x | | |
| Aurora Droid | x | x | | |
| Aurora Services | x | x | | |
| Swype libs | x | | | |
| Google DRM jars | x | | | x |
| Google Sync adapters | x | | | |
#### List of MinAddon variants
They just consist of singular components, just what they say on their label.
@ -53,7 +51,6 @@ They just consist of singular components, just what they say on their label.
#### Package sources and credit
- MicroG includes GMSCore and GSFProxy from MicroG FDroid repo
- Maps APIv1 from MicroG FDroid repo
- UNLP and UNLP backends from FDroid repo (Dejá vu, LocalGSM, LocalWiFi, Mozilla, Nominatim)
- Google Play Store modded for IAPs by Setialpha
- Fake Store from MicroG FDroid repo
- Aurora Store, Aurora Droid and Aurora Services from Whyorean's GitLab

@ -21,9 +21,9 @@ For making your own pack and config file, check `conf/custom-conf.md`.
- `variant`: The name that will be in the filename of the released zip as well
as will be shown on installation. It does not have to be related to the name
of the defconf file (for example the `defconf-unlp.txt` file has variant
"Backend" and creates the `MinMicroG-Backend-*-*.zip` package). Any string
without whitespace will do.
of the defconf file (for example the `defconf-aurora.txt` file has variant
"AuroraServices" and creates the `MinMicroG-AuroraServices-*-*.zip` package).
Any string without whitespace will do.
- `ver`: The version number of the package, which is shown in the release
filename and during installation. It can be anything except whitespace, but
for convenience is integers along with decimals.

Loading…
Cancel
Save