Closed
Bug 879780
Opened 12 years ago
Closed 12 years ago
B2G MMS: MMS messages cannot be sent unless the user has enabled data calls before
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 862764
People
(Reporter: jaoo, Unassigned)
References
Details
When the device uses the same APN for data calls and for MMS service the RIL doesn't set up the data call when sending (before sending it actually) a MMS message.
I/Gecko ( 595): -@- MmsService: acquire: buffer the MMS request and setup the MMS data call.
I/Gecko ( 595): -*- RadioInterfaceLayer: Setup secondary APN type mms which goes through default APN.
I/Gecko ( 595): -*- RadioInterfaceLayer: Data call settings: nothing to do.
If the user has not enabled data calls before we bail out at [1] and therefore the MMS cannot be sent.
[1] https://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/RadioInterfaceLayer.js#1267
Comment 1•12 years ago
|
||
Is this the same thing as bug 862764?
Comment 2•12 years ago
|
||
I think(In reply to Dietrich Ayala (:dietrich) from comment #1)
> Is this the same thing as bug 862764?
I think it's, checking if it's certification blocker. In that case we will request leo+, we will let you know.
Comment 3•12 years ago
|
||
I think it is related to bug 877433
When you turn on data-connection, MMS can't be sent.
Flags: needinfo?(ctai)
Reporter | ||
Comment 5•12 years ago
|
||
(In reply to Dietrich Ayala (:dietrich) from comment #1)
> Is this the same thing as bug 862764?
Dietrich, yes, it is. I guess we should resolve this bug as duplicate of bug 862764 and move the discussion there (that bug is a little abandoned). I'd like to remark that bug 862764 is happening because the use of the data connection for sending also MMS messages. If we don't have a shared APN for data and for MMS traffic the data connection for MMS traffic must be set up automatically without user interaction.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Comment 7•12 years ago
|
||
Change the dependence.
You need to log in
before you can comment on or make changes to this bug.
Description
•