- Feb 6, 2021
- 37
- 20
I don't know if I messed up or what but I am unable to turn the Bluetooth on.
I tried to create the missing folder but didn't work.
any suggestion? I don't want to upgrade. 12.5.9 rooted with magisk installed.
thanks
java.lang.RuntimeException: Unable to get provider com.android.bluetooth.provider.BTDeviceInfoContentProvider: android.database.sqlite.SQLiteCantOpenDatabaseException: Cannot open database '/data/user_de/0/com.android.bluetooth/databases/deviceinfo.db': Directory /data/user_de/0/com.android.bluetooth/databases doesn't exist
at android.app.ActivityThread.installProvider(Unknown Source:429)
at android.app.ActivityThread.installContentProviders(Unknown Source:28)
at android.app.ActivityThread.handleBindApplication(Unknown Source:1242)
at android.app.ActivityThread.access$1500(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(Unknown Source:692)
at android.os.Handler.dispatchMessage(Unknown Source:19)
at android.os.Looper.loop(Unknown Source:249)
at android.app.ActivityThread.main(Unknown Source:134)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
at com.android.internal.os.ZygoteInit.main(Unknown Source:313)
Caused by: android.database.sqlite.SQLiteCantOpenDatabaseException: Cannot open database '/data/user_de/0/com.android.bluetooth/databases/deviceinfo.db': Directory /data/user_de/0/com.android.bluetooth/databases doesn't exist
at android.database.sqlite.SQLiteConnection.open(Unknown Source:283)
at android.database.sqlite.SQLiteConnection.open(Unknown Source:5)
at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(Unknown Source:6)
at android.database.sqlite.SQLiteConnectionPool.open(Unknown Source:3)
at android.database.sqlite.SQLiteConnectionPool.open(Unknown Source:7)
at android.database.sqlite.SQLiteDatabase.openInner(Unknown Source:6)
at android.database.sqlite.SQLiteDatabase.open(Unknown Source:2)
at android.database.sqlite.SQLiteDatabase.openDatabase(Unknown Source:49)
at android.database.sqlite.SQLiteDatabase.openDatabase(Unknown Source:4)
at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(Unknown Source:81)
at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(Unknown Source:2)
at com.android.bluetooth.provider.BTDeviceInfoContentProvider.onCreate(Unknown Source:16)
at android.content.ContentProvider.attachInfo(Unknown Source:102)
at android.content.ContentProvider.attachInfo(Unknown Source:1)
at android.app.ActivityThread.installProvider(Unknown Source:246)
... 10 more
Caused by: 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(Unknown Source:36)
... 24 more
I tried to create the missing folder but didn't work.
any suggestion? I don't want to upgrade. 12.5.9 rooted with magisk installed.
thanks