microg / UnifiedNlp

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

Xposed Framework support #12

Closed Djfe closed 9 years ago

Djfe commented 10 years ago

is it possible to add UnifiedNlp to your system usign the Xposed Framework? If so that would be great.

9 wouldn't be an issue anymore as the app could handle conflicts using the xposed framework.

you would be able to add unifiednlp settings to the system settings->location settings page

people would be able to use UnifiedNlp without the risk to "destroy" their ROM, because they are able to deactivate it anytime they want

mar-v-in commented 10 years ago

I do not use Xposed nor intent to do so, but I am quiet sure it is possible with it.

If anybody is interested in doing a Xposed module for UnifiedNlp support with GAPPS installed in parallel: The UnifiedNlp.apk in release is intended for this kind of use, as it can be installed even if Google Play Services is as well. The Xposed module must change a two system resources:

config_networkLocationProviderPackageName set to org.microg.nlp (default is unset) config_enableNetworkLocationOverlay set to false (default is true)

Djfe commented 10 years ago

thx for your answer ;) I'm sure someone will declare himself/herself to do this

mar-v-in commented 9 years ago

https://github.com/Rawi01/XposedUnifiedNlp

Djfe commented 9 years ago

nice Hopefully the dev will upload a version to the Xposed Repo soon :)

Djfe commented 9 years ago

are you going to work together with Rawi01 btw.? (or will Rawi01 just merge the upstream into his repo?)

Rawi01 commented 9 years ago

I uploaded it two minutes ago :)