Closed
Bug 863127
Opened 12 years ago
Closed 12 years ago
(REGIONAL) The lockscreen shows the Service provider name twice (for all Movistar LATAM countries)
Categories
(Firefox OS Graveyard :: Gaia::System::Lockscreen, defect)
Tracking
(blocking-b2g:tef+, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
blocking-b2g | tef+ |
People
(Reporter: jhammink, Assigned: janjongboom)
References
Details
(Whiteboard: Chile, Ikura, IOT, khepera_43902)
Attachments
(2 files)
45 bytes,
patch
|
timdream
:
review+
allstars.chh
:
feedback+
|
Details | Diff | Splinter Review |
45 bytes,
patch
|
Details | Diff | Splinter Review |
Issue reported in certification for LatAm (adding deps).
Buildid "20130321070205", device: ikura
gecko commit: b5183c99228bdc5be33340e359efd1b4f0859e92
gaia commit: 577d13088ebdbd353d13910d3317e713a140415b
STR:
Boot up the phone with any Movistar LATAM country SIM card inserted.
Actual:
Lock screen shows the Service Provider Name twice, e.g. "movistar movistar"
Expected:
SPN should be shown only once.
NOTE: Certification refers to Annex 59
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → janjongboom
Assignee | ||
Comment 1•12 years ago
|
||
It would be nice to get the following information from someone who is in LATAM (insert in 'shared/js/mobile_operator.js' line 11):
console.log('userFacingInfo icc', operator,
iccInfo.isDisplaySpnRequired,
iccInfo.isDisplayNetworkNameRequired,
iccInfo.spn);
Assignee | ||
Comment 2•12 years ago
|
||
Proposed fix. If SPN and network name are required but they are the same then we get weird results here, like movistar movistar. This patch omits the SPN if it's the same as the network name.
Tim, I've attached you as the reviewer because I don't really know who would be appropriate for it, please forward if necessary.
Attachment #738948 -
Flags: review?(timdream)
Comment on attachment 738948 [details] [diff] [review]
Proposed patch to omit SPN if same as network name
I just check spec TS 131.102,
it doesn't say we still need to display both SPN and operator even they're the same.
I think janjongboom's patch is fine.
Attachment #738948 -
Flags: feedback+
Comment 4•12 years ago
|
||
Comment on attachment 738948 [details] [diff] [review]
Proposed patch to omit SPN if same as network name
Looks good, thanks!
Attachment #738948 -
Flags: review?(timdream) → review+
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
status-b2g18:
--- → affected
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → affected
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
This bug was partially uplifted.
Uplifted dc4d70cac4abed8c3ca32822a9e171c6a05d5f34 to:
v1-train: f9c868fd62b0ea0c4363c85120b2511e48204069
Commit dc4d70cac4abed8c3ca32822a9e171c6a05d5f34 didn't uplift to branch v1.0.1
Comment 8•12 years ago
|
||
Jan, can you please help with the uplift to v1.0.1?
Flags: needinfo?(janjongboom)
Assignee | ||
Comment 9•12 years ago
|
||
Attached PR that merges against v1.0.1
Attachment #742951 -
Flags: review?(jlal)
Flags: needinfo?(janjongboom)
Comment 10•12 years ago
|
||
Hi, I have tested the latest nightly build for Ikura:
build ID:20130426165700
build information:
gaia commit:
e25b349 Merge pull request #9273 from gasolin/issue-863126
gecko commit:
6dfd179 Bug 849757 - Part 4: xpcshell tests. r=vicamo, a=tef+
AU:V1.01.00.01.019.085
and the issue is still reproducible.
When is the ETA for this patch to be uplifted?
BR
Assignee | ||
Comment 13•12 years ago
|
||
Comment on attachment 742951 [details] [diff] [review]
v1.0.1 patch
Setting r+ because already landed.
Attachment #742951 -
Flags: review?(jlal)
You need to log in
before you can comment on or make changes to this bug.
Description
•