From 915b11cc584cb82c5b2f18fa62fa5e10766672ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Mon, 16 Feb 2015 10:01:42 +0200 Subject: [PATCH 1/2] =?UTF-8?q?New=20app:=20=C2=B5g=20UnifiedNlp=20(org.mi?= =?UTF-8?q?crog.nlp)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is for users who who want to have UnifiedNlp installed beside GAPPS, there is an XposedUnifiedNlp module to help them use it --- metadata/org.microg.nlp.txt | 64 +++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 metadata/org.microg.nlp.txt diff --git a/metadata/org.microg.nlp.txt b/metadata/org.microg.nlp.txt new file mode 100644 index 0000000000..7b826c837f --- /dev/null +++ b/metadata/org.microg.nlp.txt @@ -0,0 +1,64 @@ +Categories:Navigation +License:Apache2 +Web Site:https://github.com/microg +Source Code:https://github.com/microg/android_packages_apps_UnifiedNlp/ +Issue Tracker:https://github.com/microg/android_packages_apps_UnifiedNlp//issues + +Auto Name:µg UnifiedNlp +Summary:Location provider middleware (UnifiedNlp) +Description: +Most modern ROMs come with support for non-Google geolocation providers. +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 +aka backends, it does not provide any location lookup itself. + +List of backends for geolocation: +* [[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 +[https://repo.xposed.info/module/de.r3w6.xposedunifiednlp XposedUnifiedNlp module], +or your custom ROM must have org.microg.nlp added to the list of network +location services, otherwise [[com.google.android.gms]] would be more suitable +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 +and activate/configure it in the app settings. After this you can use +UnifiedNlp by activating network-based geolocation from Settings -> Location. + +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] +. + +Repo Type:git +Repo:https://github.com/microg/android_packages_apps_UnifiedNlp/ + +Build:1.2.2,1202 + commit=v1.2.2 + gradle=UnifiedNlp + submodules=yes + +Maintainer Notes: +* UCM and AUM fail, because the app contains multiple package ids. Maybe we + can solve this in init= ? +* Auto Update Mode:Version v%v +* Update Check Mode:Tags +. + +Current Version:1.2.2 +Current Version Code:1202 + From fe93ca0a3f5eabc31694f579f1abde5ca92aa460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Mon, 16 Feb 2015 10:06:24 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=C2=B5g=20UnifiedNlp:=20mention=20org.micro?= =?UTF-8?q?g.nlp=20package=20in=20the=20description=20of=20com.google.andr?= =?UTF-8?q?oid.gms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metadata/com.google.android.gms.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata/com.google.android.gms.txt b/metadata/com.google.android.gms.txt index 0da69e4a66..e7c3dc9211 100644 --- a/metadata/com.google.android.gms.txt +++ b/metadata/com.google.android.gms.txt @@ -35,6 +35,9 @@ 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 +[org.microg.nlp]. + [https://github.com/microg/android_packages_apps_UnifiedNlp/releases Changelog] .