-
Hello, I use OmniRom with Gapps installed. Now I try to switch from Google location service to UnifiedNLP.
I downloaded the NetworkLocation.apk and put it into /system/priv-app/, afterwards I rebooted…
-
This app seems to be exactly what I have been looking for -- and I would like to install it on my Samsung S3 which is running Replicany without any GAPPS stuff. However the app seems to depend on Goo…
-
Currently the main program seems to look up the cell tower the phone is connected to and determine the position based on that.
Idea for an enhancement:
The phone knows all cell towers in range. Combin…
utack updated
9 years ago
-
I notice that the GSMLocationBackend process (org.gfd.gsmlocation) is taking up too much CPU time when the Android location setting is turned OFF. On my Nexus 5, OS Monitor indicates CPU usage constan…
-
I've gotten it to download and process the Mozilla and OpenCellID databases, so that the button at the bottom says "Done". But then when I click that and it goes back to the settings screen it says th…
-
After adding the following lines to my `manifest.xml`
``` xml
```
And adding this to `PRODUCT_PACKAGES`
``` bash
PRODUCT_PACKAGES += \
com.google.android.maps \
com.google.android.maps.x…
chr4 updated
10 years ago
-
Helpers for WiFi and cell tower retrieval as well as location combination.
-
I ran gen_lacells it produced merge.db with a size of 550 MB (I didn't filter out any MCC/MNC)
Then I ran the commented sqlite code in gen_lacells:
.headers on
.mode csv
.output merged.csv
SELECT \* F…
-
I'm running CM11 galaxysmtd without gapps and can't get NLP to work. I did install the NetworkLocation.apk (V1.0.1) into /system/priv-app and rebooted, cleared the dalvik cache via recovery and reboot…
-
Hello,
I downloaded your location provider with F-Droid and installed it. However, my phone cannot find its location. How do I implement your the GSMLocationProvider so that my phone uses it to find …