https://github.com/ikas-mc/px-app
https://github.com/ikas-mc/px-app
android appops ifw permission-android xposed
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikas-mc/px-app
- Owner: ikas-mc
- Created: 2020-05-25T12:41:56.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T15:07:25.000Z (over 2 years ago)
- Last Synced: 2024-04-28T03:57:11.493Z (about 2 years ago)
- Topics: android, appops, ifw, permission-android, xposed
- Homepage:
- Size: 395 KB
- Stars: 53
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invalid App
For Android 10+, Manage App/App Component(IFW)/Permission/AppOps
https://github.com/ikas-mc/px-app/wiki

## Download
https://github.com/ikas-mc/fdroid-repo
Note
This app is a personal research app
This app may cause damage to your system or application, Please bear the consequences
This app requires root or Sui/Shizuku
Root mode does not support running in background, if you need background, Please use Sui/Shizuku
Sui/Shizuku : https://github.com/RikkaApps/Sui
## Rule Repo
### Public git repo
https://github.com/ikas-mc/px-repo
Common rules and templates
### Private git repo
Custom rules, the same structure as the public library
You need create a private repo by yourself
Private repo uses ssh protocol, add Deploy keys in the github project settings, and then upload the key on the app settings page
https://docs.github.com/v3/guides/managing-deploy-keys/#deploy-keys
## AppOps patch
Android 10+ may modify/synchronize/reset AppOps by default
If you want to independently set the appops, you must prevent this modification behavior of the system
Ref wiki:https://github.com/ikas-mc/px-app/wiki/AppOps
Note: Only support vanilla system, third-party system have their own modifications
#### Hook AppOps
Choose one of the following 2 options
1. Magisk module
Modify the system service.jar, and then make magisk module
https://github.com/ikas-mc/Prevent-Op-Sync-Patcher
2. Xposed module
https://repo.xposed.info/module/ikas.android.projectx.hook.prevent
#### Config
Open app and go to mode page then check appOps option
## ifw
Note:
Disable some components may cause the system to restart indefinitely and enter recovery mode
Temporary solution:
https://github.com/ikas-mc/px-app/issues/1
## source
Not open source yet
The plug-in source code can refer to:
https://github.com/ikas-mc/Prevent-Op-Sync-Patcher