Closed
Bug 946593
Opened 12 years ago
Closed 11 years ago
[DSDS] Unable to dial out emergency call while there is no SIM card in device.
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:1.3+)
People
(Reporter: echu, Assigned: hsinyi)
References
Details
(Whiteboard: [dsdsrun1.3])
Attachments
(2 files)
When there is no SIM card in device, user cannot dial out emergency call.
* Build Number
Fugu
Gaia def4baa9ad44843ea214b6f94d04c29613cbfadb
Gecko 8c89455659d2ab56e9e56b7591f0982bed638e0e
BuildID 20131205103217
Version 28.0a1
* Reproduce Steps
1. Remove all sim from each slot.
2. Dial out 911 or 112.
* Expected Result
Call will be dialed out.
* Actual Result
No dialing page after press dial key.
* Occurrence rate
100%
Comment 1•12 years ago
|
||
Does it also impact Single SIM device?
if it affects both then there is an issue.
Flags: needinfo?(echu)
(In reply to Wilfred Mathanaraj [:WDM] from comment #1)
> Does it also impact Single SIM device?
>
>
> if it affects both then there is an issue.
Hi Wilfred, I cannot reproduce the bug on single SIM device.
Flags: needinfo?(echu)
Michael, could you please take a look? Enpei, what is the AU you are using?
Flags: needinfo?(anshulj) → needinfo?(mschwart)
Comment 6•12 years ago
|
||
On latest 1.3, this works fine. Can you provide logs?
Flags: needinfo?(mschwart) → needinfo?(echu)
Comment 7•12 years ago
|
||
Sorry, I see that you provided logs. Seems like Moz RIL is being used. This does not appear to be a ref device issue.
Flags: needinfo?(echu)
Updated•12 years ago
|
Flags: needinfo?(styang) → needinfo?(sam.hua)
Hi
i check it but can't reproduce it in my codebase.
gecko: 0e3362fb5625eb6d98c7617b1b3019a2cc553d47
gaia: f23aebebcd28c4d19347def77c4836c8baebc2ce
Flags: needinfo?(sam.hua)
Reporter | ||
Comment 10•12 years ago
|
||
(In reply to Anshul from comment #5)
> Michael, could you please take a look? Enpei, what is the AU you are using?
Hi Anshul, what does AU mean?
Comment 11•12 years ago
|
||
Enpei, the AU is QC build number if you were using QC build. As per m4 it doesn't seem like you do.
Reporter | ||
Comment 12•12 years ago
|
||
(In reply to Anshul from comment #11)
> Enpei, the AU is QC build number if you were using QC build. As per m4 it
> doesn't seem like you do.
Thanks for clarification! No, I didn't test with QC build.
Comment 13•12 years ago
|
||
(In reply to Enpei from comment #12)
> (In reply to Anshul from comment #11)
> > Enpei, the AU is QC build number if you were using QC build. As per m4 it
> > doesn't seem like you do.
> Thanks for clarification! No, I didn't test with QC build.
Which device do you test, Fugu?
Flags: needinfo?(james.zhang)
Reporter | ||
Comment 14•12 years ago
|
||
(In reply to James Zhang from comment #13)
> (In reply to Enpei from comment #12)
> > (In reply to Anshul from comment #11)
> > > Enpei, the AU is QC build number if you were using QC build. As per m4 it
> > > doesn't seem like you do.
> > Thanks for clarification! No, I didn't test with QC build.
>
> Which device do you test, Fugu?
Yes, Fugu.
Updated•12 years ago
|
Flags: needinfo?(sam.hua)
Comment 16•12 years ago
|
||
hsinyi, can you look into this and see if this is a moz ril bug? thanks
triage: 1.3+
blocking-b2g: 1.3? → 1.3+
Flags: needinfo?(htsai)
Assignee | ||
Comment 17•12 years ago
|
||
(In reply to Joe Cheng [:jcheng] from comment #16)
> hsinyi, can you look into this and see if this is a moz ril bug? thanks
>
> triage: 1.3+
REQUEST_DIAL has been successfully made. However, modem/RILC didn't provide enough information when we queried REQUEST_GET_CURRENT_CALLS. The returned result is empty. Please see line #1689 from attachment 8342909 [details] (or below).
===
1688 12-05 15:28:46.900 I/Gecko ( 105): RIL Worker[0]: New incoming parcel of size 16
1689 12-05 15:28:46.900 I/Gecko ( 105): RIL Worker[0]: Parcel (size 16): 0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0
1690 12-05 15:28:46.900 I/Gecko ( 105): RIL Worker[0]: We have at least one complete parcel.
1691 12-05 15:28:46.900 I/Gecko ( 105): RIL Worker[0]: Solicited response for request type 9, token 24, error 0
1692 12-05 15:28:46.900 I/Gecko ( 105): RIL Worker[0]: Handling parcel as REQUEST_GET_CURRENT_CALLS
===
I am wondering if bug 943215 is the root cause as we haven't resolve bug 943215 that makes modem sometimes crazy in the situation of no SIMs.
Sam, any ideas?
Enpei, Wondering if you have time to apply .so on bug 943215 and see if this issue still happens.
Flags: needinfo?(sam.hua)
Flags: needinfo?(htsai)
Flags: needinfo?(echu)
Comment 18•12 years ago
|
||
Hi,
It is possible for the modem doesn't work well in this case.
But u can't use the lib in bug 943215 because both sims won't open the Radio, the lib is only for one SIM card.
I will test this bug tomorrow in case A( no SIM1,no SIM2, Open SIM1 Radio,don't open SIM2 radio)
Maybe u can try to test it by modify some codes in gecko.
Flags: needinfo?(sam.hua)
Reporter | ||
Comment 19•12 years ago
|
||
Hi Hsinyi,
After push .so to device, unlike original bug, it has response but only display warning message that airplane mode is activated which needs to be turned off. So still not working for this bug.
Thanks,
Enpei
Flags: needinfo?(echu)
Reporter | ||
Comment 20•12 years ago
|
||
Assignee | ||
Comment 21•12 years ago
|
||
Thank you Sam and Enpei for your quick replies. :)
From Sam's comment and Enpei's testing result, I conjecture the issue is heavily related to/dependent on bug 943215. I'd suggest resolving that first then we verify/investigate this later. We'd make sure gecko and modem handle the cases of both no SIM and one SIM well before diving into this and any other no SIM/one SIM issues.
Updated•12 years ago
|
Component: Gaia::Dialer → RIL
Updated•11 years ago
|
Whiteboard: [dsds_US_test] → [dsds_US_test][FT:RIL]
Comment 22•11 years ago
|
||
Hsin-yi,
Bug 943215 was just resolved fixed. Is it time to go ahead and investigate furthermore?
Flags: needinfo?(htsai)
Assignee | ||
Comment 23•11 years ago
|
||
We need bug 959914 fixed first. Otherwise, I can imagine in certain cases the issue appears.
Reporter | ||
Comment 24•11 years ago
|
||
On Fugu
Gaia ee25b0e45649d2955f340ce4f71ad55712dd0fab
Gecko 913cf2b92845441c9578787362ddad6f2ac15df6
BuildID 20140121095108
Version 28.0a2
EC can be dialed out even if there is no SIM card at all. But based on comment 23, I will keep the status in New first and see if it's necessary to verify again when 959914 is fixed.
Comment 25•11 years ago
|
||
Hsin-Yi, can you take this bug? I know you are in the discussion on bug 959914.
Just want to make sure the blocker issue has its assignee.
Flags: needinfo?(htsai)
Updated•11 years ago
|
Target Milestone: --- → 1.3 C3/1.4 S3(31jan)
Assignee | ||
Comment 26•11 years ago
|
||
(In reply to Wesley Huang [:wesley_huang] from comment #25)
> Hsin-Yi, can you take this bug? I know you are in the discussion on bug
> 959914.
> Just want to make sure the blocker issue has its assignee.
No problem though I believe this bug will be fixed automatically once bug 959914 is landed.
Flags: needinfo?(htsai)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → htsai
Comment 27•11 years ago
|
||
Hsinyi, bug 959914 is landed. could you please double check if this bug is fixed?
Flags: needinfo?(htsai)
Assignee | ||
Comment 28•11 years ago
|
||
This bug is fixed by bug 959914. Will mark as a duplicate.
I am able to dial out emergency call when serviceId is set to both 0 and 1.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(htsai)
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Whiteboard: [dsdsrun1.3][FT:RIL] → [dsdsrun1.3]
You need to log in
before you can comment on or make changes to this bug.
Description
•