Steps to reproduce/复现步骤
Device is Redmi 7A (64hw, but 32bit ROM, Miui 12)
Magisk 30.7, with various modules, all is working fine, rooted device, getting Strong integrity with original 1.11 LSPosed module, when testing Vector latest debug v2.0 3043 debug, the ACTION button does not open the Manager, it crashes.
few interesting sections in log below
Expected behaviour/预期行为
Action button should open the Xposed Manager window to manage modules.. it does not open.
Actual behaviour/实际行为
Crashes, few interesting sections from log (maybe b/c this is 32bit only ROM, so the 64bit execuable not there):
[ 2026-06-24T20:42:05.677 0: 2202: 2202 I/VectorNative ] System server process detected. Marking for injection. [ 2026-06-24T20:42:05.678 0: 2202: 2202 V/VectorNative ] IPCBridge initialized successfully. [ 2026-06-24T20:42:05.729 0: 1651: 1651 I/VectorDaemon ] Vector daemon started: lateInject=false, proxy=serial [ 2026-06-24T20:42:05.729 0: 1651: 1651 I/VectorDaemon ] Version 2.0 (3043) [ 2026-06-24T20:42:05.732 0: 1651: 1651 D/VectorSystemServer ] Registering bridge service for system_serverwith nameser
ial. [ 2026-06-24T20:42:05.820 0: 1651: 1651 I/VectorDex2Oat ] Detected /apex/com.android.runtime/bin/dex2oat -> Assigned Index 0 [ 2026-06-24T20:42:05.824 0: 1651: 2232 I/VectorLogcat ] Logcat daemon starting [ 2026-06-24T20:42:05.824 0: 1651: 1651 E/VectorNativeDaemon ] resolve realpath for bin/dex2oat64 failed with 2: No such fil e or directory [ 2026-06-24T20:42:05.831 0: 2240: 2240 I/VectorNativeDaemon ] Enable dex2oat wrapper [ 2026-06-24T20:42:05.834 0: 1651: 2232 I/VectorLogcat ] New log file: /data/adb/lspd/log/verbose_2026-06-24T20:42:05.831 .log [ 2026-06-24T20:42:05.838 0: 1651: 2232 I/VectorLogcat ] New log file: /data/adb/lspd/log/modules_2026-06-24T20:42:05.837 .log [ 2026-06-24T20:42:05.860 0: 1651: 1651 E/VectorNativeDaemon ] resolve realpath for bin/dex2oat64 failed with 2: No such fil e or directory [ 2026-06-24T20:42:05.868 0: 2247: 2247 I/VectorNativeDaemon ] Disable dex2oat wrapper [ 2026-06-24T20:42:05.885 1000: 2202: 2202 D/VectorNative ] module.cpp:371 (virtual void vector::native::module::VectorModul e::postServerSpecialize(const zygisk::ServerSpecializeArgs *)): Attempting injection into system_server.
In addition failure to open database / sqlite errors:
[ 2026-06-24T20:42:21.122 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:21.467 1000: 2202: 2202 I/SELinux ] SELinux: Loaded file_contexts [ 2026-06-24T20:42:22.149 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:22.649 1017: 1516: 1516 E/SELinux ] avc: could not determine enforcing mode: Permission denied [ 2026-06-24T20:42:23.149 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:24.151 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:25.151 0: 1651: 1651 E/VectorDaemon ] Failed to inject VectorService into system_server [ 2026-06-24T20:42:25.151 0: 1651: 1651 W/VectorDaemon ] Restarting system_server... [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteLog ] (14) cannot open file at line 36937 of [68b898381a] [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteLog ] (14) os_unix.c:36937: (13) lstat(/data/adb/lspd/config/modules_c onfig.db) - [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteDatabase ] Failed to open database '/data/adb/lspd/config/modules_config.db '. android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.377 0: 1651: 1651 E/SQLiteOpenHelper ] Couldn't open /data/adb/lspd/config/modules_config.db for writi ng (will try read-only): android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
The modules db is valid and readable by root on phone we see:
# sqlite3 /data/adb/lspd/config/modules_config.db .dump | head -3 PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE android_metadata (locale TEXT);
-rw------- 1 root root 45056 2026-06-24 21:05 /data/adb/lspd/config/modules_config.db
Xposed Module List/Xposed 模块列表
reproduces even with no modules.
Root implementation/Root 方案
Magisk 30.7
System Module List/系统模块列表
reproduces even with just Vector installed..
LSPosed version/LSPosed 版本
1651 I/VectorDaemon ] Version 2.0 (3043)
Android version/Android 版本
10
Version requirement/版本要求
Logs/日志
----part 1 start---- [ 2026-06-24T20:42:03.292 0: 509: 552 I/Magisk ] ** late_start service mode running [ 2026-06-24T20:42:03.292 0: 509: 552 I/Magisk ] * Running service.d scripts [ 2026-06-24T20:42:03.672 1000: 429: 429 I/SELinux ] avc: received setenforce notice (enforcing=0) [ 2026-06-24T20:42:03.680 1000: 430: 430 I/SELinux ] SELinux: Loaded service_contexts from: [ 2026-06-24T20:42:03.680 1000: 430: 430 I/SELinux ] /vendor/etc/selinux/vndservice_contexts [ 2026-06-24T20:42:03.681 1000: 428: 428 I/SELinux ] SELinux: Loaded service_contexts from: [ 2026-06-24T20:42:03.682 1000: 428: 428 I/SELinux ] /system/etc/selinux/plat_service_contexts [ 2026-06-24T20:42:04.587 0: 1651: 1651 D/AndroidRuntime ] >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<< [ 2026-06-24T20:42:04.594 0: 1651: 1651 I/AndroidRuntime ] Using default boot image [ 2026-06-24T20:42:04.594 0: 1651: 1651 I/AndroidRuntime ] Leaving lock profiling enabled [ 2026-06-24T20:42:04.600 0: 1651: 1651 W/lspd ] Could not reserve sentinel fault page [ 2026-06-24T20:42:04.758 0: 1651: 1651 D/ICU ] Time zone APEX file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat [ 2026-06-24T20:42:05.473 0: 1651: 1651 W/lspd ] JNI RegisterNativeMethods: attempt to register 0 native methods for android.media.AudioAttributes [ 2026-06-24T20:42:05.490 0: 1651: 1651 D/AndroidRuntime ] Calling main entry org.matrix.vector.daemon.VectorDaemon [ 2026-06-24T20:42:05.673 0: 2202: 2202 I/Dobby ] ================================ [ 2026-06-24T20:42:05.673 0: 2202: 2202 I/Dobby ] Dobby [ 2026-06-24T20:42:05.673 0: 2202: 2202 I/Dobby ] dobby in debug log mode, disable with cmake flag "-DDOBBY_DEBUG=OFF" [ 2026-06-24T20:42:05.673 0: 2202: 2202 I/Dobby ] ================================ [ 2026-06-24T20:42:05.677 0: 2202: 2202 D/VectorNative ] module.cpp:230 (virtual void vector::native::module::VectorModule::onLoad(zygisk::Api *, JNIEnv *)): Vector Zygisk module loaded [ 2026-06-24T20:42:05.677 0: 2202: 2202 I/VectorNative ] System server process detected. Marking for injection. [ 2026-06-24T20:42:05.678 0: 2202: 2202 V/VectorNative ] IPCBridge initialized successfully. [ 2026-06-24T20:42:05.729 0: 1651: 1651 I/VectorDaemon ] Vector daemon started: lateInject=false, proxy=serial [ 2026-06-24T20:42:05.729 0: 1651: 1651 I/VectorDaemon ] Version 2.0 (3043) [ 2026-06-24T20:42:05.732 0: 1651: 1651 D/VectorSystemServer ] Registering bridge service for system_serverwith nameserial. [ 2026-06-24T20:42:05.820 0: 1651: 1651 I/VectorDex2Oat ] Detected /apex/com.android.runtime/bin/dex2oat -> Assigned Index 0 [ 2026-06-24T20:42:05.824 0: 1651: 2232 I/VectorLogcat ] Logcat daemon starting [ 2026-06-24T20:42:05.824 0: 1651: 1651 E/VectorNativeDaemon ] resolve realpath for bin/dex2oat64 failed with 2: No such file or directory [ 2026-06-24T20:42:05.831 0: 2240: 2240 I/VectorNativeDaemon ] Enable dex2oat wrapper [ 2026-06-24T20:42:05.834 0: 1651: 2232 I/VectorLogcat ] New log file: /data/adb/lspd/log/verbose_2026-06-24T20:42:05.831.log [ 2026-06-24T20:42:05.838 0: 1651: 2232 I/VectorLogcat ] New log file: /data/adb/lspd/log/modules_2026-06-24T20:42:05.837.log [ 2026-06-24T20:42:05.860 0: 1651: 1651 E/VectorNativeDaemon ] resolve realpath for bin/dex2oat64 failed with 2: No such file or directory [ 2026-06-24T20:42:05.868 0: 2247: 2247 I/VectorNativeDaemon ] Disable dex2oat wrapper [ 2026-06-24T20:42:05.885 1000: 2202: 2202 D/VectorNative ] module.cpp:371 (virtual void vector::native::module::VectorModule::postServerSpecialize(const zygisk::ServerSpecializeArgs *)): Attempting injection into system_server. [ 2026-06-24T20:42:05.888 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:06.889 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:07.632 0: 1651: 2231 I/VectorDex2Oat ] Dex2oat wrapper daemon start [ 2026-06-24T20:42:07.633 0: 1651: 2231 D/VectorDex2Oat ] wrapper path: uf7wnudyy2k9jter8d5gsu03vd6o3pn2 [ 2026-06-24T20:42:07.675 0: 1651: 2382 D/VectorFileSystem ] Existing /data/adb/lspd/.cli_sock deleted [ 2026-06-24T20:42:07.676 0: 1651: 2382 D/VectorCliSever ] CLI server started at /data/adb/lspd/.cli_sock [ 2026-06-24T20:42:07.681 0: 1651: 1651 D/ThemeCompatibility ] START loading theme compatibility config. [ 2026-06-24T20:42:07.681 0: 1651: 1651 D/ThemeCompatibility ] getVersion(): /data/system/theme_config/theme_compatibility.xml java.io.FileNotFoundException: /data/system/theme_config/theme_compatibility.xml: open failed: ENOENT (No such file or directory) [ 2026-06-24T20:42:07.685 0: 1651: 1651 D/ThemeCompatibility ] getConfigDocumentTree(): 140 vs -1 [ 2026-06-24T20:42:07.686 0: 1651: 1651 D/ThemeCompatibility ] parse file: /system/media/theme/theme_compatibility.xml [ 2026-06-24T20:42:07.692 0: 1651: 1651 D/ThemeCompatibility ] END loading: version=140 size=51 [ 2026-06-24T20:42:07.718 0: 1651: 2239 I/VectorWorkarounds ] SQLiteGlobal.sDefaultSyncMode initialized to NORMAL. [ 2026-06-24T20:42:07.718 0: 1651: 2239 I/VectorWorkarounds ] SQLiteCompatibilityWalFlags successfully bypassed. [ 2026-06-24T20:42:07.890 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:08.103 0: 1651: 1651 I/FeatureParser ] can't find pine.xml in assets/device_features/,it may be in /system/etc/device_features [ 2026-06-24T20:42:08.109 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:08.891 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:09.111 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:09.892 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:10.111 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:10.892 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:11.112 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:11.892 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:12.113 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:12.893 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:13.114 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:13.893 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:14.116 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:14.894 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:15.116 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:15.894 1000: 2202: 2202 E/VectorNative ] Failed to get system server binder after 10 attempts. Aborting. [ 2026-06-24T20:42:15.894 1000: 2202: 2202 E/VectorNative ] Failed to get system server IPC binder. Aborting injection. [ 2026-06-24T20:42:15.894 1000: 2202: 2202 D/VectorNative ] module.cpp:446 (void vector::native::module::VectorModule::SetAllowUnload(bool)): Allowing Zygisk to unload module library. [ 2026-06-24T20:42:15.894 1000: 2202: 2202 D/VectorNative ] module.cpp:453 (void vector::native::module::VectorModule::SetAllowUnload(bool)): Module context singleton released. [ 2026-06-24T20:42:16.117 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:17.118 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:18.119 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:19.120 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:20.121 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:21.015 0: 1514: 1540 I/SELinux ] SELinux: Loaded file_contexts [ 2026-06-24T20:42:21.122 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:21.467 1000: 2202: 2202 I/SELinux ] SELinux: Loaded file_contexts [ 2026-06-24T20:42:22.149 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:22.649 1017: 1516: 1516 E/SELinux ] avc: could not determine enforcing mode: Permission denied [ 2026-06-24T20:42:23.149 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:24.151 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:25.151 0: 1651: 1651 E/VectorDaemon ] Failed to inject VectorService into system_server [ 2026-06-24T20:42:25.151 0: 1651: 1651 W/VectorDaemon ] Restarting system_server... [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteLog ] (14) cannot open file at line 36937 of [68b898381a] [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteLog ] (14) os_unix.c:36937: (13) lstat(/data/adb/lspd/config/modules_config.db) - [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteDatabase ] Failed to open database '/data/adb/lspd/config/modules_config.db'. android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.377 0: 1651: 1651 E/SQLiteOpenHelper ] Couldn't open /data/adb/lspd/config/modules_config.db for writing (will try read-only): android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.377 0: 1651: 1651 E/SQLiteLog ] (14) cannot open file at line 36937 of [68b898381a] [ 2026-06-24T20:42:25.377 0: 1651: 1651 E/SQLiteLog ] (14) os_unix.c:36937: (13) lstat(/data/adb/lspd/config/modules_config.db) - [ 2026-06-24T20:42:25.377 0: 1651: 1651 E/SQLiteDatabase ] Failed to open database '/data/adb/lspd/config/modules_config.db'. android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.378 0: 1651: 1651 D/AndroidRuntime ] Shutting down VM [ 2026-06-24T20:42:25.379 0: 1651: 1651 E/AndroidRuntime ] FATAL EXCEPTION: main PID: 1651 android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.382 0: 1651: 1651 E/VectorDaemon ] Uncaught exception in Daemon android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.383 0: 1651: 1651 I/lspd ] System.exit called, status: 1 [ 2026-06-24T20:42:25.383 0: 1651: 1651 I/AndroidRuntime ] VM exiting with result code 1.
Steps to reproduce/复现步骤
Device is Redmi 7A (64hw, but 32bit ROM, Miui 12)
Magisk 30.7, with various modules, all is working fine, rooted device, getting Strong integrity with original 1.11 LSPosed module, when testing Vector latest debug v2.0 3043 debug, the ACTION button does not open the Manager, it crashes.
few interesting sections in log below
Expected behaviour/预期行为
Action button should open the Xposed Manager window to manage modules.. it does not open.
Actual behaviour/实际行为
Crashes, few interesting sections from log (maybe b/c this is 32bit only ROM, so the 64bit execuable not there):
[ 2026-06-24T20:42:05.677 0: 2202: 2202 I/VectorNative ] System server process detected. Marking for injection. [ 2026-06-24T20:42:05.678 0: 2202: 2202 V/VectorNative ] IPCBridge initialized successfully. [ 2026-06-24T20:42:05.729 0: 1651: 1651 I/VectorDaemon ] Vector daemon started: lateInject=false, proxy=serial [ 2026-06-24T20:42:05.729 0: 1651: 1651 I/VectorDaemon ] Version 2.0 (3043) [ 2026-06-24T20:42:05.732 0: 1651: 1651 D/VectorSystemServer ] Registering bridge service forsystem_serverwith nameserial
. [ 2026-06-24T20:42:05.820 0: 1651: 1651 I/VectorDex2Oat ] Detected /apex/com.android.runtime/bin/dex2oat -> Assigned Index 0 [ 2026-06-24T20:42:05.824 0: 1651: 2232 I/VectorLogcat ] Logcat daemon starting [ 2026-06-24T20:42:05.824 0: 1651: 1651 E/VectorNativeDaemon ] resolve realpath for bin/dex2oat64 failed with 2: No such fil e or directory [ 2026-06-24T20:42:05.831 0: 2240: 2240 I/VectorNativeDaemon ] Enable dex2oat wrapper [ 2026-06-24T20:42:05.834 0: 1651: 2232 I/VectorLogcat ] New log file: /data/adb/lspd/log/verbose_2026-06-24T20:42:05.831 .log [ 2026-06-24T20:42:05.838 0: 1651: 2232 I/VectorLogcat ] New log file: /data/adb/lspd/log/modules_2026-06-24T20:42:05.837 .log [ 2026-06-24T20:42:05.860 0: 1651: 1651 E/VectorNativeDaemon ] resolve realpath for bin/dex2oat64 failed with 2: No such fil e or directory [ 2026-06-24T20:42:05.868 0: 2247: 2247 I/VectorNativeDaemon ] Disable dex2oat wrapper [ 2026-06-24T20:42:05.885 1000: 2202: 2202 D/VectorNative ] module.cpp:371 (virtual void vector::native::module::VectorModul e::postServerSpecialize(const zygisk::ServerSpecializeArgs *)): Attempting injection into system_server.In addition failure to open database / sqlite errors:
[ 2026-06-24T20:42:21.122 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:21.467 1000: 2202: 2202 I/SELinux ] SELinux: Loaded file_contexts [ 2026-06-24T20:42:22.149 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:22.649 1017: 1516: 1516 E/SELinux ] avc: could not determine enforcing mode: Permission denied [ 2026-06-24T20:42:23.149 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:24.151 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:25.151 0: 1651: 1651 E/VectorDaemon ] Failed to inject VectorService into system_server [ 2026-06-24T20:42:25.151 0: 1651: 1651 W/VectorDaemon ] Restarting system_server... [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteLog ] (14) cannot open file at line 36937 of [68b898381a] [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteLog ] (14) os_unix.c:36937: (13) lstat(/data/adb/lspd/config/modules_c onfig.db) - [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteDatabase ] Failed to open database '/data/adb/lspd/config/modules_config.db '. android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.377 0: 1651: 1651 E/SQLiteOpenHelper ] Couldn't open /data/adb/lspd/config/modules_config.db for writi ng (will try read-only): android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)The modules db is valid and readable by root on phone we see:
# sqlite3 /data/adb/lspd/config/modules_config.db .dump | head -3 PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE android_metadata (locale TEXT);-rw------- 1 root root 45056 2026-06-24 21:05 /data/adb/lspd/config/modules_config.db
Xposed Module List/Xposed 模块列表
Root implementation/Root 方案
Magisk 30.7
System Module List/系统模块列表
LSPosed version/LSPosed 版本
1651 I/VectorDaemon ] Version 2.0 (3043)
Android version/Android 版本
10
Version requirement/版本要求
Logs/日志
----part 1 start---- [ 2026-06-24T20:42:03.292 0: 509: 552 I/Magisk ] ** late_start service mode running [ 2026-06-24T20:42:03.292 0: 509: 552 I/Magisk ] * Running service.d scripts [ 2026-06-24T20:42:03.672 1000: 429: 429 I/SELinux ] avc: received setenforce notice (enforcing=0) [ 2026-06-24T20:42:03.680 1000: 430: 430 I/SELinux ] SELinux: Loaded service_contexts from: [ 2026-06-24T20:42:03.680 1000: 430: 430 I/SELinux ] /vendor/etc/selinux/vndservice_contexts [ 2026-06-24T20:42:03.681 1000: 428: 428 I/SELinux ] SELinux: Loaded service_contexts from: [ 2026-06-24T20:42:03.682 1000: 428: 428 I/SELinux ] /system/etc/selinux/plat_service_contexts [ 2026-06-24T20:42:04.587 0: 1651: 1651 D/AndroidRuntime ] >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<< [ 2026-06-24T20:42:04.594 0: 1651: 1651 I/AndroidRuntime ] Using default boot image [ 2026-06-24T20:42:04.594 0: 1651: 1651 I/AndroidRuntime ] Leaving lock profiling enabled [ 2026-06-24T20:42:04.600 0: 1651: 1651 W/lspd ] Could not reserve sentinel fault page [ 2026-06-24T20:42:04.758 0: 1651: 1651 D/ICU ] Time zone APEX file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat [ 2026-06-24T20:42:05.473 0: 1651: 1651 W/lspd ] JNI RegisterNativeMethods: attempt to register 0 native methods for android.media.AudioAttributes [ 2026-06-24T20:42:05.490 0: 1651: 1651 D/AndroidRuntime ] Calling main entry org.matrix.vector.daemon.VectorDaemon [ 2026-06-24T20:42:05.673 0: 2202: 2202 I/Dobby ] ================================ [ 2026-06-24T20:42:05.673 0: 2202: 2202 I/Dobby ] Dobby [ 2026-06-24T20:42:05.673 0: 2202: 2202 I/Dobby ] dobby in debug log mode, disable with cmake flag "-DDOBBY_DEBUG=OFF" [ 2026-06-24T20:42:05.673 0: 2202: 2202 I/Dobby ] ================================ [ 2026-06-24T20:42:05.677 0: 2202: 2202 D/VectorNative ] module.cpp:230 (virtual void vector::native::module::VectorModule::onLoad(zygisk::Api *, JNIEnv *)): Vector Zygisk module loaded [ 2026-06-24T20:42:05.677 0: 2202: 2202 I/VectorNative ] System server process detected. Marking for injection. [ 2026-06-24T20:42:05.678 0: 2202: 2202 V/VectorNative ] IPCBridge initialized successfully. [ 2026-06-24T20:42:05.729 0: 1651: 1651 I/VectorDaemon ] Vector daemon started: lateInject=false, proxy=serial [ 2026-06-24T20:42:05.729 0: 1651: 1651 I/VectorDaemon ] Version 2.0 (3043) [ 2026-06-24T20:42:05.732 0: 1651: 1651 D/VectorSystemServer ] Registering bridge service forsystem_serverwith nameserial. [ 2026-06-24T20:42:05.820 0: 1651: 1651 I/VectorDex2Oat ] Detected /apex/com.android.runtime/bin/dex2oat -> Assigned Index 0 [ 2026-06-24T20:42:05.824 0: 1651: 2232 I/VectorLogcat ] Logcat daemon starting [ 2026-06-24T20:42:05.824 0: 1651: 1651 E/VectorNativeDaemon ] resolve realpath for bin/dex2oat64 failed with 2: No such file or directory [ 2026-06-24T20:42:05.831 0: 2240: 2240 I/VectorNativeDaemon ] Enable dex2oat wrapper [ 2026-06-24T20:42:05.834 0: 1651: 2232 I/VectorLogcat ] New log file: /data/adb/lspd/log/verbose_2026-06-24T20:42:05.831.log [ 2026-06-24T20:42:05.838 0: 1651: 2232 I/VectorLogcat ] New log file: /data/adb/lspd/log/modules_2026-06-24T20:42:05.837.log [ 2026-06-24T20:42:05.860 0: 1651: 1651 E/VectorNativeDaemon ] resolve realpath for bin/dex2oat64 failed with 2: No such file or directory [ 2026-06-24T20:42:05.868 0: 2247: 2247 I/VectorNativeDaemon ] Disable dex2oat wrapper [ 2026-06-24T20:42:05.885 1000: 2202: 2202 D/VectorNative ] module.cpp:371 (virtual void vector::native::module::VectorModule::postServerSpecialize(const zygisk::ServerSpecializeArgs *)): Attempting injection into system_server. [ 2026-06-24T20:42:05.888 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:06.889 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:07.632 0: 1651: 2231 I/VectorDex2Oat ] Dex2oat wrapper daemon start [ 2026-06-24T20:42:07.633 0: 1651: 2231 D/VectorDex2Oat ] wrapper path: uf7wnudyy2k9jter8d5gsu03vd6o3pn2 [ 2026-06-24T20:42:07.675 0: 1651: 2382 D/VectorFileSystem ] Existing /data/adb/lspd/.cli_sock deleted [ 2026-06-24T20:42:07.676 0: 1651: 2382 D/VectorCliSever ] CLI server started at /data/adb/lspd/.cli_sock [ 2026-06-24T20:42:07.681 0: 1651: 1651 D/ThemeCompatibility ] START loading theme compatibility config. [ 2026-06-24T20:42:07.681 0: 1651: 1651 D/ThemeCompatibility ] getVersion(): /data/system/theme_config/theme_compatibility.xml java.io.FileNotFoundException: /data/system/theme_config/theme_compatibility.xml: open failed: ENOENT (No such file or directory) [ 2026-06-24T20:42:07.685 0: 1651: 1651 D/ThemeCompatibility ] getConfigDocumentTree(): 140 vs -1 [ 2026-06-24T20:42:07.686 0: 1651: 1651 D/ThemeCompatibility ] parse file: /system/media/theme/theme_compatibility.xml [ 2026-06-24T20:42:07.692 0: 1651: 1651 D/ThemeCompatibility ] END loading: version=140 size=51 [ 2026-06-24T20:42:07.718 0: 1651: 2239 I/VectorWorkarounds ] SQLiteGlobal.sDefaultSyncMode initialized to NORMAL. [ 2026-06-24T20:42:07.718 0: 1651: 2239 I/VectorWorkarounds ] SQLiteCompatibilityWalFlags successfully bypassed. [ 2026-06-24T20:42:07.890 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:08.103 0: 1651: 1651 I/FeatureParser ] can't find pine.xml in assets/device_features/,it may be in /system/etc/device_features [ 2026-06-24T20:42:08.109 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:08.891 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:09.111 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:09.892 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:10.111 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:10.892 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:11.112 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:11.892 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:12.113 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:12.893 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:13.114 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:13.893 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:14.116 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:14.894 1000: 2202: 2202 W/VectorNative ] Failed to get system server binder via serial, will retry in 1 second... [ 2026-06-24T20:42:15.116 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:15.894 1000: 2202: 2202 E/VectorNative ] Failed to get system server binder after 10 attempts. Aborting. [ 2026-06-24T20:42:15.894 1000: 2202: 2202 E/VectorNative ] Failed to get system server IPC binder. Aborting injection. [ 2026-06-24T20:42:15.894 1000: 2202: 2202 D/VectorNative ] module.cpp:446 (void vector::native::module::VectorModule::SetAllowUnload(bool)): Allowing Zygisk to unload module library. [ 2026-06-24T20:42:15.894 1000: 2202: 2202 D/VectorNative ] module.cpp:453 (void vector::native::module::VectorModule::SetAllowUnload(bool)): Module context singleton released. [ 2026-06-24T20:42:16.117 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:17.118 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:18.119 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:19.120 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:20.121 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:21.015 0: 1514: 1540 I/SELinux ] SELinux: Loaded file_contexts [ 2026-06-24T20:42:21.122 0: 1651: 1651 I/VectorDaemon ] Waiting system service: package for 1s [ 2026-06-24T20:42:21.467 1000: 2202: 2202 I/SELinux ] SELinux: Loaded file_contexts [ 2026-06-24T20:42:22.149 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:22.649 1017: 1516: 1516 E/SELinux ] avc: could not determine enforcing mode: Permission denied [ 2026-06-24T20:42:23.149 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:24.151 0: 1651: 1651 W/VectorDaemon ] No response from bridge, retrying... [ 2026-06-24T20:42:25.151 0: 1651: 1651 E/VectorDaemon ] Failed to inject VectorService into system_server [ 2026-06-24T20:42:25.151 0: 1651: 1651 W/VectorDaemon ] Restarting system_server... [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteLog ] (14) cannot open file at line 36937 of [68b898381a] [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteLog ] (14) os_unix.c:36937: (13) lstat(/data/adb/lspd/config/modules_config.db) - [ 2026-06-24T20:42:25.376 0: 1651: 1651 E/SQLiteDatabase ] Failed to open database '/data/adb/lspd/config/modules_config.db'. android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.377 0: 1651: 1651 E/SQLiteOpenHelper ] Couldn't open /data/adb/lspd/config/modules_config.db for writing (will try read-only): android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.377 0: 1651: 1651 E/SQLiteLog ] (14) cannot open file at line 36937 of [68b898381a] [ 2026-06-24T20:42:25.377 0: 1651: 1651 E/SQLiteLog ] (14) os_unix.c:36937: (13) lstat(/data/adb/lspd/config/modules_config.db) - [ 2026-06-24T20:42:25.377 0: 1651: 1651 E/SQLiteDatabase ] Failed to open database '/data/adb/lspd/config/modules_config.db'. android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.378 0: 1651: 1651 D/AndroidRuntime ] Shutting down VM [ 2026-06-24T20:42:25.379 0: 1651: 1651 E/AndroidRuntime ] FATAL EXCEPTION: main PID: 1651 android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.382 0: 1651: 1651 E/VectorDaemon ] Uncaught exception in Daemon android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341) at org.matrix.vector.daemon.data.PreferenceStore.getModulePrefs$default(PreferenceStore.kt:15) at org.matrix.vector.daemon.data.PreferenceStore.isVerboseLogEnabled(PreferenceStore.kt:95) at org.matrix.vector.daemon.ipc.ManagerService.isVerboseLog(ManagerService.kt:239) at org.matrix.vector.daemon.VectorDaemon.main(VectorDaemon.kt:103) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:380) [ 2026-06-24T20:42:25.383 0: 1651: 1651 I/lspd ] System.exit called, status: 1 [ 2026-06-24T20:42:25.383 0: 1651: 1651 I/AndroidRuntime ] VM exiting with result code 1.