Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is it working? #1

Closed
MysteryIII opened this issue Feb 5, 2015 · 7 comments
Closed

How is it working? #1

MysteryIII opened this issue Feb 5, 2015 · 7 comments

Comments

@MysteryIII
Copy link

Hi,
I'm just a curious about how is it working:
is it an addition to Google's locating method, making it more accurate and/or faster?
Or is it a replacement? If so, is it "just" about privacy (Google not getting your location data) or is it better then Google's location service?
What are the advantages and disadvantages?

@Rawi01
Copy link
Owner

Rawi01 commented Feb 5, 2015

UnifiedNlp is a replacement for the network location service provided by Google.

There are several backends that use different sources to determine your location.
For example you can install the AppleWifiNlpBackend which uses Apple's service. One big advantage of this backend is that the location of the access points are saved on your device which reduce the amount of requests to the servers which leads to better privacy, reduced data usage and increased performance.

A list of available backends and some more information could be found at the UnifiedNlp project page.

The reason for this module is that it is not possible to use it with a system where GAPPS are installed.

@MysteryIII
Copy link
Author

Thanks for the information! I will give it a try.

@ntzb
Copy link

ntzb commented Feb 7, 2015

Hi.
how do you know which location services are used?
if you have both installed, how do you know the unifiedNLP one will be used?

@Rawi01
Copy link
Owner

Rawi01 commented Feb 7, 2015

The same question was discussed at microg/UnifiedNlp#20

The easiest way is to disable gps and then try to get the network location with an app like Here GPS Location. After you get a location, disable all backends. If it gets no location, you know that UnifiedNLP is active.

Another way is to have a look at the android logs.

@bungabunga
Copy link

so, with this module (+unifiednlp +backend) i have another location service installed on my phone. how do i set my phone to not use google service but use this one instead?

@Rawi01
Copy link
Owner

Rawi01 commented Feb 7, 2015

If you use this module you not longer use the Google network location module. It is a replacement.

@bungabunga
Copy link

great! that's what i wanted. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants