Closed
Bug 935416
Opened 12 years ago
Closed 12 years ago
[Single Variant] Default wallpaper configured in list.json isn't loaded after complete the FTE without sim card inserted
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: rafael.marquez, Unassigned)
Details
(Whiteboard: [systemsfe])
Attachments
(1 file)
|
49.47 KB,
image/png
|
Details |
****Steps
1. Installing a v1.2 build on device
2. Clone the tests repository for sigle variant: https://github.com/telefonicaid/firefoxos-gaia-testsbuild.git
3. Configuring the file firefoxos-gaia-testsbuild/wallpaper/list.json and copy the new default wallpaper to firefoxos-gaia-testsbuild/wallpaper/ directory
4. Clone Gaia repository and select the v1.2 branch.
5. Executing the command "GAIA_DISTRIBUTION_DIR=/home/tel056/firefoxos-gaia-testsbuild PRODUCTION=1 make reset-gaia" to install gaia with single variant in the device
6.Complete FTE without SIM card inserted in the device
****Expected Result
The image configured in list.json file "customize3.png" is shown as wallpaper
****Actual Result
An image who isn't configured in the list.json file is shown as default wallpaper
list.json file:
[
"customize3.png",
"FXOS_Blue_Mountains.png",
"FXOS_Cherry_Blossoms.png",
"FXOS_Dusk_Flowers.png",
"FXOS_Golden_Grass.png",
"FXOS_Orange_Mountains.png",
"FXOS_Shadows.png",
"FXOS_Sunset_Field.png",
"FXOS_Sunset_Grains.png",
"FXOS_Techno_Wave.png",
"FXOS_Water_Drops.png"
]
Devide: unagi
Branch: V1.2
Gecko: 1303dc0
Gaia: 2140c98
| Reporter | ||
Updated•12 years ago
|
blocking-b2g: --- → koi?
Whiteboard: [systemsfe]
Comment 1•12 years ago
|
||
This worked fine w/test repository, so there's something weird going on here. I'm going to dig into this a bit more.
Flags: needinfo?(jsmith)
| Reporter | ||
Comment 2•12 years ago
|
||
Please try to change settings to do best tests. Try to change the image that appears by default in the list.json
Updated•12 years ago
|
Comment 3•12 years ago
|
||
The first issue I'm noticing is on the customization side - the wallpapers being referenced in list.json are referencing wallpapers that don't exist with the exception of customize3.png.
Comment 4•12 years ago
|
||
Ah - looks like I misinterpreted how the default wallpaper is set. list.json only affects what wallpapers are preloaded, but doesn't affect which one is the default.
Comment 5•12 years ago
|
||
Ack. Now I know what's not working here - list.json doesn't affect controlling the default wallpaper. You need to set wallpaper.image in settings.json to get the default wallpaper to be set correctly. The image set for the default wallpaper also needs to be in a data URI format as well. See the property wallpaper.image in https://github.com/mozilla/qa-testcase-data/blob/gh-pages/customization/reference/settings.json.
When I adjusted the wallpaper.image property in the settings.json file with a proper data URI in your test customization, then I was able to set a default wallpaper.
Sorry for the confusion - I misinterpreted the use cases of list.json.
No longer blocks: 891729
Status: NEW → RESOLVED
blocking-b2g: koi? → ---
Closed: 12 years ago
Resolution: --- → INVALID
| Reporter | ||
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•