Closed
Bug 823903
Opened 13 years ago
Closed 12 years ago
B2G RIL doesn't report the "searching" state
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-basecamp:-)
RESOLVED
DUPLICATE
of bug 866619
| blocking-basecamp | - |
People
(Reporter: julienw, Unassigned)
References
Details
Attachments
(1 file)
|
555 bytes,
patch
|
Details | Diff | Splinter Review |
In Bug 817660 I implemented the work to correctly display the icons depending on the state of the voice connection.
However it seems that the RIL doesn't report the 'searching' state so I can't display the 'searching' animated icon.
Nominating because I suspect that this might be a certification problem (tbc).
| Reporter | ||
Comment 1•13 years ago
|
||
| Reporter | ||
Comment 2•13 years ago
|
||
STR:
* patch your gecko with this patch
* flash the phone
* have a SIM in the phone
* watch your log as you boot the phone, enter your PIN, enable flight mode, disable flight mode, etc
Expected:
* we get the 'searching' state
Actual:
* we never get the 'searching' state
| Reporter | ||
Updated•13 years ago
|
Flags: needinfo?(vyang)
Comment 3•13 years ago
|
||
Swu will discuss this with Vicamo to see if we have any comments.
Comment 4•13 years ago
|
||
AFAIK, the state string comes directly from AT+CREG <stat> index. If the underlying rild never reports such state, then we won't have it in Gecko. Android has only IN-SERVICE or OUT-SERVICE, no SEARCHING.
Flags: needinfo?(vyang)
| Reporter | ||
Comment 5•13 years ago
|
||
So I guess we must find another way to display the "searching" icon. Will think of that but if we have an idea please tell ;)
| Reporter | ||
Comment 6•13 years ago
|
||
"if *you* have", sorry.
| Reporter | ||
Comment 8•13 years ago
|
||
Doug: because of this, we don't display the "searching network" icon (as defined in Bug 817660). It's not clear for me if this is mandatory for the certification, but the more I think about it, the more I think I could probably live without this.
So maybe this should not block.
Flags: needinfo?(felash)
Updated•13 years ago
|
blocking-basecamp: ? → -
| Reporter | ||
Comment 9•13 years ago
|
||
Verified that Android does not display the searching state so this is probably not a certification requirement.
Updated•12 years ago
|
Component: DOM: Device Interfaces → RIL
Product: Core → Boot2Gecko
Version: Trunk → unspecified
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•