Closed Bug 1025399 Opened 10 years ago Closed 10 years ago

Bug 322573 - [FirefoxOS_v1.4][7715][FT_India_Delhi] Idea,7715 firefox fail to download the received MMS

Categories

(Firefox OS Graveyard :: RIL, defect)

ARM
Gonk (Firefox OS)
defect
Not set
major

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1016829

People

(Reporter: kun.tang, Assigned: bevis)

Details

(Whiteboard: [sprd 322573 ])

Attachments

(2 files)

Attached file 0-main-18-42-13.log
[1.Hardware Version ]: Firefox #631
[2.Project Build    ]: FIREFOXOS_V1.4_W14.23.5_SP7715/sp7715ga_gonk4.4.pac
[3.Network          ]: GSM
[4.Storage Card     ]: 4 GB
[5.SIM Card         ]: SIM1:-Empty, SIM2:- Idea
Test on :              SIM1:-Empty, SIM2:- Idea
[6.Testing Location ]: Static (Office)
[7.Testing Steps    ]:

a)7715 successfully send MMS from SIM2(Idea)
b)The same MMS has been received on SIM2
c) Download the received MMS
d) 7715 firefox fail to download the MMS and show the error popup "Missing SIM card Insert a valid SIM card to continue"

SN No.:- 57295 received MMS download error popup "Missing SIM card(Insert a valid sim card to continue)" 6:46pm
72515 dial a number error popup airplane mode activated "To make a call you need to disable airplane mode in settings" 6:47pm
108751 successfully sent MMS 6:49pm
117253 fail to download the MMS 6:49pm
123537 fail to download the MMS 6:49pm

Logfile - 7715_FFX_Idea_MMS_download_Issue.rar
[8.Testing Result   ]:7715 firefox fail to download the received MMS
[9.Expected Result  ]:7715 Firefox should successfully download the received MMS
Attached file 0-radio-18-42-13.log
Whiteboard: [sprd 322573 ]
I can also reproduce this bug.
Test steps:
a) Go to message setting and make "Auto retievie" off
b) send an mms from SIM2 successfully to number of SIM2
c) when phone received the mms, it displays "I have send you a file. It will be available until 06/16/2014" and a download button
d) click the download button and 7715 show the error popup "Missing SIM card Insert a valid SIM card to continue"
I check the code of sms, it will call "this._mozMobileMessage.retrieveMMS(id)" to retrieve mms when download the mms manually.

However, the gecko gives gaia an error which error code is 'NoSimCardError'. So gaia will pop up error dialog.

var request = MessageManager.retrieveMMS(id);
request.onerror = (function retrieveMMSError() {
    //...
    var errorCode = (request.error && request.error.name) ?
        request.error.name : null;//errorCode为NoSimCardError
     if (errorCode) {
        this.showMessageError(errorCode,/*...*/);
}

where MessageManager.retrieveMMS(id) is 

retrieveMMS: function mm_retrieveMMS(id) {
    return this._mozMobileMessage.retrieveMMS(id);
  }
As is all above, please help us to check this issue.
Flags: needinfo?(ehung)
Hey Bevis,

Looks like bug 1016829, but in bug 1016829 you said it affected only Tarako?
Component: Gaia::SMS → RIL
Flags: needinfo?(ehung) → needinfo?(btseng)
Assignee: nobody → btseng
Flags: needinfo?(btseng)
(In reply to Julien Wajsberg [:julienw] from comment #5)
> Hey Bevis,
> 
> Looks like bug 1016829, but in bug 1016829 you said it affected only Tarako?

Oh no, my bad.
I just double checked and found that fix for Bug 981077 was not actually landed in 1.4, so
bug 1016829 is still needed for 1.4 for a quick fix of this problem.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: