Can't send MMS on AOSP/Custom Roms - Verizon Samsung Galaxy S III

So I'll go ahead and add the TL;DR version first.
I cannot send SMS on ANY AOSP ROM.
Running latest CWM Touch.
Full Wipe
Clean Install.
Now the longer version.
I can receive msgs just fine.
This only happens with AOSP or CM Roms. Stock works fine.
When trying to send a msg, it will say Sending, fail and say Message not sent. Touch to retry.
A list of things I've tried:
Clearing Cache and/or Data from messaging app.
Deleting Telephony.db and mmssms.db.
Fixing permissions.
Using a different messaging app like Go SMS.
Violently gesturing toward the phone.
Praying.
Crossing fingers.
Pulling my hair out.
Any help would be greatly appreciated.
I really don't want to be stuck on stock.
Also tried messing with the SMSC. No go.
Sent from my SCH-I535 using Tapatalk

ProtheusIRC said:
So I'll go ahead and add the TL;DR version first.
I cannot send SMS on ANY AOSP ROM.
Running latest CWM Touch.
Full Wipe
Clean Install.
Now the longer version.
I can receive msgs just fine.
This only happens with AOSP or CM Roms. Stock works fine.
When trying to send a msg, it will say Sending, fail and say Message not sent. Touch to retry.
A list of things I've tried:
Clearing Cache and/or Data from messaging app.
Deleting Telephony.db and mmssms.db.
Fixing permissions.
Using a different messaging app like Go SMS.
Violently gesturing toward the phone.
Praying.
Crossing fingers.
Pulling my hair out.
Any help would be greatly appreciated.
I really don't want to be stuck on stock.
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Logcat included. Sorry about the zip format. Xda has a limit on .txt file size.

My friend have a same problems whit his verizon S3 too
---------- Post added at 08:58 PM ---------- Previous post was at 08:08 PM ----------
You have try whit diferent modem ?
http://forum.xda-developers.com/showthread.php?t=1850506
try flash another modem and comment
See you
I have try the MIUI version and all work perfect !!!

I'm on MF1, why would I flash another modem? Wouldn't that be sort of a downgrade?
Sent from my SCH-I535 using Tapatalk

ProtheusIRC said:
I'm on MF1, why would I flash another modem? Wouldn't that be sort of a downgrade?
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Changing modems will NOT fix your issue. Do not waste your time. First have you tried a clean flash? This includes wiping Data. If not, do so. Then report back. If you have done this then try updating your build (include a complete wipe). FYI having the latest modem isn't always the best. You have you go based on coverage area, and dBm #s. Some people get better coverage with older modems. Again depends on your area. Test using dBm #s NOT bars.
Sent from my SCH-I535 using Tapatalk

Which version of gapps did you flash?
Also, I assume you did this, but under Mobile Networks>Preferred Network, it should be LTE or LTE/CDMA/EvDO (depending on the rom). I've had that flip to GSM on me when I flashed a rom and it wonked up my sms sending/receipt.

Sandman-007 said:
Changing modems will NOT fix your issue. Do not waste your time. First have you tried a clean flash? This includes wiping Data. If not, do so. Then report back. If you have done this then try updating your build (include a complete wipe). FYI having the latest modem isn't always the best. You have you go based on coverage area, and dBm #s. Some people get better coverage with older modems. Again depends on your area. Test using dBm #s NOT bars.
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
I always clean flash.
Sent from my SCH-I535 using Tapatalk

beepea206 said:
Which version of gapps did you flash?
Also, I assume you did this, but under Mobile Networks>Preferred Network, it should be LTE or LTE/CDMA/EvDO (depending on the rom). I've had that flip to GSM on me when I flashed a rom and it wonked up my sms sending/receipt.
Click to expand...
Click to collapse
I use my VZW S3 on a GSM network. And I have flashed the recommended gapps and no gapps. None make a difference.
Sent from my SCH-I535 using Tapatalk

Ahh, that's because most roms for the d2vzw aren't working when people try to use the phone on GSM. There are mixed results with people being able to send, but not receive... receive, but not sent and neither send or receive. I've seen mixed results (at best) and it's due to the RILs for the device repos. If the CM repo manager for the d2vzw can work on getting GSM to work better with the device, you'll see better results, but it's a Verizon CDMA phone, so don't expect much traction.

Yes but the Touchwiz Roms work fine. Even the cm roms work. I get data and MMS and can receive msgs I just can't send. I can't see that being a RIL problem.
Sent from my SCH-I535 using Tapatalk

At one point the new Kit Kat ROM was working fully but along the way something changed...
Sent from my SCH-I535 using Tapatalk

Solution that worked for me: Set APN-type correctly
Hi
I would like to add the solution that worked for me. I was browsing many forums for ages, before I got on the right track. Maybe it will work for you also.
My provider, has two sets of APN details, one for internet and one for mms. The tricky part for me, was setting the APN-type correctly.
For the internet APN the type should be set to:
Code:
default,supl
For the mms APN, the type should be set to:
Code:
mms
Furthermore, I deleted all other APN's that those two.
Here are the complete details (for the Danish provider "Bibob"):
internet
Code:
name: Bibob internet DK
APN: internet.bibob.dk
Proxy: Not set
Port: 8080
Username: Not set
Password: Not set
Server: Not set
MMSC: Not set
Mms-proxy: Not set
Mms-port: Not set
MCC: 238
MNC: 02
Authentication Type: Not set
APN-type: default,supl
APN-protocol: IPv4
Carrier: Not set
MVNO-type: None
MVNO-value: Not set
mms:
Code:
name: Bibob MMS DK
APN: mms.bibob.dk
Proxy: Not set
Port: 8080
Username: Not set
Password: Not set
Server: Not set
MMSC: set to my provider's details
Mms-proxy: 212.88.64.8
Mms-port: 8080
MCC: 238
MNC: 02
Authentication Type: CHAP
APN-type: mms
APN-protocol: IPv4
Carrier: Not set
MVNO-type: None
MVNO-value: Not set

gras123 said:
Hi
I would like to add the solution that worked for me. I was browsing many forums for ages, before I got on the right track. Maybe it will work for you also.
My provider, has two sets of APN details, one for internet and one for mms. The tricky part for me, was setting the APN-type correctly.
For the internet APN the type should be set to:
Code:
default,supl
For the mms APN, the type should be set to:
Code:
mms
Furthermore, I deleted all other APN's that those two.
Here are the complete details (for the Danish provider "Bibob"):
internet
Code:
name: Bibob internet DK
APN: internet.bibob.dk
Proxy: Not set
Port: 8080
Username: Not set
Password: Not set
Server: Not set
MMSC: Not set
Mms-proxy: Not set
Mms-port: Not set
MCC: 238
MNC: 02
Authentication Type: Not set
APN-type: default,supl
APN-protocol: IPv4
Carrier: Not set
MVNO-type: None
MVNO-value: Not set
mms:
Code:
name: Bibob MMS DK
APN: mms.bibob.dk
Proxy: Not set
Port: 8080
Username: Not set
Password: Not set
Server: Not set
MMSC: set to my provider's details
Mms-proxy: 212.88.64.8
Mms-port: 8080
MCC: 238
MNC: 02
Authentication Type: CHAP
APN-type: mms
APN-protocol: IPv4
Carrier: Not set
MVNO-type: None
MVNO-value: Not set
Click to expand...
Click to collapse
I could kiss you!! Since I installed custom ROM on my phone MMS have not been working, but now it does. How did you found these APN-settings? As far as I can see they are not the standard Bibob APN-settings.

Shase said:
I could kiss you!! Since I installed custom ROM on my phone MMS have not been working, but now it does. How did you found these APN-settings? As far as I can see they are not the standard Bibob APN-settings.
Click to expand...
Click to collapse
Happy to be of help.
I found the default,supl / mms setting on some danish forum thread with that one post. The rest was from the "official" overview of danish providers, I think. But since you ask, I'm suddenly not sure. Anyway, the main thing is that it works, and the solution can be found again

Im not able to send mms messages onAOSP rom but i can with sense rom using the same APN.
Htc one m7

mando1 said:
Im not able to send mms messages onAOSP rom but i can with sense rom using the same APN.
Htc one m7
Click to expand...
Click to collapse
First of all wrong forum, your in the VZW S3 forums not the M7 forums
From my CM11 S3

Related

[Q] Not able to send MMS anymore?

Since my update to 2.3.5 - sense 3.0 I am not able to send any MMS messages anymore. I have checked my setting with the wizards I could find on the Internet (and resetted my device numerous times) but it just doesn't seem to work anymore (Country: Belgium, Operator: Mobile Vikings). Has anyone got any idea of what might be wrong or is anyone experiencing the same problem?
might it be possible that your access point settings were somehow lost? check under settings > wireless & networks > mobile networks > access point names and see if they are installed. if not, you'll have to check with your carrier for the proper settings.
if this is not the case, then i have no idea what might be wrong :S
jneapan said:
might it be possible that your access point settings were somehow lost? check under settings > wireless & networks > mobile networks > access point names and see if they are installed. if not, you'll have to check with your carrier for the proper settings.
if this is not the case, then i have no idea what might be wrong :S
Click to expand...
Click to collapse
Yeah its probably the APN settings. Every time I flash a new rom or get an update, mine are lost and I have to manually input them back in. I don't know what yours would be, but for anyone with this issue and with Rogers Canada, the APN settings are:
Data:
Name: Rogers
APN: internet.com
Username: wapuser1
Password: wap
MCC: 302
MNC: 72 or 720
MMS:
Name: Rogers MMS
APN: media.com
Username: media
Password: mda01
Server: 172.25.0.107
MMSC :http://mms.gprs.rogers.com
MMS Proxy: 10.128.1.69
MMS Port: 80
MCC: 302
MNC: 72 or 720
APN Type: mms
I had already thought about that, and tried to go through the settings again, but that didn't work. I followed all steps that I completed when I initially set up the phone, but this time mms didn't work. I sent a mail to the support of my operator too, I hope that they can help me. Not really a big loss, mms, but I did use it occasionally.
Hi everybody...I'm new to the forum, but have the same problem with some of the new roms for Desire S. For the moment I'm using Miui 2.4.6 and have no problem to send mms and to receive. I use the settings which have been given to me by my carrier. But, if I try one of the new custom roms, with the same settings, I'm able to send sms but can't send or receive any mms......does anybody knows what to do, because I would really like to flash the miui 4V for Desire S...
Try this. Set athentificationtyp to PAP. This works for me, Vodafone Germany.
Sent from my HTC Desire S in elementary school English with XDA APP.
Thank you Bulkatos...but on which one? Internet or MMS? Or both?
I will put my settings which I have currently for the Miui 2.4.6...perhaps sombody knows what to put in if I want to flash the [ROM] [27.04] MIUI v4 ICS - 2.4.27 - Android 4.0.4 - CM9 Kernel:
Data:
Name: Luxgsm Internet
APN: web.pt.lu
MCC: 270
MNC: 01
APN Type: default
APN Protocol: IPv4
MMS:
Name: Luxgsm mms
APN: mms.pt.lu
Username: mms
Password: mms
MMSC :mmsc.pt.lu (sorry but I'm not allowed to put in outside links so imagine the "http:" before the mmsc.pt.lu)
MMS Proxy: 194.154.192.88
MMS Port: 8080
MCC: 270
MNC: 1
APN Type: mms
APN Protocol: IPv4
I would be really really happy if I could test some other custom roms, but as I have these mms issues, I prefer staying with a rom which has working messanger. Every idea is yelcome
for mms ;-)
Sent from my HTC Desire S in elementary school English with XDA APP.
Thank you for coming back to me regarding that issue. I flashed the Miui 4v 2.4.27 and tried what you suggested, but no change in the behaviour to send mms...the status of the mms remains in sending...do you have any other suggestion to do? As you can see, I posted my APN settings which I use on the 2.4.6 and which are working...
As I would be really happy to try some ICS custom roms, could some of you post their APN settings if you are able to post and receive mms on that rom. So I would be able to see why that doesn't work for me:::
Are you able to use internet without wi-fi?
If yes then try sending a mms without wi-fi to yourself...
Sent from my HTC Desire S using XDA
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A

[FIX (Possibly)] MMS sending/receiving Issues

So this has been bothering me since the first time I flashed a custom rom on my G2x (had this phone since late September), I know that my data speeds suck and that it's common for a custom rom to mess up our phones' data sending/receiving capabilities (using a mobile network that is). So I've been searching, calling technical support, and playing around with my phone for a long time, and I might have just figured it out, so why not share
To make it clear, this is for anyone who has 2 SEPARATE APNs (one for internet access and one for MMS), especially wind users, since I'm one. No harm can be done from trying this, if it doesn't work for you, just restore your APNs to default and move on.
So here it goes:
In settings -> wireless & networks -> mobile networks -> access point names -> Wind CA MMS (or whatever your MMS APN is), now change the APN type to <not set> (i.e. delete whatever's there and hit ok) and change Authentication type to None (it's usually <not set> by default) then hit the menu button and save.
What this mainly does is it breaks the link between the internet APN and the MMS APN, so to use one of them you'd have to manually select the relevant one then do what you need to do (i.e. now you have to manually select Wind CA MMS (or whatever your MMS APN is) from the access point names menu, turn data on, send/download your MMS, then do whatever you want after, or go back and select Wind CA (or whatever your internet APN is) to get internet access)
By default the 2 APNs are linked and when you need to use MMS your phone switches to the proper APN, then switches back when you need internet access. I'm guessing my phone's been having a hard time finding it's way to my MMS APN (even with it's dual core processor lol) since the data icon usually disappears as soon as I hit send! So doing this manually is more work but it solves the problem (for me at least, and hopefully for you )
I know this sounds like a pain, but I've been able to send and receive MMS at speeds I've never seen before on my phone
Good luck and don't forget to hit the thanks button whenever appropriate
What rom are you running because I'm running cm7 and I send mms within seconds. Also where do u live?
Sent from my LG-P999 using xda premium
moeahmad1995 said:
What rom are you running because I'm running cm7 and I send mms within seconds. Also where do u live?
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Check out my signature for my current rom, and i'm from Waterloo as stated in my profile
jj_z1 said:
Check out my signature for my current rom, and i'm from Waterloo as stated in my profile
Click to expand...
Click to collapse
Sorry on mobile app so didn't see where u lived.
Sent from my LG-P999 using xda premium
moeahmad1995 said:
Sorry on mobile app so didn't see where u lived.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I wasn't trying to be an ass or anything, sorry dude! I don't use the xda app on devices I usually log on through the browser, so I don't know how the app works! I just thought it was strange that you asked, forgive me if I insulted you in any way.
The thing is, the carrier I'm with has limited coverage in Canada and my area was only recently added plus they used to have one APN for both internet and MMS which worked better but they changed it and it's been giving me problems ever since! But with this fix I can send/receive MMS in seconds now
I'm a wind user in waterloo as well. I did notice the phone gets confused sometimes when I try to send a MMS, it'll send it but every once in a while show up in the message screen to resend (over and over again).
Anyway so I tried to change the settings, the phone let me save those settings saying "The APN cannot be empty." Although when I look at the APN, it clearly says <not set> like in your original post...
jj_z1 said:
I wasn't trying to be an ass or anything, sorry dude! I don't use the xda app on devices I usually log on through the browser, so I don't know how the app works! I just thought it was strange that you asked, forgive me if I insulted you in any way.
The thing is, the carrier I'm with has limited coverage in Canada and my area was only recently added plus they used to have one APN for both internet and MMS which worked better but they changed it and it's been giving me problems ever since! But with this fix I can send/receive MMS in seconds now
Click to expand...
Click to collapse
It's fine don't worry about it, I should be thanking u for taking the time to try to figure out a solution and posting ur findings. Thanks
Sent from my LG-P999 using xda premium
lulzo said:
I'm a wind user in waterloo as well. I did notice the phone gets confused sometimes when I try to send a MMS, it'll send it but every once in a while show up in the message screen to resend (over and over again).
Anyway so I tried to change the settings, the phone let me save those settings saying "The APN cannot be empty." Although when I look at the APN, it clearly says <not set> like in your original post...
Click to expand...
Click to collapse
It's not the APN you need to change, it's the APN type, should be the second to last entry in the list, try it out and let me know if it works
And my solution is....
Here is how i fixed my MMS send/receive issue on WIND with cm7..
1. Restore APN to default
2. Change user-agent in Messaging->settings to Android-Mms/2.0 which is the default "Custom" on cm7
3. Enjoy your MMS sending are receiving.
PS. You will still get disconnected when sending MMS.
EDIT: if you are updating your RIL (using getRIL or any other method) to V11H or something other than v20c (CM7 default RIL) change the user-agent in Messaging Messaging->settings to the default on cm7. Otherwise you will not be able to send MMS with the v11H ril.
Thank you Good_Newz ! This did the trick!
Im using Hell Fire Phoenix 1.9 and still need tissues for my issues. Cant reliably receive mms... No problem sending but i tried the couple fixes here none of them seemed to do it. Any other Wind users having the same issue or any ideas?
I.R.Chevy said:
Im using Hell Fire Phoenix 1.9 and still need tissues for my issues. Cant reliably receive mms... No problem sending but i tried the couple fixes here none of them seemed to do it. Any other Wind users having the same issue or any ideas?
Click to expand...
Click to collapse
Have you tried sending mms to yourself from your phone? or from another wind phone if you have one handy? (to see if you receive them)
My brother and I both have wind's G2x and I haven't had any problems with mms ever since i figured out the fix in the op, but my brother can't seem to receive from iphones especially (even with the fix)!! I guess it varies from one phone to another, or it's sender's phone has issues
jj_z1 said:
Have you tried sending mms to yourself from your phone? or from another wind phone if you have one handy? (to see if you receive them)
My brother and I both have wind's G2x and I haven't had any problems with mms ever since i figured out the fix in the op, but my brother can't seem to receive from iphones especially (even with the fix)!! I guess it varies from one phone to another, or it's sender's phone has issues
Click to expand...
Click to collapse
After f*cking with it for hours and bugging the hell out of my friends (asking to send pictures over and over) I finally got it working by using gosms and filling in the apn settings manually in the app and whamo works great except iPhones.... figures...
Edit: sending mms to yourself is another good way to test it but it always seemed to work sending to myself just not receiving from others
Pin it to Win it.
unable to MMS on Tsugi Rom
hi fellow wind & Xda users, its great to find wind users here.
i would really like to solve this issue as everything else is working for me now, im using Tsugi's final rom ( http://forum.xda-developers.com/showthread.php?t=1358724 )and its great however in APN list i have four things listed
(will attach screen shot as well)
-internet (internet.windmobile.ca)
-Wind CA (internet.windmobile.ca)
-MMS (mms.windmobile.ca)
-Wind CA MMS (mms.windmobile.ca)
the first two are selectable , makes sense as i have internet .... also i can not modify any of the above , it says " default apn cannot be modified"
i created two new APN just like the last two but left the type Blank, didn't solve the issue.
what do you guys suggest or what am i doing wrong? how can i manually change those settings? perhaps through root explorer? thanks
EDIT: Also as i didn't have any input in TYPE ( blank) i was able to select the two new entries i created but i wasn't able to send/receive mms, when i added MMS to the type , they became un-selectable like the default mms entries! when i remove the mms type and leave blank i again can select them.
reza416 said:
hi fellow wind & Xda users, its great to find wind users here.
i would really like to solve this issue as everything else is working for me now, im using Tsugi's final rom ( http://forum.xda-developers.com/showthread.php?t=1358724 )and its great however in APN list i have four things listed
(will attach screen shot as well)
-internet (internet.windmobile.ca)
-Wind CA (internet.windmobile.ca)
-MMS (mms.windmobile.ca)
-Wind CA MMS (mms.windmobile.ca)
the first two are selectable , makes sense as i have internet .... also i can not modify any of the above , it says " default apn cannot be modified"
i created two new APN just like the last two but left the type Blank, didn't solve the issue.
what do you guys suggest or what am i doing wrong? how can i manually change those settings? perhaps through root explorer? thanks
EDIT: Also as i didn't have any input in TYPE ( blank) i was able to select the two new entries i created but i wasn't able to send/receive mms, when i added MMS to the type , they became un-selectable like the default mms entries! when i remove the mms type and leave blank i again can select them.
Click to expand...
Click to collapse
I think the fact that you cannot modify the default APN is a 2.3.3/2.3.4 specific issue, when I first created this thread I was running EB (which is 2.3.7) and had no problem modifying. If I were you, I would reset to default (hopefully you can do that on 2.3.4), Try modifying one more time, if that doesn't work, try a different messaging app like go sms and in MMS settings fill in all the APN information manually, hopefully that will work. Also, (if you haven't tried already) you could install getril from the market and see if your rils match, if not install a recommended one. If none of that works, maybe consider using a different rom, I found that MMS works on MIUI roms without having to apply the fix in the OP, and you can definitely modify the default APN on 2.3.7 roms.
Good luck
jj_z1 said:
I think the fact that you cannot modify the default APN is a 2.3.3/2.3.4 specific issue, when I first created this thread I was running EB (which is 2.3.7) and had no problem modifying. If I were you, I would reset to default (hopefully you can do that on 2.3.4), Try modifying one more time, if that doesn't work, try a different messaging app like go sms and in MMS settings fill in all the APN information manually, hopefully that will work. Also, (if you haven't tried already) you could install getril from the market and see if your rils match, if not install a recommended one. If none of that works, maybe consider using a different rom, I found that MMS works on MIUI roms without having to apply the fix in the OP, and you can definitely modify the default APN on 2.3.7 roms.
Good luck
Click to expand...
Click to collapse
thanks jj_z1
i tried everything you mentioned above and i am even running a MIUI rom right now , 2.3.7 with gosms, mms setting manually setup and even tried the OP fix with MIUI but still no luck,
only thing i can think of is when i checked the RILS eventhough it said it matches, it was recommending a different one for me, do you think that could be it? its kinda frustrating lol, i'll also flash to stock now and see if i'll still have the mms problem if not then i guess its the custom roms otherwise i don't know
reza416 said:
thanks jj_z1
i tried everything you mentioned above and i am even running a MIUI rom right now , 2.3.7 with gosms, mms setting manually setup and even tried the OP fix with MIUI but still no luck,
only thing i can think of is when i checked the RILS eventhough it said it matches, it was recommending a different one for me, do you think that could be it? its kinda frustrating lol, i'll also flash to stock now and see if i'll still have the mms problem if not then i guess its the custom roms otherwise i don't know
Click to expand...
Click to collapse
What exactly is the problem you're having? You can't send or receive mms at all? or is it occasional? or is it just one sided (as in you can't send, but can receive, or the other way around)?
This might be a stupid question, and I don't mean anything by it, people just forget the simplest things sometimes! Do you have data enabled when you try to send or download an mms? (it took me a while to find out that I needed data enabled lol)
You can try to do a hard reset, a lot of users find that it works. While the phone is on, pull out the battery, then the sim card, wait at least 30 seconds, then put them back in and try to send something (like a picture) to yourself. Try this at least 3 times just to make sure (unless it works the first time).
Also, if all else fails, using go sms, you can send and download an mms using wifi, I used that for a while until I got my data to work.
If your rils are matching I don't think installing a recommended one would make a difference, the important thing is that they match.
Other than that I honestly don't know what to tell you, it might be an issue specific to your device. The very last thing you can do is restore to stock and go to a wind store and have them either fix it for you or send it in for repair, I'm sure your warranty hasn't expired yet.
jj_z1 said:
What exactly is the problem you're having? You can't send or receive mms at all? or is it occasional? or is it just one sided (as in you can't send, but can receive, or the other way around)?
This might be a stupid question, and I don't mean anything by it, people just forget the simplest things sometimes! Do you have data enabled when you try to send or download an mms? (it took me a while to find out that I needed data enabled lol)
You can try to do a hard reset, a lot of users find that it works. While the phone is on, pull out the battery, then the sim card, wait at least 30 seconds, then put them back in and try to send something (like a picture) to yourself. Try this at least 3 times just to make sure (unless it works the first time).
Also, if all else fails, using go sms, you can send and download an mms using wifi, I used that for a while until I got my data to work.
If your rils are matching I don't think installing a recommended one would make a difference, the important thing is that they match.
Other than that I honestly don't know what to tell you, it might be an issue specific to your device. The very last thing you can do is restore to stock and go to a wind store and have them either fix it for you or send it in for repair, I'm sure your warranty hasn't expired yet.
Click to expand...
Click to collapse
i havent been able to send or receive any mms for a while now,
i just tried wifi, with wifi bein on i was able to send/receive to myself, however when i pressed sent the data sign appeared beside the wifi sign and i was able to send/receive , is that normal? other than that when only the data is on and i try to send a mms , the data sign disappears and it keeps trying to send , and when it can't send then the data sign re-appears , to me the mms apn doesn't work, can you send me the exact apn settings for both internet and mms ? so that i can match mine.. thanks
reza416 said:
i havent been able to send or receive any mms for a while now,
i just tried wifi, with wifi bein on i was able to send/receive to myself, however when i pressed sent the data sign appeared beside the wifi sign and i was able to send/receive , is that normal? other than that when only the data is on and i try to send a mms , the data sign disappears and it keeps trying to send , and when it can't send then the data sign re-appears , to me the mms apn doesn't work, can you send me the exact apn settings for both internet and mms ? so that i can match mine.. thanks
Click to expand...
Click to collapse
It's normal for the data icon to appear next to wifi. With separate APNs the phone is usually connected to the internet one when data is enabled, but when you use mms the phone tries to switch to the mms APN which is (in my opinion) where the phone is failing, that's also why the data icon disappears when you hit send, it's trying to switch from one APN to the other, but fails!! Which kinda sucks. Either way, I'm currently running RG2x-MIUI v2.2.24 and here are my APN settins:
For internet access:
Name: Wind CA
APN: internet.windmobile.ca
Proxy: <Not set>
Port: <Not set>
Username: <Not set>
Password: <Not set>
Server: <Not set>
MMSC: <Not set>
MMS proxy: <Not set>
MMS port: <Not set>
MCC: 302
MNC: 490
Authentication type: None
APN type: default,supl
APN protocol: IPv4
For mms:
Name: Wind CA MMS
APN: mms.windmobile.ca
Proxy: <Not set>
Port: <Not set>
Username: <Not set>
Password: <Not set>
Server: <Not set>
MMSC: http://mms.windmobile.ca
MMS proxy: 74.115.197.70
MMS port: 8080
MCC: 302
MNC: 490
Authentication type: None
APN type: <Not set>
APN protocol: IPv4
Also, I guess in MIUI there's an auto-Switch option if you have more than one APN, doesn't really matter if it's on or off, doesn't help!

[Q] Mobile Network state Disconnected SGH-I727r

Hey folks, I just recently run into an decent error, there are many people here with this error, but not like mine. I have the Samsung Galaxy S2 LTE SGH-I727r. I'm on Rogers Network. Problem is that I cannot use my data which is internet. I have 2GB of it. I can receive calls and text. I can also call back and text back. but the only thing doesn't work is my internet.
I'm running Custom rom I suppose its Sky ICS 4.2D-10.
My apn is checked "rogers"
and my mobile data is one.
Does anyone know a stable Custom rom for Samsung Galaxy S2 LTE SGH-I727r?
User error all these roms work for rogers
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
nrm5110 said:
User error all these roms work for rogers
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Oh sorry Fixed it, Just the rogers apn was outdated from the SKYICS rom thread. I checked online for the latest one. If anyone had this problem here are the apn.
To get to the configuration screen go to:
Settings > Wireless & Networks > Mobile Networks > Access Point Names
*menu button* > New APN
Data Configuration
Name: Rogers
APN: internet.com
Password: wap
MCC: 302
MNC: 720
APN Type: default,supl
*all other settings left blank*
MMS Configuration
Then if you need support for picture and video texts also add the following APN.
Name: Rogers MMS
APN: rogers-core-appl1.apn
MMSC: http://mms.grps.rogers.com
MMS Proxy: 10.128.1.69
MMS Port: 80
MCC: 302
MNC: 720
APN Type: mms
*all other settings left blank*
ComputerWiz204 said:
Hey folks, I just recently run into an decent error, there are many people here with this error, but not like mine. I have the Samsung Galaxy S2 LTE SGH-I727r. I'm on Rogers Network. Problem is that I cannot use my data which is internet. I have 2GB of it. I can receive calls and text. I can also call back and text back. but the only thing doesn't work is my internet.
I'm running Custom rom I suppose its Sky ICS 4.2D-10.
My apn is checked "rogers"
and my mobile data is one.
Does anyone know a stable Custom rom for Samsung Galaxy S2 LTE SGH-I727r?
Click to expand...
Click to collapse
It's definitely user error. Whether it be the wrong radio, apn settings, or something else, it's definitely on your end.
xcrazydx said:
It's definitely user error. Whether it be the wrong radio, apn settings, or something else, it's definitely on your end.
Click to expand...
Click to collapse
Yeah sorry, just a noobie atm, I just need to know more about this as I already know more on computers -.-"
ComputerWiz204 said:
Yeah sorry, just a noobie atm, I just need to know more about this as I already know more on computers -.-"
Click to expand...
Click to collapse
What radio are you using? Google "apn for Rogers" or something like that.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
xcrazydx said:
What radio are you using? Google "apn for Rogers" or something like that.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Oh sorry Fixed it, Just the rogers apn was outdated from the SKYICS rom thread. I checked online for the latest one. If anyone had this problem here are the apn.
To get to the configuration screen go to:
Settings > Wireless & Networks > Mobile Networks > Access Point Names
*menu button* > New APN
Data Configuration
Name: Rogers
APN: internet.com
Password: wap
MCC: 302
MNC: 720
APN Type: default,supl
*all other settings left blank*
MMS Configuration
Then if you need support for picture and video texts also add the following APN.
Name: Rogers MMS
APN: rogers-core-appl1.apn
MMSC: http://mms.grps.rogers.com
MMS Proxy: 10.128.1.69
MMS Port: 80
MCC: 302
MNC: 720
APN Type: mms
*all other settings left blank*
Very good, glad you fixed it!
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2

Q MMS messaging and straight talk apn

Has anyone been able to get MMS working with an att straight talk Sim . I have tried many variations of the settings I've used in the past with no luck
Sent from my Nexus 5 using Tapatalk
Yes, this is what I have used:
Name: Straight Talk
APN: tfdata
Port: 80
MMSC:http://mms-tf.net
MMS 66.209.11.33
MMS port: 80
MCC: 310
MNC: 410
Authentication type: PAP
APN type: default,supl,mms,hipri
APN protocol: IPv4
APN roaming protocol: IPv4
This works but every now and then it will stop working.. a reboot of the phone and recconection to LTE fixes it every time, so I believe it has more to do with LTE connectivity, then the actual APN settings.
I am using the same APN for the most part but I have only been able to send pics through Hangouts. I tried Textra and GoSMS and neither will send. I used the same settings on my nexus 4 with straight talk and all mms apps worked.
crazycd1 said:
I am using the same APN for the most part but I have only been able to send pics through Hangouts. I tried Textra and GoSMS and neither will send. I used the same settings on my nexus 4 with straight talk and all mms apps worked.
Click to expand...
Click to collapse
When you say you have been able to send pics through hangouts, do you mean that you are able to send MMS through hangouts, or just a pic to another google user?
I sent pic as a text to my gf. Tried other apps first went back and set hangouts as default and it went through.
Sent from my Nexus 5 using Tapatalk
MMS has been working flawlessly for me with an LTE ST sim. I've just been using the APN settings on this page with new APN defaults for all the blanks not covered here: http://straighttalkbyop.com/program.php
t0ad said:
MMS has been working flawlessly for me with an LTE ST sim. I've just been using the APN settings on this page with new APN defaults for all the blanks not covered here:
Click to expand...
Click to collapse
So you can receive and sent MMS on the Nexus 5 with those settings without any problems?
Update: with the apn settings I posted, I am now getting uninterrupted lte service and mms send and receive are working flawlessly. My occasional interruptions before were probably due to slow wake up after I was running WiFi.
stuartmc said:
Yes, this is what I have used:
Name: Straight Talk
APN: tfdata
Port: 80
MMSC:http://mms-tf.net
MMS 66.209.11.33
MMS port: 80
MCC: 310
MNC: 410
Authentication type: PAP
APN type: default,supl,mms,hipri
APN protocol: IPv4
APN roaming protocol: IPv4
This works but every now and then it will stop working.. a reboot of the phone and recconection to LTE fixes it every time, so I believe it has more to do with LTE connectivity, then the actual APN settings.
Click to expand...
Click to collapse
Mine works fine except for the fact before every MMS I get "new message" as subject which is really annoying
Sent from my Nexus 5 using xda app-developers app
rexxcastle said:
Has anyone been able to get MMS working with an att straight talk Sim . I have tried many variations of the settings I've used in the past with no luck
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I just created a new APN and entered only the info the StraightTalk website has and it works. It says "Enter only the settings listed below:"...
Name
straight talk
APN
tfdata
Port
80
MMSC
http://mms-tf.net
MMS Proxy
mms3.tracfone.com
MMS Port
80
y'all might want to refer to http://productforums.google.com/forum/m/#!topic/nexus/IQGICsHMFHA for further info.
rexxcastle said:
Has anyone been able to get MMS working with an att straight talk Sim . I have tried many variations of the settings I've used in the past with no luck
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I am having no luck either. Are you on stock or custom rom? I am on CM11 right now.
brooksyx said:
I am having no luck either. Are you on stock or custom rom? I am on CM11 right now.
Click to expand...
Click to collapse
MMS is tied to billing cycle as far as we can tell. Check http://productforums.google.com/forum/?nomobile=true#!topic/nexus/IQGICsHMFHA
foolwithfingers said:
MMS is tied to billing cycle as far as we can tell. Check http://productforums.google.com/forum/?nomobile=true#!topic/nexus/IQGICsHMFHA
Click to expand...
Click to collapse
This is true. I was in the same situation with everyone else. New Nexus 5 and new service with ST. Once I paid my next month, Pics came pouring in.

CM 10.2 T-Mobile MMS Problems

Just switched from AT&T to T-Mobile. I am running CM 10.2 release with I727UCMC1. Everything is great including reception and data speeds, text. The problem that I have is sending and receiving MMS. Receiving I never get. Sending it just timeout. I did multiple searches and have not been able to figure it out. Please help. Here are my APN settings...
Name: T-Mobile US LTE
APN: fast.t-mobile.com
Proxy: not set
Port: not set
Username: not set
Password: not set
Server: not set
MMSC: http://mms.msg.eng.t-mobile.com/mms/wapenc
MMS proxy: not set
MMS port: not set
MMC: 310
MNC: 260
Authentication type: None
APN type: default, MMS, supl
APN protocol: IPv4
APN roaming protocol: IPv4
APN enable/disable (APN enabled): checked (this option is greyed out)
Bearer: unspecified
MVNO type: none
MVNO value: not set (this option is greyed out)
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Similar issue
I switched over almost the same day and having a similar issue with my SII Skyrocket. My setting are the same. But my issue is that when I leave 4g coverage and go to 2g I get no data. T mobile has been very good in working with me, but still has not found a solution. I assumed I wasn't the only one and am correct. Lets hope for an answer.
Have you guys tried the T-Mobile radio?? Mc6
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
holeindalip said:
Have you guys tried the T-Mobile radio?? Mc6
Click to expand...
Click to collapse
I found a thread from 2011 about the t mobile radios but didn't see anything current. I am rooted, so I can figure out how to flash, I just haven't found anything recent that I feel comfortable with. Can you point me to a current radio?
Ucmc6 is latest jelly bean radio for T-Mobile its probably in vincoms stickies or in the t989 Hercules forum
Sent from my SAMSUNG-SGH-I727 using xda app-developers app

Categories

Resources