-
Notifications
You must be signed in to change notification settings - Fork 4
Description
My device has a bad gps module in it, it takes very long to lock to nearby sattelites with no external location provider i.e. (unifiednlp, microg)
I recently tried unifiednlp by installing it and the backends I thought I needed as system apps with appropriate permissions.
I installed these:
- apple unifiednlp
- localnlp backend (your backend)
( I also installed nominatim-geocoder but that is a hard dependency, therefore I wont mention it again)
everything works fine now, gps locks within 10 seconds, and maps apps are working properly. but the device has to be connected to a wifi network to do all this.
I examined that localnlp is almost doing nothing and only applenlp is doing all the work.
After which i tried to remove unifiednlp completely and fresh installed it but this time only with applenlp.
I found out that location still works even with applenlp (with wifi connected)
Here is my question now, do i still need localnlp even after gps works fine with applenlp alone?
If yes, what advantages can it provide over just using applenlp?