Closed
Bug 846618
Opened 12 years ago
Closed 12 years ago
applications data customization
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(blocking-b2g:tef+, b2g18 fixed, b2g18-v1.0.0 fixed, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
blocking-b2g | tef+ |
People
(Reporter: yurenju, Assigned: yurenju)
References
Details
(Keywords: verifyme, Whiteboard: QARegressExclude)
Attachments
(1 file)
There are lots of vendor specificed application data in applications-data.js, like:
- cost control configuration (provider, currency, phone number for query)
- sms blacklist
- browser bookmarks
- support contacts
- STK default URL for opening browser
- apps arrangement
we should integrate these to built time customization with CUSTOMIZE variable.
nominating this for tef+ because this is part of customization work for vendors.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #719830 -
Flags: review?(timdream)
Comment 2•12 years ago
|
||
Comment on attachment 719830 [details]
pull request
People would need to move their customize.json after this is pushed.
Attachment #719830 -
Flags: review?(timdream) → review+
Comment 3•12 years ago
|
||
Can we stop landing these while we decide on an approach for the branding in gaia?
Assignee | ||
Comment 4•12 years ago
|
||
Fabrice, we can open another bug for variable modification for branding/customize while we decide, that will be only two lines modification on Makefile:402 and build/utils.js:188.
but custmization work is more critical because we need to add related features for partners as soon as possible.
needinfo? to Kevin for getting more detials of customization work.
Flags: needinfo?(khu)
Comment 5•12 years ago
|
||
Is this case related to customization mechanism?
Customization is the final key to have successful launch of Firefox OS. Without correct customization, partners won't accept it and release it to market. In my opinion, to have a great customization mechanism would be great, but the comparing with the customization deliverable, what partners want would be the 1st priority.
Flags: needinfo?(khu)
Assignee | ||
Comment 6•12 years ago
|
||
Yes, we can extact browser.json from applications-data.js on bug 838666 and we will put homescreens.json to CUSTOMIZE/homescreens.json instead of put customize.json to GAIA_DIR/ for apps arrangement.
Updated•12 years ago
|
blocking-b2g: tef? → tef+
Assignee | ||
Comment 7•12 years ago
|
||
Merged.
master:
https://github.com/mozilla-b2g/gaia/commit/314484cf93a23ffe4548f8008ea1c9c31807243b
v1.0.1:
https://github.com/mozilla-b2g/gaia/commit/e7e0e385e072f037ad01694e670216c9683ce1bd
v1-train:
https://github.com/mozilla-b2g/gaia/commit/d90ee5a412116f4f1f2e43b6c60700de5923513e
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Blocks: b2g-v1-custom
Comment 9•12 years ago
|
||
Can you please provide steps to verify this fix - as we will blackbox test from the UI?
Comment 10•12 years ago
|
||
Yuren Ju if you can Verify this bug out, it would be much appreciated.
Flags: needinfo?(yurenju.mozilla)
Keywords: verifyme
Assignee | ||
Comment 11•12 years ago
|
||
I have verified it when I resolved this issue and you could follow steps in below link to verify.
https://wiki.mozilla.org/B2G/MarketCustomizations
Flags: needinfo?(yurenju.mozilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•