Invalid 11t pro - Fritzbox Mesh not working


xeenon

Members
Apr 10, 2023
2
13
Hello everyone,

On the 14.0.1 (11t pro) the Fritzbox WLAN Mesh doesn't work. The Phone doesn't redirect to other repeater / router on WLAN. The Fritz WLAN App doesn't recognize the WLAN.

On stock ROM, 13.0.21 and 14.0.8 this work fine. Is this bug known and will this be fixed on future?

Many thanks
 
 
Hello,

Many thanks. It seems it works now. But now I get periodic a issue report.

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:46)
	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:177)
	at com.lbe.security.service.provider.internal.BlurLocation.lambda$pushBlurLocationData$0(Unknown Source:420)
	at com.lbe.security.service.provider.internal.BlurLocation.a(Unknown Source:0)
	at com.lbe.security.service.provider.internal.b.run(Unknown Source:6)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
	at java.lang.Thread.run(Thread.java:1012)
 

Attachments

  • Screenshot_2023-04-10-17-17-51-791_de.avm.android.wlanapp.jpg
    Screenshot_2023-04-10-17-17-51-791_de.avm.android.wlanapp.jpg
    445.7 KB · Views: 70
Last edited by a moderator:
Hello,

Many thanks. It seems it works now. But now I get periodic a issue report.

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:46)
	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:177)
	at com.lbe.security.service.provider.internal.BlurLocation.lambda$pushBlurLocationData$0(Unknown Source:420)
	at com.lbe.security.service.provider.internal.BlurLocation.a(Unknown Source:0)
	at com.lbe.security.service.provider.internal.b.run(Unknown Source:6)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
	at java.lang.Thread.run(Thread.java:1012)