UnifiedNlp
UnifiedNlp copied to clipboard
Alternative network location provider for Android, with plugin interface to easily integrate third-party location providers.
Continuation of this PR https://github.com/microg/android_packages_apps_GmsCore/pull/738 + typo fix
I'm able to build from master and include the built apk as a priv-app. However, opening settings->location crashes the settings apps. ``` 10-12 09:49:02.231 1016 2029 W ActivityManager: Background start...
I used to have μG on my system, but because it causes lots of apps to crash (while they work without it), I removed it and want to go UnifiedNlp...
The following patch to allow location providers outside of /system doesn't seem to work any more. https://github.com/microg/android_packages_apps_UnifiedNlp/blob/master/patches/android_frameworks_base-N.patch I built a fresh rom using code grabbed on 03/09/2017 and the self...
Hi I'm using LOS 15.1 with microg, I setted up microg services and everything in the check section is marked as "working". I installed mozilla location services, GSM location services...
Please add a button in microG settings to reload all backends. When permissions of backends are lost I have to disable them, confirm and re-enable them in microG settings to...
As unpatched Android 7 does not allow Location providers outside of /system and as most Android 7 variants are not patched in this regard, I think that it would be...
Hi, I am experiencing some issues with the UnifiedNLP. My phone is running Lineage 14.1 with gapps (the pico package). I have followed the tutorial to make unifiedNLP work with...
device: gts28vewifi operating system: lineageos 15.1 newest microg version, lineageos from download.lineage.microg.org logcat: ``` android.os.DeadObjectException at android.os.BinderProxy.transactNative(Native Method) at android.os.BinderProxy.transact(Binder.java:764) at org.microg.nlp.api.LocationBackend$Stub$Proxy.update(LocationBackend.java:157) at org.microg.nlp.location.BackendHelper.update(BackendHelper.java:71) at org.microg.nlp.location.BackendFuser.update(BackendFuser.java:83) at org.microg.nlp.location.ThreadHelper.run(ThreadHelper.java:73) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)...
Here's a [description of my setup](https://forum.fairphone.com/t/a-guide-to-install-open-gapps-while-minimizing-google-dependency/40354/3) that follows on [M.A.K.'s instructions](https://forum.xda-developers.com/android/software-hacking/unifiednlp-gapps-patch-t3567887). FP Open framework has an org.microg.nlp line item, so patching isn't needed. Google location stops scanning with the deactivation...