Closed Bug 1232293 Opened 9 years ago Closed 8 years ago

TV build with FTU=1 unusable

Categories

(Firefox OS Graveyard :: Gaia::TV, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: mbdejong, Unassigned)

Details

To reproduce:
* Set `FTU := 1` in local.mk
* Run `make GAIA_DEVICE_TYPE=tv DEVICE_DEBUG=1`
* Run `path/to/b2g -start-debugger-server 6000 -profile `pwd`/profile -screen 1920x1080@1.3`
* Wait for splash screen with 'Next' button at the button
* Click 'Next'

Expected:
* The next TV-FTU screen (with the 'OK' button at the bottom) is shown

Actual:
* The button visually "clicks" but the screen stays as it is

Work-around:
* Set `FTU := 0` in local.mk
s/`FTU := 0`/`NOFTU := 0` and s/`FTU := 1`/`NOFTU := 1`, sorry!
Another work around: `git checkout 93ee67c1b886aab10799930` (from 10 Nov, could bisect further if desired).
Component: Gaia::First Time Experience → Gaia::TV
Turns out the 'Next' button doesn't work when you click it once, simply because you need to double-click it. :)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.