update README

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 84a9dbf9c0
commit 71c8870139

@ -471,7 +471,8 @@ NanoDroid includes microG as follows
* microG GmsCore, choose from offical build [> GitHub](https://github.com/microg/android_packages_apps_GmsCore) and custom build [> GitHub](https://github.com/Nanolx/android_packages_apps_GmsCore)
* with optional **Déjà Vu** location provider backend [> F-Droid](https://f-droid.org/de/packages/org.fitchfamily.android.dejavu/)
* with optional **Mozilla** location provider backend [> F-Droid](https://f-droid.org/repository/browse/?fdfilter=mozilla&fdid=org.microg.nlp.backend.ichnaea)
* with optional **Apple** location provider backend backend [> F-Droid](https://f-droid.org/de/packages/org.microg.nlp.backend.apple/)
* with optional **Apple** location provider backend [> F-Droid](https://f-droid.org/de/packages/org.microg.nlp.backend.apple/)
* with optional **Radiocells** location provider backend [> F-Droid](https://f-droid.org/en/packages/org.openbmap.unifiedNlp/)
* with **Nominatim** adress provider backend [> F-Droid](https://f-droid.org/repository/browse/?fdfilter=nominatim&fdid=org.microg.nlp.backend.nominatim)
* with **microG** GsfProxy [> GitHub](https://github.com/microg/android_packages_apps_GsfProxy)
* with **microG** DroidGuard Helper [> GitHub](https://github.com/microg/android_packages_apps_RemoteDroidGuard)
@ -620,8 +621,8 @@ Once your ROM supports signature spoofing, you need to setup microG like this
* enable **Google device registration**
* enable **Google Cloud Messaging** (only if you want to receive push messages from your applications)
* enable **Google SafetyNet** (required for applications that utilize SafetyNet, for example Pokémon GO, ...)
* in **UnifiedNlp Settings** choose either any or all of
* **Déjà Vu**, **Mozilla**, **Apple** as Geolocation backend
* in **UnifiedNlp Settings** choose either any or all of (whichever you've choosen to be installed)
* **Déjà Vu**, **Mozilla**, **Apple**, **Radiocell** as Geolocation backend
* **Nominatim** as Address lockup backend
* after everything is done, reboot
* if you installed **Play Store** open it, setup account and install your apps

@ -28,7 +28,7 @@ nanodroid_init=1
nanodroid_gsync=0
nanodroid_swipe=0
nanodroid_forcesystem=0
nanodroid_nlpbackend=100
nanodroid_nlpbackend=1000
nanodroid_bash=1
nanodroid_nano=1
nanodroid_utils=1
@ -46,7 +46,7 @@ nanodroid_mapsv1=1
nanodroid_gsync=0
nanodroid_swipe=0
nanodroid_forcesystem=0
nanodroid_nlpbackend=100
nanodroid_nlpbackend=1000
```
the **F-Droid** (nanodroid_fdroid is always 1) and **Bromite WebView** pckage supports the following options
@ -133,12 +133,13 @@ whether to provide Swipe libraries
whether to force system mode installation, regardless whether Magisk is installed
`nanodroid_nlpbackend=[0|1][0|1][0|1]`
`nanodroid_nlpbackend=[0|1][0|1][0|1][0|1]`
what location backends for microG to install
* 1st element 0|1 = Déjà Vu location backend
* 2nd element 0|1 = Ichnaea (Mozilla) location backend
* 3rd element 0|1 = Apple location backend
* 4th element 0|1 = Radiocells.org location backend
`nanodroid_bash=[0|1]`

Loading…
Cancel
Save