Closed
Bug 937013
Opened 11 years ago
Closed 11 years ago
MMS resend after 30 secs would fail when 3G data enabled
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 946302
People
(Reporter: skao, Assigned: airpingu)
References
Details
Attachments
(1 file, 1 obsolete file)
1.92 KB,
patch
|
Details | Diff | Splinter Review |
Send a mms, wait for 30 secs until mms disconnected, resend will fail with following conditions:
1. mobile data disabled
2. comment out this._sntp.request() in RadioInterfaceLayer.js (around line 2263)
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → skao
Reporter | ||
Comment 1•11 years ago
|
||
upload the patch from bug 935873 for backup, this is not intended for review, will work on it later.
Assignee | ||
Comment 2•11 years ago
|
||
Nice! This is really tricky because MMS has to live with the SNTP request. How could the MMS work before?
Btw, can we reproduce this bug by just turning off the SNTP auto-update from the settings?
Reporter | ||
Comment 3•11 years ago
|
||
So far I only have a work around (change the first retry timing) and didn't get the exact reason for this behavior.
I didn't try to reproduce it this way but the answer should be no, we still send SNTP requests when the setting is off (and keep it so when the setting gets on we can use it immediately).
Reporter | ||
Comment 4•11 years ago
|
||
Attachment #830051 -
Attachment is obsolete: true
Reporter | ||
Updated•11 years ago
|
Assignee: skao → gene.lian
Assignee | ||
Updated•11 years ago
|
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
•