VirtualXposed_12 icon indicating copy to clipboard operation
VirtualXposed_12 copied to clipboard

A simple app to use Xposed in virtual environment. (Android 12 support)

Results 7 VirtualXposed_12 issues
Sort by recently updated
recently updated
newest added

When opening Xposed I get the first error shown below which prevents from downloading anything from Xposed. When trying to enable a module I get the second error shown below....

**反馈BUG之前,先issue里面搜看看有没有别人已经反馈过,重复的不予处理!!** ## 问题描述 打不开微信 --------- beginning of system 2022-07-28 17:12:53.819 15125-15125/com.tencent.mm E/LoadedApk: Unable to instantiate appComponentFactory java.lang.ClassNotFoundException: Didn't find class "androidx.core.app.CoreComponentFactory" on path: DexPathList[[zip file "/data/user/0/io.va.exposed64/virtual/data/app/com.tencent.mm/base.apk"],nativeLibraryDirectories=[/data/user/0/io.va.exposed64/virtual/data/app/com.tencent.mm/lib, /data/user/0/io.va.exposed64/virtual/data/app/com.tencent.mm/base.apk!/lib/arm64-v8a, /system/lib64, /system/system_ext/lib64]] at...

**Describe the bug** For some reason, this error/warning keeps popping up randomly on my phone. I've never seen this message in my life, this seems to happen only with your...

When I tried to open Xposed Installer in VirtualXposed, it shows me "The XposedInstaller you used is not supported." Any ideas? I don't have a root, my bootloader is locked....

lpparam.context.getPackageManager().checkPermission("android.permission.ACCESS_NETWORK_STATE", lpparam.context.getPackageName()); `ActivityManagerStub` can work `PackageManagerStub` bind success but no work. maybe context fix wrong? can't find diff by cs.android.com about `ActivityThread.sPackageManager.set(hookedPM) `

**Describe the bug** `getActivity().getExternalCacheDir()` returns `/storage/emulated/0/Android/data/com.example.test2/cache`, and listFiles returns null instead of empty array. **To Reproduce** Steps to reproduce the behavior: Run `getActivity().getExternalCacheDir() + "\n" + Arrays.toString(getActivity().getExternalCacheDir().listFiles())` in app. **Expected...