Closed
Bug 877417
Opened 12 years ago
Closed 11 years ago
[MMS] MMS proxy port is not set by default in the APN settings
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 937894
People
(Reporter: anshulj, Assigned: bevis)
Details
Put an ATT card and then go to settings -> Cellula & Data -> Message Settings and see that MMS proxy port for ATT card (80) is not selected by default. Without this port the MMS can not be downloaded by WAP.
Comment 1•12 years ago
|
||
Ansul, could you provide the MCC and MNC codes stored in that SIM?
Comment 3•12 years ago
|
||
Thanks Anshul, the APN settings we have in our database for that pair of codes is:
{"carrier":"Cingular 410","apn":"wap.cingular","user":"WAP@CINGULARGPRS.COM","password":"CINGULAR1","server":"cingulargprs.com","mmsc":"http://mmsc.cingular.com/","mmsproxy":"wireless.cingular.com","type":["default","supl","mms"]}
So it seems the port is also missing in the AOSP APN database (see [1])
What we can do here is to contribute to the AOSP APN database and wait for that change to be added. It usually takes some time. To be honest I'm still waiting a change to be reviewed more than a month :(.
Is that a blocker actually?
[1] https://github.com/mozilla-b2g/gaia/blob/master/shared/resources/apn/apns_conf.xml#L3914-L3924
Updated•11 years ago
|
Component: Gaia::SMS → RIL
Comment 7•11 years ago
|
||
It seems the current solution is to fix the APN database, which is managed and included in the Gaia repository. Reassigning this bug to the Gaia::SMS component. Please correct me if I'm wrong. Thanks!
Component: RIL → Gaia::SMS
Comment 8•11 years ago
|
||
Wait! Gecko should already fallback this to 80 [1].
[1] http://mxr.mozilla.org/mozilla-central/source/dom/mobilemessage/src/gonk/MmsService.js#180
Component: Gaia::SMS → RIL
Comment 9•11 years ago
|
||
Hi Bevis, do you have bandwidth to check this?
Assignee | ||
Comment 10•11 years ago
|
||
Sure! It's supposed to be fixed in bug#937894.
I'll try to figure out what we behave now in mozilla-central.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → btseng
Assignee | ||
Comment 11•11 years ago
|
||
After testing with current mozilla-central build, the port will be fallback to 80 if it's not set in the apn settings.
The fix in bug#937894 is workable.
Mark as duplicated to bug#937894.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•