-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Does not work on FairphoneOS #55
Comments
I just checked the source code and it seems fp2-osos does not have third-party location provider support yet (which means that the GAPPS version is likely not working properly as well). To adjust the source code you need to add |
Thanks for the answer, I've modified the |
Just to clarify details: You did use modified config.xml with NetworkLocation.apk (or non legacy version from F-Droid) as a user app? Can you try this version with the new Self-check to see what it reports? |
I tried the non legacy version from F-Droid as user and system app. The new version looks awesome :). I only get a checkmark for "Android version supported", nothing else. |
This certainly means that the change did not apply correctly. Can you upload your |
(link removed) |
It seems like qualcomm is adding some fixed link to their proprietary location service through I don't understand how this fixed binding to a proprietary service can be published as "open"... Even more interesting is, that according to their license, you are not allowed to remove the now unused qualcomm location blob from the system (because qualcomm wants your tracking data) without removing all other proprietary blobs (various audio/video codes, libraries for gps, hardware crypto and camera)... |
That was it, thanks a lot! I will try to look into the other blobs as well. |
Regarding the |
Thanks for figuring this out. |
@wvengen see my post in the forum: https://forum.fairphone.com/t/unified-nlp-on-fairphone-2/13156 |
@jspricke: I want to support also FairphoneOS in my patcher (Tingle) but I don't have it. |
Hi ale5000,
I guess you want to support the closed source version (not
You can get the current image here: Use https://github.com/xpirt/sdat2img to convert it to a filesystem
That one doesn't exists, but there is a framework-res.apk in there.
There are no sources for FairphoneOS, but it should be similar to the git clone https://code.fairphone.com/gerrit/fp2-dev/platform/frameworks/base
same here: Cheers Jochen |
There isn't an estimated time for this but I will see what I can do. |
Hi,
NLP doesn't work on my Fairphone 2 using the open source version of FairphoneOS (derived from AOSP 5.1; Sources here: http://code.fairphone.com/gerrit/). I tried the normal and the legacy version both as a user and a system app. It installs fine, but I don't get a location (tried different providers and same configuration works on an other phone using Omnirom). Is there some special patch I need to apply to the OS? Any way to debug?
Thanks!
The text was updated successfully, but these errors were encountered: