- Jul 3, 2021
- 8
- 15
Hello. While installing the ROM, the following error started to appear. The frequency is not continuous, it does not appear in a certain action or in a certain application. But he shows up when he wants. Here I leave a screenshot and detail of the error.
android.database.sqlite.SQLiteException: no such table: miui_modem_station_info (code 1 SQLITE_ERROR): , while compiling: SELECT station, longitude, latitude, blurStation, blurLongitude, blurLatitude FROM miui_modem_station_info WHERE blurStation == ? or station == ?
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(Unknown Source:19)
at android.database.sqlite.SQLiteConnection.prepare(Unknown Source:12)
at android.database.sqlite.SQLiteSession.prepare(Unknown Source:12)
at android.database.sqlite.SQLiteProgram.<init>(Unknown Source:45)
at android.database.sqlite.SQLiteQuery.<init>(Unknown Source:1)
at android.database.sqlite.SQLiteDirectCursorDriver.query(Unknown Source:8)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(Unknown Source:14)
at android.database.sqlite.SQLiteDatabase.queryWithFactory(Unknown Source:29)
at android.database.sqlite.SQLiteDatabase.query(Unknown Source:18)
at android.database.sqlite.SQLiteDatabase.query(Unknown Source:12)
en com.lbe.security.service.provider.internal.BlurLocation $ StationInfoHelper.getBlurLocation (Fuente desconocida: 179)
en com.lbe.security.service.provider.internal.BlurLocation.a (Fuente desconocida: 258)
en com.lbe.security.service.provider.internal.BlurLocation.b (Fuente desconocida: 0)
en com.lbe.security.service.provider.internal.b.run (Fuente desconocida: 6)
en java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
en java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:641)
en java.lang.Thread.run (Thread.java:923)
android.database.sqlite.SQLiteException: no such table: miui_modem_station_info (code 1 SQLITE_ERROR): , while compiling: SELECT station, longitude, latitude, blurStation, blurLongitude, blurLatitude FROM miui_modem_station_info WHERE blurStation == ? or station == ?
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(Unknown Source:19)
at android.database.sqlite.SQLiteConnection.prepare(Unknown Source:12)
at android.database.sqlite.SQLiteSession.prepare(Unknown Source:12)
at android.database.sqlite.SQLiteProgram.<init>(Unknown Source:45)
at android.database.sqlite.SQLiteQuery.<init>(Unknown Source:1)
at android.database.sqlite.SQLiteDirectCursorDriver.query(Unknown Source:8)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(Unknown Source:14)
at android.database.sqlite.SQLiteDatabase.queryWithFactory(Unknown Source:29)
at android.database.sqlite.SQLiteDatabase.query(Unknown Source:18)
at android.database.sqlite.SQLiteDatabase.query(Unknown Source:12)
en com.lbe.security.service.provider.internal.BlurLocation $ StationInfoHelper.getBlurLocation (Fuente desconocida: 179)
en com.lbe.security.service.provider.internal.BlurLocation.a (Fuente desconocida: 258)
en com.lbe.security.service.provider.internal.BlurLocation.b (Fuente desconocida: 0)
en com.lbe.security.service.provider.internal.b.run (Fuente desconocida: 6)
en java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
en java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:641)
en java.lang.Thread.run (Thread.java:923)