MMS not found

laptopfreek0

New Member
Joined
May 31, 2010
Messages
3
Reaction score
0
Having this issue when I receive a MMS (picture message) it keeps saying message not found. When I go to it, it says downloading, and then it gives me the option to download or decline, after that it pops up message not found again. I ran adb debug on it and found this:
Code:
05-31 02:53:19.564 V/TransactionService( 283): 4-Handling incoming message: { what=1214 when=6674637 obj=com.android.mms.transaction.NotificationTransa ction: serviceId=4 }
05-31 02:53:19.564 V/TransactionService( 283): Transaction failed: 4
05-31 02:53:19.574 D/Scheduler( 283): release wake lock
05-31 02:53:19.594 D/MyWidgetViewWL( 146): message widget observer onChange, isDelete false
05-31 02:53:19.594 D/Goven ( 283): RetrieveTransaction/construct uri is: content://mms/inbox/6
05-31 02:53:19.594 D/Goven ( 283): RetrieveTransaction/construct parsed mUri is: content://mms/inbox/6
05-31 02:53:19.624 V/MmsProvider( 138): Query uri=content://mms/inbox/6, match=3
05-31 02:53:19.634 D/Goven ( 283): RetrieveTransaction/get cursor string is: [URL]http://69.78.130.23/servlets/mms?message-id[/URL]=
05-31 02:53:19.654 V/RetrieveTransaction( 283): X-Mms-Content-Location: [URL]http://69.78.130.23/servlets/mms?message-id[/URL]=
05-31 02:53:19.654 D/Jerry ( 283): mScheme >content
05-31 02:53:19.674 V/MmsProvider( 138): Query uri=content://mms/inbox/6, match=3
05-31 02:53:19.704 D/Jerry ( 283): retrieveTransaction server URI >[url]http://69.78.130.23/servlets/mms?message-id=[/url]

Notice how it did not receive the message-id. Any ideas?
 
Top