Invalid Permission keeps stopping.


Status
Not open for further replies.

Tevin

Members
Jun 13, 2021
14
15
Found this bug of permission keeps stopping on the latest weekly of eu rom version 21.6.9
Installation was clean install with format data then wipe cache n dalvic and data.
Device Redmi 9T/ Note 94G.

I cleared data of permission app but problem still persisted.

37400
37401
 
Tap "View summary" (on the crash pop-up), it's where you should take a screenshot. ;)
 
Last edited:
Ok i'll do that when it pops up again. Even 21.4 had that issue too so i downloaded the latest one and the problem is still there. Xiaomi eu dev fix these bugs i believe miui can be better with EU dev's
 
I've seen a log for this issue already. I have no idea why it happens, and without having the device I can't do any debugging.
 
  • Sad
Reactions: Poney70
Mine too... But different log.

Code:
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)
at [URL='http://com.lbe.security']com.lbe.security[/URL].service.provider.internal.BlurLocation$StationInfoHelper.getBlurLocation(Unknown Source:179)
at [URL='http://com.lbe.security']com.lbe.security[/URL].service.provider.internal.BlurLocation.a(Unknown Source:258)
at [URL='http://com.lbe.security']com.lbe.security[/URL].service.provider.internal.BlurLocation.b(Unknown Source:0)
at [URL='http://com.lbe.security.service.provider.internal.b.run']com.lbe.security.service.provider.internal.b.run[/URL](Unknown Source:6)
at java.util.concurrent.ThreadPoolExecutor.runWorker([URL='http://ThreadPoolExecutor.java:1167']ThreadPoolExecutor.java:1167[/URL])
at java.util.concurrent.ThreadPoolExecutor$[URL='http://Worker.run']Worker.run[/URL]([URL='http://ThreadPoolExecutor.java:641']ThreadPoolExecutor.java:641[/URL])
at [URL='http://java.lang.Thread.run']java.lang.Thread.run[/URL]([URL='http://Thread.java:923']Thread.java:923[/URL])
 
Last edited by a moderator:
Mine too... But different log.


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)
at com.lbe.security.service.provider.internal.BlurLocation$StationInfoHelper.getBlurLocation(Unknown Source:179)
at com.lbe.security.service.provider.internal.BlurLocation.a(Unknown Source:258)
at com.lbe.security.service.provider.internal.BlurLocation.b(Unknown Source:0)
at com.lbe.security.service.provider.internal.b.run(Unknown Source:6)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
Clear app data for "Permissions" app...
 
  • Like
Reactions: seelo
Status
Not open for further replies.