mozilla / MozStumbler

Android Stumbler for Mozilla
http://location.services.mozilla.com
Mozilla Public License 2.0
618 stars 213 forks source link

Add Offline Geolocation with cellids #841

Closed Gitschubser closed 9 years ago

Gitschubser commented 10 years ago

Is it possible to add a "Offline Geolocation" with cellids? Maybe you can select your mcc and mnc in mozstumbler and download the data (MLS export) only from this provider. This could be useful

Djfe commented 9 years ago

you can use the following backend for microg-nlp: https://github.com/n76/Local-GSM-Backend

it does exactly what you want and even includes stumbling without any service.

If you want the same for MLS but with online requests you can use: https://github.com/microg/IchnaeaNlpBackend

Both apps are found on F-Droid, too.

You need the main service though (it can either replace the Google Geolocation service app (2 versions for different android versions) or you use xposed and the respective module for it): https://github.com/microg/android_packages_apps_UnifiedNlp

crankycoder commented 9 years ago

Duplicate of #1578