µg UnifiedNlp: Update descriptions
This commit is contained in:
parent
23c972fa77
commit
06281211b7
|
@ -4,13 +4,15 @@ Web Site:https://github.com/microg
|
||||||
Source Code:https://github.com/microg/android_packages_apps_UnifiedNlp/
|
Source Code:https://github.com/microg/android_packages_apps_UnifiedNlp/
|
||||||
Issue Tracker:https://github.com/microg/android_packages_apps_UnifiedNlp//issues
|
Issue Tracker:https://github.com/microg/android_packages_apps_UnifiedNlp//issues
|
||||||
|
|
||||||
|
Name:µg UnifiedNlp (for GAPPS-free devices)
|
||||||
Auto Name:µg UnifiedNlp
|
Auto Name:µg UnifiedNlp
|
||||||
Summary:Location provider middleware (UnifiedNlp)
|
Summary:Location provider middleware (UnifiedNlp)
|
||||||
Description:
|
Description:
|
||||||
Most modern ROMs come with support for non-Google geolocation providers.
|
Most modern ROMs come with support for non-Google geolocation providers.
|
||||||
On these systems UnifiedNlp can be installed as a user app to replace
|
On these systems UnifiedNlp can be installed as a user app to replace
|
||||||
the network location provider. It acts as a middleware for various plugins
|
the network location provider. It acts as a middleware for various plugins
|
||||||
aka backends, it does not provide any location lookup itself.
|
aka backends, it does not provide any location lookup itself. For further
|
||||||
|
information please refer to the [https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md README].
|
||||||
|
|
||||||
List of backends for geolocation:
|
List of backends for geolocation:
|
||||||
* [[org.microg.nlp.backend.apple]] uses Apple's Wifi database.
|
* [[org.microg.nlp.backend.apple]] uses Apple's Wifi database.
|
||||||
|
@ -18,22 +20,15 @@ List of backends for geolocation:
|
||||||
* [[org.gfd.gsmlocation]] uses OpenCellId (local)
|
* [[org.gfd.gsmlocation]] uses OpenCellId (local)
|
||||||
* [[org.fitchfamily.android.gsmlocation]] uses GSM Celll data (local)
|
* [[org.fitchfamily.android.gsmlocation]] uses GSM Celll data (local)
|
||||||
* [[org.fitchfamily.android.wifi_backend]] uses (on-device generated) WiFi data (local)
|
* [[org.fitchfamily.android.wifi_backend]] uses (on-device generated) WiFi data (local)
|
||||||
|
* [[org.microg.nlp.backend.ichnaea]] uses Mozilla Location Services
|
||||||
|
|
||||||
List of backends for (reverse) geocoding:
|
List of backends for (reverse) geocoding:
|
||||||
* [[org.microg.nlp.backend.nominatim]]
|
* [[org.microg.nlp.backend.nominatim]]
|
||||||
|
|
||||||
After installing you have to reboot your device, install a backend service
|
After installing you have to reboot your device, install a backend service
|
||||||
and activate/configure it in the app settings. After this you can use
|
and activate/configure it in the app settings. After this you can use
|
||||||
UnifiedNlp by activating network-based geolocation from Settings -> Location.
|
UnifiedNlp by activating network-based geolocation from Settings -> Location:
|
||||||
|
You need to select any mode but "device only".
|
||||||
Since KitKat, you need to select any mode but "device only", on older Android
|
|
||||||
version this setting is called "Wi-Fi & mobile network location" (ignore any
|
|
||||||
misleading texts saying this is for Google's location service, you don't have
|
|
||||||
Google's service installed but UnifiedNlp).
|
|
||||||
|
|
||||||
WARNING: Depending on your hard-/software configuration additional steps might
|
|
||||||
be necessary, please read the [https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md README]
|
|
||||||
carefully.
|
|
||||||
|
|
||||||
NOTE: If you need to use UnifiedNlp beside GAPPS, you should instead install
|
NOTE: If you need to use UnifiedNlp beside GAPPS, you should instead install
|
||||||
[org.microg.nlp].
|
[org.microg.nlp].
|
||||||
|
@ -59,12 +54,11 @@ Build:1.2.2,1202
|
||||||
submodules=yes
|
submodules=yes
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
* UCM and AUM fail, because the app contains multiple package ids. Maybe we
|
* UCM and AUM fail, because the app uses org.microg.nlp as package id
|
||||||
can solve this in init= ?
|
in AM.xml and changes this on buildtime. This cannot be fixed in init=.
|
||||||
* Auto Update Mode:Version v%v
|
* Auto Update Mode:Version v%v
|
||||||
* Update Check Mode:Tags
|
* Update Check Mode:Tags
|
||||||
.
|
.
|
||||||
|
|
||||||
Current Version:1.2.2
|
Current Version:1.2.2
|
||||||
Current Version Code:1202
|
Current Version Code:1202
|
||||||
|
|
||||||
|
|
|
@ -4,23 +4,16 @@ Web Site:https://github.com/microg
|
||||||
Source Code:https://github.com/microg/android_packages_apps_UnifiedNlp/
|
Source Code:https://github.com/microg/android_packages_apps_UnifiedNlp/
|
||||||
Issue Tracker:https://github.com/microg/android_packages_apps_UnifiedNlp//issues
|
Issue Tracker:https://github.com/microg/android_packages_apps_UnifiedNlp//issues
|
||||||
|
|
||||||
|
Name:µg UnifiedNlp (for GAPPS devices)
|
||||||
Auto Name:µg UnifiedNlp
|
Auto Name:µg UnifiedNlp
|
||||||
Summary:Location provider middleware (UnifiedNlp)
|
Summary:Location provider middleware (UnifiedNlp)
|
||||||
Description:
|
Description:
|
||||||
Most modern ROMs come with support for non-Google geolocation providers.
|
Most modern ROMs come with support for non-Google geolocation providers.
|
||||||
On these systems UnifiedNlp can be installed as a user app to replace
|
On these systems UnifiedNlp can be installed as a user app to replace
|
||||||
the network location provider. It acts as a middleware for various plugins
|
the network location provider. It acts as a middleware for various plugins
|
||||||
aka backends, it does not provide any location lookup itself.
|
aka backends, it does not provide any location lookup itself. For further
|
||||||
|
information please refer to the [[com.google.android.gms]] package and
|
||||||
List of backends for geolocation:
|
the [https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md README].
|
||||||
* [[org.microg.nlp.backend.apple]] uses Apple's Wifi database.
|
|
||||||
* [[org.microg.nlp.backend.openwlanmap]] uses OpenWlanMap.org
|
|
||||||
* [[org.gfd.gsmlocation]] uses OpenCellId (local)
|
|
||||||
* [[org.fitchfamily.android.gsmlocation]] uses GSM Celll data (local)
|
|
||||||
* [[org.fitchfamily.android.wifi_backend]] uses (on-device generated) WiFi data (local)
|
|
||||||
|
|
||||||
List of backends for (reverse) geocoding:
|
|
||||||
* [[org.microg.nlp.backend.nominatim]]
|
|
||||||
|
|
||||||
To be able to use this package, you will either need the
|
To be able to use this package, you will either need the
|
||||||
[https://repo.xposed.info/module/de.r3w6.xposedunifiednlp XposedUnifiedNlp module],
|
[https://repo.xposed.info/module/de.r3w6.xposedunifiednlp XposedUnifiedNlp module],
|
||||||
|
@ -30,16 +23,8 @@ for you (provided that you do not have GAPPS installed on your system).
|
||||||
|
|
||||||
After installing you have to reboot your device, install a backend service
|
After installing you have to reboot your device, install a backend service
|
||||||
and activate/configure it in the app settings. After this you can use
|
and activate/configure it in the app settings. After this you can use
|
||||||
UnifiedNlp by activating network-based geolocation from Settings -> Location.
|
UnifiedNlp by activating network-based geolocation from Settings -> Location:
|
||||||
|
You need to select any mode but "device only".
|
||||||
Since KitKat, you need to select any mode but "device only", on older Android
|
|
||||||
version this setting is called "Wi-Fi & mobile network location" (ignore any
|
|
||||||
misleading texts saying this is for Google's location service, you don't have
|
|
||||||
Google's service installed but UnifiedNlp).
|
|
||||||
|
|
||||||
WARNING: Depending on your hard-/software configuration additional steps might
|
|
||||||
be necessary, please read the [https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md README]
|
|
||||||
carefully.
|
|
||||||
|
|
||||||
[https://github.com/microg/android_packages_apps_UnifiedNlp/releases Changelog]
|
[https://github.com/microg/android_packages_apps_UnifiedNlp/releases Changelog]
|
||||||
.
|
.
|
||||||
|
@ -49,16 +34,15 @@ Repo:https://github.com/microg/android_packages_apps_UnifiedNlp/
|
||||||
|
|
||||||
Build:1.2.2,1202
|
Build:1.2.2,1202
|
||||||
commit=v1.2.2
|
commit=v1.2.2
|
||||||
gradle=UnifiedNlp
|
|
||||||
submodules=yes
|
submodules=yes
|
||||||
|
gradle=UnifiedNlp
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
* UCM and AUM fail, because the app contains multiple package ids. Maybe we
|
If UCM and AUM fail, this is most likely due to the app using multiple package
|
||||||
can solve this in init= ?
|
ids. See the com.google.android.gms metadata for further information.
|
||||||
* Auto Update Mode:Version v%v
|
|
||||||
* Update Check Mode:Tags
|
|
||||||
.
|
.
|
||||||
|
|
||||||
|
Auto Update Mode:Version v%v
|
||||||
|
Update Check Mode:Tags
|
||||||
Current Version:1.2.2
|
Current Version:1.2.2
|
||||||
Current Version Code:1202
|
Current Version Code:1202
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue