-
Notifications
You must be signed in to change notification settings - Fork 673
Compatibility of module AndroidFaker with different targets #634
Description
Steps to reproduce/复现步骤
1-Install and enable a module that requires Xposed API 100.
2-Scenario A (System Framework): Select "System Framework" in the module's scope.
3-Observe that the module's features do not take effect globally as expected.
4-Scenario B (Specific App): Deselect System Framework and select a specific target app in the scope (e.g., HungerStation).
5-Launch the targeted app.
6-The app crashes (Force Closes) immediately upon opening.
Expected behaviour/预期行为
Selecting "System Framework" should apply the module globally without issues. If selecting a specific app instead, the app should launch normally with the module hooked, without crashing.
Environment Details:
1- Vector Version: 2.0 (3021)
2-Module API Requirement: API 100
3-Device: Tecno Camon 30 (Model: CL6)
4-Android Version:15
Actual behaviour/实际行为
1-When "System Framework" is selected in the scope, the module fails to inject or function at all. It silently fails to apply its features.
2-When a specific app (e.g., HungerStation) is selected in the scope, the targeted app immediately force closes (crashes) upon launch.
Xposed Module List/Xposed 模块列表
Android faker beta 9-5Root implementation/Root 方案
Magisk 30.7
System Module List/系统模块列表
Play Integrity Fix [INJECT] v4.5-inject-s
ReZygisk v1.0.0 (458-18f484b-release)
TEESimulator v3.2 (81-150a476-release)
Treat Wheel v0.0.8
Vector v2.0 (3021)LSPosed version/LSPosed 版本
Vector 2.0 (3021)
Android version/Android 版本
15
Version requirement/版本要求
- I am using the latest debug build from GitHub Actions./我正在使用 GitHub Actions 中最新的调试版本。