我的手机(三星Galaxy S3)发送和接收短信有问题,该手机运行LineageOS 14.1-20170405-NIGHTLY-i9300。
几周后,我无法使用正常的Android消息应用程序发送或接收消息,也可以使用Google Play商店中的短信应用程序发送或接收消息。
我真的不知道该怎么做,似乎没有其他人有这个问题......
在我尝试发送消息后,logcat会说明以下内容:
04-08 13:58:50.229 24428-24428/com.android.messaging I/MessagingApp: UI initiated message sending in conversation 3
04-08 13:58:50.365 24428-24635/com.android.messaging I/MessagingAppDataModel: InsertNewMessageAction: inserting new message
04-08 13:58:50.525 24428-24635/com.android.messaging E/MessagingApp: Uncaught exception in background thread Thread[IntentService[ActionService],5,main]
04-08 13:58:50.526 24428-24635/com.android.messaging E/MessagingApp: java.lang.NullPointerException: Uri must not be null
at android.os.Parcel.readException(Parcel.java:1690)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
at android.content.ContentProviderProxy.insert(ContentProviderNative.java:476)
at android.content.ContentResolver.insert(ContentResolver.java:1279)
at com.android.messaging.sms.i.ahJ(SourceFile:879)
at com.android.messaging.sms.i.ahz(SourceFile:888)
at com.android.messaging.datamodel.action.InsertNewMessageAction.KA(SourceFile:378)
at com.android.messaging.datamodel.action.InsertNewMessageAction.IV(SourceFile:171)
at com.android.messaging.datamodel.action.ActionServiceImpl.Ji(SourceFile:305)
at com.android.messaging.datamodel.action.ActionServiceImpl.onHandleIntent(SourceFile:267)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.os.HandlerThread.run(HandlerThread.java:61)
04-08 13:58:50.545 24428-24428/com.android.messaging E/AndroidRuntime: FATAL EXCEPTION: IntentService[ActionService]
Process: com.android.messaging, PID: 24428
java.lang.NullPointerException: Uri must not be null
at android.os.Parcel.readException(Parcel.java:1690)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
at android.content.ContentProviderProxy.insert(ContentProviderNative.java:476)
at android.content.ContentResolver.insert(ContentResolver.java:1279)
at com.android.messaging.sms.i.ahJ(SourceFile:879)
at com.android.messaging.sms.i.ahz(SourceFile:888)
at com.android.messaging.datamodel.action.InsertNewMessageAction.KA(SourceFile:378)
at com.android.messaging.datamodel.action.InsertNewMessageAction.IV(SourceFile:171)
at com.android.messaging.datamodel.action.ActionServiceImpl.Ji(SourceFile:305)
at com.android.messaging.datamodel.action.ActionServiceImpl.onHandleIntent(SourceFile:267)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.os.HandlerThread.run(HandlerThread.java:61)
有人知道我现在要做什么吗?
我真的不知道......
提前谢谢!