Hi, I’m hitting a crash on Android Faker v2.0.0-beta-9-6. The UI opens for ~2–3 seconds and then the process dies silently (no Java FATAL, no tombstone).
Environment:
Samsung device, Android 15 (One UI), arm64-v8a
Kitsune Mask (vvb2060 Magisk fork)
LSPosed v2.0.2 (Zygisk, JingMatrix)
Installed Magisk modules: TrickyStore, Tricky Addon (.TA_utl), PlayIntegrityFix, PlayCurlNEXT, Shamiko, LSPosed
Android Faker is not in DenyList; LSPosed shows the module enabled with static scope
Logcat (relevant line, repeats on every launch attempt):
E FBI : Can't load library: dlopen failed: library "libmagtsync.so" not found
Right before the crash, App.onCreate and MainActivity.onResume complete successfully and the keystore/MMKV path works fine. The crash happens shortly after the FBI dlopen failure.
What I’ve verified:
find / -name libmagtsync.so → returns nothing (file is absent system-wide)
The lib is not inside the installed APK (lib/arm64-v8a/ only contains libaf_native.so, libandroidx.graphics.path.so, libc++_shared.so, libmmkv.so)
None of my installed Magisk modules ship libmagtsync.so (TrickyStore only ships libtricky_store.so)
Question: which module is supposed to provide libmagtsync.so, and where can I download it? Is there a companion ZIP that should be flashed alongside the APK for this beta? If so, could you share a link?
Thanks for your work on the module.
Hi, I’m hitting a crash on Android Faker v2.0.0-beta-9-6. The UI opens for ~2–3 seconds and then the process dies silently (no Java FATAL, no tombstone).
Environment:
Samsung device, Android 15 (One UI), arm64-v8a
Kitsune Mask (vvb2060 Magisk fork)
LSPosed v2.0.2 (Zygisk, JingMatrix)
Installed Magisk modules: TrickyStore, Tricky Addon (.TA_utl), PlayIntegrityFix, PlayCurlNEXT, Shamiko, LSPosed
Android Faker is not in DenyList; LSPosed shows the module enabled with static scope
Logcat (relevant line, repeats on every launch attempt):
E FBI : Can't load library: dlopen failed: library "libmagtsync.so" not found
Right before the crash, App.onCreate and MainActivity.onResume complete successfully and the keystore/MMKV path works fine. The crash happens shortly after the FBI dlopen failure.
What I’ve verified:
find / -name libmagtsync.so → returns nothing (file is absent system-wide)
The lib is not inside the installed APK (lib/arm64-v8a/ only contains libaf_native.so, libandroidx.graphics.path.so, libc++_shared.so, libmmkv.so)
None of my installed Magisk modules ship libmagtsync.so (TrickyStore only ships libtricky_store.so)
Question: which module is supposed to provide libmagtsync.so, and where can I download it? Is there a companion ZIP that should be flashed alongside the APK for this beta? If so, could you share a link?
Thanks for your work on the module.