Closed Bug 1020233 Opened 10 years ago Closed 10 years ago

[dolphin][ftu] enable ftu for dolphin

Categories

(Firefox OS Graveyard :: Vendcom, defect)

Other
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: angelc04, Unassigned)

Details

(Keywords: smoketest, Whiteboard: [POVB])

In recent dolphin build, there is no FTU after flashing new build.

Please help to enable it.
james, could you please have someone to take a look to see why it's disabled? We don't have such problem in Flame v1.4.
Flags: needinfo?(james.zhang)
We disable FTU on userdebug build and enable it on user build, which build do you use?
Flags: needinfo?(james.zhang)
(In reply to James Zhang from comment #2)
> We disable FTU on userdebug build and enable it on user build, which build
> do you use?

Al, do you know which type of build is on twci server? I used http://release1-qa.corp.tpe1.mozilla.com:8080/view/All.B2G.Build/job/B2G.v1.4.0.dolphin/63/ for test.
Flags: needinfo?(atsai)
user build is OK, the same as tarako, WORKSFORME.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
see device/sprd/scx15/device.mk


ifeq ($(TARGET_BUILD_VARIANT), user)
export NOFTU=0
else
export NOFTU=1
endif
Component: General → Vendcom
We generate userdebug build and FTU is disabled by default.
Flags: needinfo?(atsai)
You need to log in before you can comment on or make changes to this bug.