-
Notifications
You must be signed in to change notification settings - Fork 114
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
not working without root #125
Comments
Hmm, I wonder if it's a permission or selinux issue. Can you run this command in a terminal (or adb shell) and paste the output here? ls -lZR /system/etc/permissions/ /system/priv-app/com.chiller3.bcr/ |
Sorry for late reply! I was bit busy. Here you go. /system/priv-app/com.chiller3.bcr: |
Thanks for that. I think the permissions on the copied files are not correct, causing the files to only be readable by root. This should fix the problem:
(you'll need to mount the system partition as writable like you did when you first set it up) |
Thanks! That fixed my issue :) |
Hello. I tried to install BCR without root using recommended steps here in github.
I'm using crdroid 8.8 (Lineage os fork on android 12.1)
I copied all files under system directory in zip file and pasted it in /system/ partition after mounting it.
But the app isnt showing and when i install through apk it only installs it as user app, not as system app. Where am i going wrong?
The text was updated successfully, but these errors were encountered: