Closed
Bug 1067639
Opened 11 years ago
Closed 11 years ago
Trying to provide custom keyboard settings via a SIM customization with the provided SIM fails to set the settings correctly
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsmith, Assigned: albert)
References
Details
(Keywords: verifyme, Whiteboard: [2.1-flame-test-run-2])
Attachments
(1 file)
Build Information
Device: Flame
Gaia e731a63484c532168f4de6dc1eeb4c6612ad73a9
Gecko 7546fedad918
BuildID 20140915000203
Version 34.0
Build Setup
1. Flash the 9/15 build
2. Pull Gaia locally with git & switch to the 2.1 branch
3. In the gaia directory, run MOZILLA_OFFICIAL=1 GAIA_DISTRIBUTION_DIR=customization make production
STR
1. Complete the FTE & open the settings --> keyboards --> built-in keyboard
Expected
Settings should be set to the following:
{"vibration":true,"autocorrect":false,"clicksound":true,"wordsuggestion":false}
Actual
Settings end up being set to the following:
{"vibration":true,"autocorrect":true,"clicksound":false,"wordsuggestion":true}
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [2.1-flame-test-run-2]
| Reporter | ||
Comment 2•11 years ago
|
||
Forgot one precondition that was used in testing this - I had a T-Mobile US SIM included on the phone. I confirmed that other customizations (e.g. preloaded bookmarks) did work, so I know the SIM customization was done on the phone.
| Reporter | ||
Comment 3•11 years ago
|
||
George - This customization feature is supposed to work, right? I used your customization in the Gaia repository to test this, but I can't get it to work with my T-Mobile US SIM.
Flags: needinfo?(gduan)
Comment 4•11 years ago
|
||
As I know, we have a operatorvariant app that will override settings from customization in runtime.
https://github.com/mozilla-b2g/gaia/blob/master/build/test/integration/distribution.test.js#L86-L105
Hi Albert,
please correct me if I am wrong.
Flags: needinfo?(gduan) → needinfo?(alberto.crespellperez)
| Assignee | ||
Comment 5•11 years ago
|
||
(In reply to George Duan [:gduan] [:喬智] from comment #4)
> As I know, we have a operatorvariant app that will override settings from
> customization in runtime.
> https://github.com/mozilla-b2g/gaia/blob/master/build/test/integration/
> distribution.test.js#L86-L105
>
> Hi Albert,
> please correct me if I am wrong.
Hi,
Yes, that's correct, feature is implemented. The problem is the wrong format of customization/mobizilla/mobizilla_keyboard.json file. See how the file should be at https://github.com/telefonicaid/firefoxos-gaia-testsbuild/blob/master/resources/keyboard_movistar.json
Flags: needinfo?(alberto.crespellperez)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → alberto.crespellperez
| Assignee | ||
Comment 6•11 years ago
|
||
Attachment #8489860 -
Flags: review?(yurenju)
Comment 7•11 years ago
|
||
Comment on attachment 8489860 [details] [review]
Patch
r=yurenju, albert, could you file another bug for throwing error if keys of properties does not contain "keyboard."?
Attachment #8489860 -
Flags: review?(yurenju) → review+
| Assignee | ||
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•