[Solved] SMS messages crash


uam-erk

Members
Nov 1, 2018
13
15
My MI 8 is on MIUI 10.3.
Since some weeks the messages app crashes with the notification: SMS/MMS is terminated permanently.

I deleted already dalvic and cache, but the app is still crashing at startup.

Does anyone have the same problem?

The error log:
android.database.sqlite.SQLiteException: Can't downgrade database from version 110 to 109
at android.database.DatabaseUtils.readExceptionFromParcel(Unknown Source:15)
at android.database.DatabaseUtils.readExceptionFromParcel(Unknown Source:11)
at android.content.ContentProviderProxy.query(Unknown Source:77)
at android.content.ContentResolver.query(Unknown Source:57)
at android.content.ContentResolver.query(Unknown Source:4)
at android.content.ContentResolver.query(Unknown Source:12)
at com.android.mms.util.SqliteWrapper.query(Unknown Source:1)
at com.android.mms.data.Conversation.loadThreadsFromCursor(Unknown Source:14)
at com.android.mms.data.Conversation.cacheAllThreads(Unknown Source:42)
at com.android.mms.data.Conversation.access$000(Unknown Source:0)
at com.android.mms.data.Conversation$RefreshRunnable.run(Unknown Source:4)
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:764)
 
My MI 8 is on MIUI 10.3.
Since some weeks the messages app crashes with the notification: SMS/MMS is terminated permanently.

I deleted already dalvic and cache, but the app is still crashing at startup.

Does anyone have the same problem?

The error log:
android.database.sqlite.SQLiteException: Can't downgrade database from version 110 to 109
at android.database.DatabaseUtils.readExceptionFromParcel(Unknown Source:15)
at android.database.DatabaseUtils.readExceptionFromParcel(Unknown Source:11)
at android.content.ContentProviderProxy.query(Unknown Source:77)
at android.content.ContentResolver.query(Unknown Source:57)
at android.content.ContentResolver.query(Unknown Source:4)
at android.content.ContentResolver.query(Unknown Source:12)
at com.android.mms.util.SqliteWrapper.query(Unknown Source:1)
at com.android.mms.data.Conversation.loadThreadsFromCursor(Unknown Source:14)
at com.android.mms.data.Conversation.cacheAllThreads(Unknown Source:42)
at com.android.mms.data.Conversation.access$000(Unknown Source:0)
at com.android.mms.data.Conversation$RefreshRunnable.run(Unknown Source:4)
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:764)
The problem is that you downgraded from a Weekly to a Stable without wiping data. Clear app data for Messaging app.
 
I returned to the last weekly and ithe SMS messenger works again.
Thank you for the hint !