Closed
Bug 952268
Opened 11 years ago
Closed 11 years ago
[system] On my setup, SIM Customizations don't work. At all.
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Firefox OS Graveyard
Gaia::System
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 951450
People
(Reporter: jhammink, Unassigned)
Details
(Keywords: regression, Whiteboard: [systemsfe], burirun1.3-1)
On my setup, the SIM Customizations don't seem to work at all.
Here's what I did:
Cloned git://github.com/telefonicaid/firefoxos-gaia-testsbuild.git
added my own file, step3.tiff to the wallpapers directory.
Changed variant.json to include the following:
"operators": [
{
"id": "t-mobile us",
"mcc-mnc": [
"310-260"
],
"apps": [
{
"id": "Twitter",
"screen": 1,
"location": 4
},
{
"id": "Wikipedia",
"screen": 1,
"location": 7
},
{
"id": "Calculator",
"screen": 1,
"location": 10
}
],
"support_contacts": "resources/support_contacts_movistar.json",
"default_contacts": "resources/contacts_movistar.json",
"ringtone": "resources/Movistar_Mid_ABR_128kbps.ogg",
"wallpaper": "resources/step3.tiff"
},
With this setup, and t-mobile sim inserted and mcc|mnc confirmed, on separate occasions, tried flashing with these two command lines - both flashes succeeded at the command prompt:
GAIA_DISTRIBUTION_DIR="URL"/firefoxos-gaia-testsbuild PRODUCTION=1 make reset-gaia
and
OZILLA_OFFICIAL=1 GAIA_DISTRIBUTION_DIR="URL"/firefoxos-gaia-testsbuild PRODUCTION=1 make production
Expected Results: Twitter, Wikipedia, chosen ringtone, select wallpaper.
Actual Results: No twitter. No Wikipedia. Default Ringtone. Default wallpaper.
I've followed the same steps previously using qa-testcase-data (currently not working due to 951450) and was successful. These steps also seem to be reflected in the readme for firefoxos-gaia-testsbuild.
So please feel free to invalidate this bug (and give me correct working steps, then), but I do not see how we could be passing testcases for SIM Customizations, based on this.
Reporter | ||
Comment 1•11 years ago
|
||
(copy paste error above - actually was):
MOZILLA_OFFICIAL=1 GAIA_DISTRIBUTION_DIR="URL"/firefoxos-gaia-testsbuild PRODUCTION=1 make production
Updated•11 years ago
|
blocking-b2g: --- → 1.3?
Comment 2•11 years ago
|
||
I'm pretty sure this is fixed by dependency here.
You need to log in
before you can comment on or make changes to this bug.
Description
•