Closed okiedude closed 10 years ago
Anyone?
I do not have a solution to your problem but just wanted to echo a similar problem. I have a T-Mobile Note 3 and I can use TextSecure to send a receive SMS just fine but MMS will not function if Wi-Fi is enabled. If I disconnect the Wi-Fi MMS functions exactly as it should.
With the new version of Textsecure that came out today, this issue can be closed.
So far, I can now use Textsecure to:
1) Create and participate in group messages via MMS. 2) Send and receive picture messsages via MMS.
The only issue is my MMS message (a picture MMS) was not imported, but that wasn't a big deal for me. I think perhaps only SMS conversations are imported, but that is just a guess.
I actually wrote that message after updating to the newest version that came out today and I can confirm the problem still exists in my case.
i changed my mms settings manually and it works
First, thanks to those of you that are involved with this project. It is much appreciated!
Nexus 5 on AT&T here.
textsecure: SMS working. MMS not working. stock Hangouts: both work fine.
Through googling, and poking around on github, Found a few similar issues re: MMS, but wasn't able to figure out my problem.
logcat on pastebin: http://pastebin.com/pmRYsTn9.
I think the below error is the relevant one.
W/MmsDownloadService(22304): Handling actual MMS download... E/DatabaseUtils( 996): Writing exception to parcel E/DatabaseUtils( 996): java.lang.SecurityException: No permission to write APN settings: Neither user 10083 nor current process has android.permission.WRITE_APN_SETTINGS. E/DatabaseUtils( 996): at android.app.ContextImpl.enforce(ContextImpl.java:1685) E/DatabaseUtils( 996): at android.app.ContextImpl.enforceCallingOrSelfPermission(ContextImpl.java:1714) E/DatabaseUtils( 996): at com.android.providers.telephony.TelephonyProvider.checkPermission(TelephonyProvider.java:735) E/DatabaseUtils( 996): at com.android.providers.telephony.TelephonyProvider.query(TelephonyProvider.java:462) E/DatabaseUtils( 996): at android.content.ContentProvider.query(ContentProvider.java:857) E/DatabaseUtils( 996): at android.content.ContentProvider$Transport.query(ContentProvider.java:200) E/DatabaseUtils( 996): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:112) E/DatabaseUtils( 996): at android.os.Binder.execTransact(Binder.java:404) E/DatabaseUtils( 996): at dalvik.system.NativeStart.run(Native Method) W/MmsCommunication(22304): java.lang.SecurityException: No permission to write APN settings: Neither user 10083 nor current process has android.permission.WRITE_APN_SETTINGS. W/MmsCommunication(22304): at android.os.Parcel.readException(Parcel.java:1465) W/MmsCommunication(22304): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:185) W/MmsCommunication(22304): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:137) W/MmsCommunication(22304): at android.content.ContentProviderProxy.query(ContentProviderNative.java:413) W/MmsCommunication(22304): at android.content.ContentResolver.query(ContentResolver.java:461) W/MmsCommunication(22304): at android.content.ContentResolver.query(ContentResolver.java:404) W/MmsCommunication(22304): at org.thoughtcrime.securesms.database.MmsDatabase.getCarrierMmsInformation(MmsDatabase.java:608) W/MmsCommunication(22304): at org.thoughtcrime.securesms.mms.MmsCommunication.getMmsConnectionParameters(MmsCommunication.java:95) W/MmsCommunication(22304): at org.thoughtcrime.securesms.mms.MmsDownloadHelper.retrieveMms(MmsDownloadHelper.java:80) W/MmsCommunication(22304): at org.thoughtcrime.securesms.service.MmsDownloader.downloadMms(MmsDownloader.java:123) W/MmsCommunication(22304): at org.thoughtcrime.securesms.service.MmsDownloader.handleConnectivityChange(MmsDownloader.java:206) W/MmsCommunication(22304): at org.thoughtcrime.securesms.service.MmsDownloader.process(MmsDownloader.java:70) W/MmsCommunication(22304): at org.thoughtcrime.securesms.service.SendReceiveService$SendReceiveWorkItem.run(SendReceiveService.java:227) W/MmsCommunication(22304): at org.thoughtcrime.securesms.util.WorkerThread.run(WorkerThread.java:46)
Current APN settings are:
Name: ATT Phone APN: phone Proxy: not set Port: not set Username: not set Password: not set Server: not set MMSC: http://mmsc.mobile.att.net MMS Proxy: proxy.mobile.att.net MMS port: 80 MCC: 310 MNC: 410 Authentication type: not set APN type: default,mms,supl,fota APN protocol: IPv4 APN romaing protocol: IPv4 APN enable/disable: APN enabled Bearer: unspecified MVNO type: none MVNO value: not set
Any ideas?