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)

x86_64
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(blocking-b2g:1.3+)

RESOLVED DUPLICATE of bug 959914
1.3 C3/1.4 S3(31jan)
blocking-b2g 1.3+

People

(Reporter: echu, Assigned: hsinyi)

References

Details

(Whiteboard: [dsdsrun1.3])

Attachments

(2 files)

Attached file time stamp: 15:30.
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%
blocking-b2g: --- → 1.3?
Whiteboard: [dsds_US_test]
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)
Hi Anshul, is this a problem on your platform?
Flags: needinfo?(anshulj)
hi Steven, this may be a ref device bug
Flags: needinfo?(styang)
Michael, could you please take a look? Enpei, what is the AU you are using?
Flags: needinfo?(anshulj) → needinfo?(mschwart)
On latest 1.3, this works fine. Can you provide logs?
Flags: needinfo?(mschwart) → needinfo?(echu)
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)
Flags: needinfo?(styang) → needinfo?(sam.hua)
Sam, could you help to check this issues?
Flags: needinfo?(james.zhang)
Hi i check it but can't reproduce it in my codebase. gecko: 0e3362fb5625eb6d98c7617b1b3019a2cc553d47 gaia: f23aebebcd28c4d19347def77c4836c8baebc2ce
Flags: needinfo?(sam.hua)
(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?
Enpei, the AU is QC build number if you were using QC build. As per m4 it doesn't seem like you do.
(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.
(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)
(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.
Flags: needinfo?(sam.hua)
sorry,anything i could do for it?
Flags: needinfo?(sam.hua)
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)
(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)
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)
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)
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.
See Also: → 943215
Component: Gaia::Dialer → RIL
Whiteboard: [dsds_US_test] → [dsds_US_test][FT:RIL]
Hsin-yi, Bug 943215 was just resolved fixed. Is it time to go ahead and investigate furthermore?
Flags: needinfo?(htsai)
Depends on: 959914
Flags: needinfo?(htsai)
We need bug 959914 fixed first. Otherwise, I can imagine in certain cases the issue appears.
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.
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)
Target Milestone: --- → 1.3 C3/1.4 S3(31jan)
(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: nobody → htsai
Hsinyi, bug 959914 is landed. could you please double check if this bug is fixed?
Flags: needinfo?(htsai)
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
Depends on: 967404
Whiteboard: [dsds_US_test][FT:RIL] → [dsdsrun1.3][FT:RIL]
Whiteboard: [dsdsrun1.3][FT:RIL] → [dsdsrun1.3]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: