microg / UnifiedNlp

Alternative network location provider for Android, with plugin interface to easily integrate third-party location providers.
968 stars 209 forks source link

Fake GPS app break localization #186

Open webmasterpf opened 4 years ago

webmasterpf commented 4 years ago

Hi,

I just install LineageOS 14 (Android 7) with MicroG on a Moto G 2013 and all works fine except localization. Added MozillaNlpBackend and NominatimNlpBackend. If I run this app: https://play.google.com/store/apps/details?id=com.lexa.fakegps&hl=en_US Then auto test failed and give "UnifiedNlp do not have Location to test Geocoder" error. Same scrren as this: https://github.com/microg/android_packages_apps_GmsCore/issues/366#issuecomment-299542410 Tested with al 3 possible location mode and every time the same error. So is it an app fail or a microG fail ?

Thanks