Has anyone had the same problem after Mobile Switching?
After switching from a Samsung s8 to Onplus 8 Pro,
the B4A cannot open the SQLITE database. All data is structured in the same way.
With SQLITE Manager, I can open it and make sure that alt is OK.
With SQLITE Editor, I can't even see the database in the folder.
B4A-error as below:
android.database.sqlite.SQLiteCantOpenDatabaseException: Cannot open database '/storage/emulated/0/Camper/Camper_geo.db': File /storage/emulated/0/Camper/Camper_geo.db is not readable
Caused by: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
After switching from a Samsung s8 to Onplus 8 Pro,
the B4A cannot open the SQLITE database. All data is structured in the same way.
With SQLITE Manager, I can open it and make sure that alt is OK.
With SQLITE Editor, I can't even see the database in the folder.
B4A-error as below:
android.database.sqlite.SQLiteCantOpenDatabaseException: Cannot open database '/storage/emulated/0/Camper/Camper_geo.db': File /storage/emulated/0/Camper/Camper_geo.db is not readable
Caused by: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database