Closed
Bug 975265
Opened 11 years ago
Closed 11 years ago
[Settings] Need to add LTE options in the network type selector
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(blocking-b2g:1.4+, b2g-v1.4 fixed, b2g-v2.0 fixed)
People
(Reporter: arthurcc, Assigned: arthurcc)
References
Details
Attachments
(1 file)
As we are going to support LTE, we need LTE related options in the network type selector.
Since the Gecko bug is now resolved, we would need support for this bug to let user select LTE network mode from the settings. Requesting for 1.4?
Updated•11 years ago
|
blocking-b2g: 1.4? → 1.4+
Updated•11 years ago
|
Target Milestone: --- → 1.4 S3 (14mar)
Comment 2•11 years ago
|
||
PM Triage: 1.4+
Assignee | ||
Comment 3•11 years ago
|
||
Jose, could you help take a look at this patch? As the mapping is getting more complex, I move the logic to a separate module. It still utilizes the same function in utils.js but the function is supported by the new module. I think this is better for introducing AMD afterward.
The patch is almost done except for some strings waiting for feedback from the UX designer (i.e. null in the mapping).
Attachment #8389093 -
Flags: feedback?(josea.olivera)
Updated•11 years ago
|
OS: Linux → Gonk (Firefox OS)
Hardware: x86_64 → ARM
Comment 4•11 years ago
|
||
(In reply to Arthur Chen [:arthurcc] from comment #3)
> Created attachment 8389093 [details]
> Link to https://github.com/mozilla-b2g/gaia/pull/17067
>
> Jose, could you help take a look at this patch? As the mapping is getting
> more complex, I move the logic to a separate module. It still utilizes the
> same function in utils.js but the function is supported by the new module. I
> think this is better for introducing AMD afterward.
The PR disappeared from the bug but I'd been able to take a look at it through the PR URL.
The work LGTM, thanks Arthur.
I'm requesting at you ni? just for letting you know about it.
Flags: needinfo?(arthur.chen)
Assignee | ||
Comment 5•11 years ago
|
||
Thanks, Jose.
I am able to see the attachment(https://bugzilla.mozilla.org/attachment.cgi?id=8389093&action=edit). It seems a bug of bugzilla. Are you able to grant it via the link?
Flags: needinfo?(arthur.chen)
Updated•11 years ago
|
Attachment #8389093 -
Flags: feedback?(josea.olivera) → feedback+
Comment 6•11 years ago
|
||
(In reply to Arthur Chen [:arthurcc] from comment #5)
> Thanks, Jose.
>
> I am able to see the
> attachment(https://bugzilla.mozilla.org/attachment.
> cgi?id=8389093&action=edit). It seems a bug of bugzilla. Are you able to
> grant it via the link?
Hi Arthur,
Please check bug 952026. UX team has defined options for network types.
Blocks: 952026
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8389093 [details]
Link to https://github.com/mozilla-b2g/gaia/pull/17067
Jose, I updated the strings on the basis of UX desiger's suggestion. (Not as what Ken suggested as they are for netowrk technologies) Could you help review the patch? Thanks!
Attachment #8389093 -
Flags: review?(josea.olivera)
Assignee | ||
Updated•11 years ago
|
Whiteboard: [ETA: 3/21]
Comment 8•11 years ago
|
||
Comment on attachment 8389093 [details]
Link to https://github.com/mozilla-b2g/gaia/pull/17067
LGTM, r=me with the comments I left in the PR addressed.
Thanks for the work Arthur and specially for the test you added for it.
I tested this patch on peak and everything seems to work. Sadly I do not have a LTE device so I'm not able to see how the network type select behaves when lte technology is supported.
Attachment #8389093 -
Flags: review?(josea.olivera) → review+
Anshul, can you please have someone try out this patch and provide feedback here if it's working on QRD devices or not.
Flags: needinfo?(anshulj)
Comment 10•11 years ago
|
||
Chris, could you please pull in the patch and confirm if it is working with LTE?
Assignee | ||
Comment 11•11 years ago
|
||
(In reply to José Antonio Olivera Ortega [:jaoo] from comment #8)
> Comment on attachment 8389093 [details]
> Link to https://github.com/mozilla-b2g/gaia/pull/17067
>
> LGTM, r=me with the comments I left in the PR addressed.
>
> Thanks for the work Arthur and specially for the test you added for it.
>
> I tested this patch on peak and everything seems to work. Sadly I do not
> have a LTE device so I'm not able to see how the network type select behaves
> when lte technology is supported.
Thanks for reviewing! nis addressed. Waiting for the test results.
Comment 12•11 years ago
|
||
Tested the patch and the network modes are getting set to LTE as expected. I couldn't test the LTE data call itself but I think that is unnecessary for this path to move forward.
Flags: needinfo?(chrislei)
Comment 13•11 years ago
|
||
Tested this patch and an LTE data call connected was successfully established on ATT.
Assignee | ||
Comment 14•11 years ago
|
||
master: 27c9ed6413d56e9cb57426f93dc16b7df4878f83
Status: NEW → RESOLVED
Closed: 11 years ago
status-b2g-v1.4:
--- → affected
status-firefox31:
--- → fixed
Resolution: --- → FIXED
Comment 16•11 years ago
|
||
v1.4: 5c78ffabbadcd25c64493ce2d611019c846e84c4
status-b2g-v2.0:
--- → fixed
status-firefox31:
fixed → ---
Whiteboard: [ETA: 3/21]
Target Milestone: 1.4 S3 (14mar) → 1.4 S4 (28mar)
You need to log in
before you can comment on or make changes to this bug.
Description
•