From bce93769457524097a70c10ad74aef7b685fdfac 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: Tue, 16 Dec 2014 11:25:35 +0200 Subject: [PATCH] Add Local WiFi backend for UnifiedNlp --- .../org.fitchfamily.android.wifi_backend.txt | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 metadata/org.fitchfamily.android.wifi_backend.txt diff --git a/metadata/org.fitchfamily.android.wifi_backend.txt b/metadata/org.fitchfamily.android.wifi_backend.txt new file mode 100644 index 0000000000..7cdb124189 --- /dev/null +++ b/metadata/org.fitchfamily.android.wifi_backend.txt @@ -0,0 +1,38 @@ +Categories:Navigation +License:GPLv3+ +Web Site:https://github.com/n76/wifi_backend +Source Code:https://github.com/n76/wifi_backend +Issue Tracker:https://github.com/n76/wifi_backend/issues + +Summary:UnifiedNlp location provider (local WiFi database) +Description: +[https://github.com/microg/android_packages_apps_UnifiedNlp UnifiedNlp] backend +that uses locally acquired WiFi AP data to resolve user location. + +This backend consists of two parts sharing a common database. One part +passively monitors the GPS. If the GPS has acquired and has a good position +accuracy, then the WiFi APs detected by the phone are stored. + +The other part is the actual location provider which uses the database to +estimate location when the GPS is not available or has not yet gotten its first +fix. The use of stored WiFi AP can dramatically decrease the GPS time to first +fix. + +This backend performs no network data. All data acquired by the phone stays on +the phone and no queries are made to a centralized AP location provider. +. + +Repo Type:git +Repo:https://github.com/n76/wifi_backend + +Build:0.3.0,3 + commit=v0.3.0 + rm=libs/UnifiedNlpApi.jar + target=android-19 + srclibs=1:UnifiedNlpApi@v1.0.1 + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.3.0 +Current Version Code:3 +