-
Notifications
You must be signed in to change notification settings - Fork 4
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
microG remove NLP module support since 0.2.28.231657 #18
Comments
Let's see how the microG issue to merge it works out. From my side this would be fine, as long as it's not necessary to completely overhaul the internal structure. Personally I only use microG for the NLP component and have everything else disabled. |
If I understand correctly, it is saying that NLP does not work (or not reliably) on latest Android (maybe Android ≥13?) due to some sort of new battery saving machinery, and that is why they removed this feature. See also microg/GmsCore#1944 |
microG has already added some basic Local NLP backend functionality: microg/GmsCore#1941 (comment) However, due to relevance it will be pinned. I sill use Local NLP Backend myself, and will continue to support it (though with much reduced effort, and likely no new features will be added). |
Any way to open the Local NLP Backend app externally? Now that F-Droid auto updated me to the latest version of microG, I can't use microG to open Local NLP Backend to export the data to import it into the new microG built in one. I can't downgrade microG either. Catch-22. |
Did you install Local NLP Backend from F-Droid? |
Yes, I have it from F-Droid. It worked well. |
I have the same problem. Update from Lineageos for MicroG 21 -> 22.1. I still have my rf.db from the app data location. I am not sure anymore if the export function was only write the sqlite3 db or a csv file. What does the new network location from MicroG needs as an import format? I tried to give them the rf.db, but I think this was not working (no response from the appI |
So, I have seen that the new location backend needs a different database scheme ... see here: Has someone already wrote a converter script? |
Upstream microG remove NLP module support since 0.2.28.231657, and only use builtin module. So we can't use this project with microG.
Upstream still doesn't provide new module way. But they said, "No modules anymore, they became unreliable in recent Android versions due to 'energy savings'"
If upstream don't want to support external module because of background control of newer androids, the only way may be try to merge this project into microG project.
The text was updated successfully, but these errors were encountered: