-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Installing to /system/priv-app causes boot loop on CrDroid #1869
Comments
Might be because you're missing |
On Sun, Jan 15, 2023 at 6:02 PM Elastic Rock wrote:
I am trying to make an OTA zip file to speed-up the process of installing
MicroG
Do you know https://github.com/micro5k/microg-unofficial-installer/
exists?
|
Fixed the issue. Thanks. |
Not sure how did you fixed the issue - any suggestions or link with more detailed instructions? but this file is missing in my crDroid installation. Should I create it empty and put only single permission there (MANAGE_USB) ? |
The file may have any name and may be in many folders. It may be in:
The name can be: |
sorry for asking stupid question, but my build of crDroid does not have this file, if you search through github crdroid sources ( org:crdroidandroid privapp-permissions gms ) you will realize crDroid has privapp-permissions defined only for couple of vendors, which means that I need:
If rebuilding from scratch I might miss many other necessary permissions, and my goal is to make running NLP backend from microG. So any saving time suggestions will be highly appreciated |
Maybe many devices use a common privapp-permission xml file, or it is automatically generated during build but it must exist somewhere. |
Thank you for hint, tried to search both my device image, running system and available sources of crDroid, but didnt find anything related to these permissions settings. |
If you want to do it in a simpler way then you can try my flashable zip. |
Describe the bug
When GmsCore is put into the /system/priv-app folder, the phone bootloops. When removed, the phone boots without a problem.
To Reproduce
Steps to reproduce the behavior:
System
Android Version: [e.g. 13]
Custom ROM: [e.g. CrDroid 9.1]
Device: ginkgo (I don't know if that helps)
I can also confirm it not working on CrDroid 8.1 so Android 12.1
Additional context
I am trying to make an OTA zip file to speed-up the process of installing MicroG and all it's components properly by using the F-Droid privileged extension OTA zip and this Lineage for MicroG repo as a template. I have tried installing all other components except for GmsCore and no issues occur, from which I deduce that the problem is caused by GmsCore. I have no problems using the same steps on ArrowOS 12.1 and 13.
My repo is https://github.com/elastic-rock/microg-unofficial-ota-zip.
The text was updated successfully, but these errors were encountered: