Closed
Bug 1217539
Opened 9 years ago
Closed 9 years ago
Update FTE tutorial strings & config for 2.5
Categories
(Firefox OS Graveyard :: Gaia::First Time Experience, defect, P2)
Firefox OS Graveyard
Gaia::First Time Experience
ARM
Gonk (Firefox OS)
Tracking
(blocking-b2g:2.5+, b2g-master fixed)
Tracking | Status | |
---|---|---|
b2g-master | --- | fixed |
People
(Reporter: sfoster, Assigned: sfoster)
References
Details
(Keywords: late-l10n, Whiteboard: [systemsfe])
Attachments
(1 file)
The details of the tutorial and the upgrade scenarios need to be updated for the 2.5 release. The video assets themselves will be updated in bug 1212961
Assignee | ||
Comment 1•9 years ago
|
||
[Blocking Requested - why for this release]: Strings and config (which tutorial screens are displayed) need to agree with the features of the 2.5 release.
blocking-b2g: --- → 2.5?
Comment 2•9 years ago
|
||
tagging late-l10n for tracking as string freeze will happen on Nov. 3
Keywords: late-l10n
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8677800 [details] [review]
[gaia] sfoster:ftu-tutorial-2-5-bug-1217539 > mozilla-b2g:master
Sorry this is a bit of a pain to test.
With a new profile, we expect to get the whole tutorial at the end of the FTU steps. For 2.5 we removed the app grouping step (for obvious reasons) and tweaked a string.
To test the upgrade scenario (someone gets an OTA to upgrade their device from 2.1 or 2.2 to 2.5) we can test pretty simply by setting the 'deviceinfo.os' setting in webIDE, from e.g. system app:
navigator.mozSettings.createLock().set({'deviceinfo.os': '2.2.1-foo'})
then stop/start b2g or reboot the device. As it boots it sees the value you set (it gets moved to deviceinfo.previous_os) as and goes down the upgrade path. As we have nothing new we want to feature in the tutorial for upgrades from 2.1 and 2.2 you should just see the congrats/you're all set screen.
Marionette tests for the tutorial are currently disabled, as we have persistent raciness problems with playing the videos in that environment and circumstances.
Attachment #8677800 -
Flags: review?(rakhavan)
Updated•9 years ago
|
blocking-b2g: 2.5? → 2.5+
Comment 5•9 years ago
|
||
Comment on attachment 8677800 [details] [review]
[gaia] sfoster:ftu-tutorial-2-5-bug-1217539 > mozilla-b2g:master
I tested with an existing profile and upgrade paths 2.2 => 2.5 && 2.0 => 2.5
I also tested with a new profile and upgrade paths 2.2 => 2.5 && 2.0 => 2.5
In all cases I never saw the app grouping video and only saw the tour with the 2.0 => 2.5 upgrade.
Code looks good, expected behaviour was observed and running the launcher unit test changes locally succeeded.
Attachment #8677800 -
Flags: review?(rakhavan) → review+
Assignee | ||
Comment 6•9 years ago
|
||
Merged to master: https://github.com/mozilla-b2g/gaia/commit/f5a0f8d564829aa0f407998b779c91f9904299aa
Eric: Note I renamed the VerticalScroll.mp4 to Homescreen.mp4 to avoid future confusion.
You need to log in
before you can comment on or make changes to this bug.
Description
•