Skip to content
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

It disables PermissionController's real time permission monitoring #4

Closed
HankAviator opened this issue Jul 6, 2020 · 0 comments
Closed

Comments

@HankAviator
Copy link

I'd like to submit a bug report that I am certain is related with Lucky Patcher after 10+ times of Nandroid restore.

Environment:

Android 10, LineageOS 17.1 build 20200702, running on Xiaomi MI 6 (sagit). arm64, not A/B device, single user.
Magisk 20.4, EdXposed v0.4.6.2.4529.

Steps to reproduce:

  1. Install Core Patch
  2. Enable Core Patch Xposed module, reboot. By default, disable package manager signature verification is enabled.
  3. The Runtime permission usage tracking of the permission controller, a new feature on Android 10, no longer works. There is no warning of any kind, like ANR or force close, by default. When it runs normally, some icons will show on the top right corner when the notification bar is pulled down. This screenshot shows when a sensitive permission, such as camera, microphone or positioning, is used.
    image
    Besides, there are logs for permission requests in System Settings - Privacy
    image

Issue

The biggest challenge is I failed to find any way to fix it except restoring /data only in recovery (if there is no modification done to /system and other partitions), which means so far as I can see, once permission controller is broken, it won't work well again. I tried disabling Xposed framework, Magisk and safe mode or clearing permission controller's data after the permission controller's runtime permission usage tracking stopped working, but none was effective.

This issue happens to Lucky Patcher's Xposed Module and core.jar patching as well. Log and /data are attached for your reference.
Download link for /data: https://mega.nz/folder/BhBykYJZ#TPieGYNzDLcGkxmo3XnQuw (excluding /data/media and /data/data)
logcat_LP_android10_permissioncontroller.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants