Closed
Bug 886692
Opened 11 years ago
Closed 11 years ago
[Settings]CB service enable/disable in Settings
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(blocking-b2g:leo+)
People
(Reporter: leo.bugzilla.gaia, Assigned: gduan)
Details
(Whiteboard: TaipeiWW)
Attachments
(1 file)
358 bytes,
text/html
|
Details |
1. Title : CB servoce enable/disable in Settings
2. Precondition :
3. Tester's Action : Trun on/off CB service
4. Detailed Symptom :
When turn on, CB message can't receive
When turn off, CB message can receive
5. Expected : When turn on, CB message should be received. Please check.
6. Reproducibility: Y
- Frequency Rate : 100%
7.Gaia Master/v1-train :
8. Version Info
Build ID : 20130616070209
GAIA : f2d6ed54a236e6e3b94f0abad9f0dacb8a1cc7b3
GECKO : be276cf55ce160bca09f36d9ca679a2ae20ea7cc
blocking-b2g: --- → leo+
Whiteboard: TaipeiWW
Target Milestone: --- → 1.1 QE3 (24jun)
Comment 1•11 years ago
|
||
This already exists in Settings > Call Settings > Cell broadcast service.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
The problem is that it displays wrong icon on the menu all the time.
When the Cell broadcast service is disabled, the icon is show "ON" instead of "OFF and vise versa.
Please check it again.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•11 years ago
|
Summary: [Settings]CB servoce enable/disable in Settings → [Settings]CB service enable/disable in Settings
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gduan
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #768250 -
Flags: review?(arthur.chen)
Assignee | ||
Updated•11 years ago
|
Attachment #768250 -
Flags: review?(arthur.chen) → review?(ehung)
Comment 4•11 years ago
|
||
Comment on attachment 768250 [details]
https://github.com/mozilla-b2g/gaia/pull/10667
Stealing the review, this is either a diagnosing error or one with the settings value, I dont think the settings code is wrong here
Attachment #768250 -
Flags: review?(ehung) → review?(dale)
The patch of Bug 882175 is working well in leo.
Please check.
Assignee | ||
Comment 6•11 years ago
|
||
When tracing code,
the initial value for ril.cellbroadcast.disabled is set to false , which equals to enable cellbraodcast , the icon shows correctly. And also, after switching , the ril.cellbroadcast.disabled is set to true . I will track whether backend is also set correctly or not , however the original code works fine as expected.
Bug 882175 patch was not included in leo when CB service enable/disable is strange.
After applying the patch, it works well in leo.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → DUPLICATE
Comment 8•11 years ago
|
||
Comment on attachment 768250 [details]
https://github.com/mozilla-b2g/gaia/pull/10667
Clearing the review, figuring out the root cause of this would be useful as we just blocking+'d and almost committed a patch that regressed working functionality.
Also tests (my bad).
Attachment #768250 -
Flags: review?(dale)
You need to log in
before you can comment on or make changes to this bug.
Description
•