Closed
Bug 841286
Opened 12 years ago
Closed 12 years ago
[factory reset] factory reset does not works
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: leo.bugzilla.gecko, Unassigned)
Details
The factory reset does not works after applied below patch
"Bug 835210 - FOTA updates don't seem to be working any more. r=fabrice, a=tef+"
It causes next error log at the 'RecoveryService.js' file
[JavaScript Error: "library is not defined" {file: "jar:file:///system/b2g/omni.ja!/components/RecoveryService.js" line: 34}]
It seems the side effect of the patch for FOTA update.
Reproduce process :
Setting - Device info - More - Reset Phone
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•12 years ago
|
||
This is not a duplicated issue.
It reproduced after apply below patch.
author Dave Hylands <dhylands@mozilla.com>
Thu, 31 Jan 2013 01:23:51 +0000 (17:23 -0800)
committer Dave Hylands <dhylands@mozilla.com>
Thu, 31 Jan 2013 01:23:51 +0000 (17:23 -0800)
commit a8a9ffe00c00e1ef5f7d0c19ecbc6e28497f1503
tree 1d62daacd0d4b417a3c97297de1f85a8d88b32c8 tree | snapshot
parent b63f7262bcb7834b9c61d41b3a5e9191f0797e1e commit | diff
Bug 835210 - FOTA updates don't seem to be working any more. r=fabrice, a=tef+
b2g/components/DirectoryProvider.js diff | blob | history
b2g/components/RecoveryService.js diff | blob | history
b2g/components/UpdatePrompt.js diff | blob | history
It does not occured when I revert 'RecverService.js' file,
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 3•12 years ago
|
||
Hi there, can you try a more recent fix? In particular: feel free to build off gecko and gaia commits that we have:
From https://bugzilla.mozilla.org/show_bug.cgi?id=833212#c13,
Gecko http://hg.mozilla.org/releases/mozilla-b2g18/rev/59fbbbbba801
Gaia 21cedfd1787f4aff26721fc0f160e771db5cd67d
BuildID 20130211070202
Version 18.0
Or even better, you can find a recent manifest posted here: http://ftp.mozilla.org/pub/mozilla.org/b2g/manifests/1.1.0/
you may want to do a make reset-gaia if necessary.
Reporter | ||
Comment 4•12 years ago
|
||
i think this issue was already fixed.
issue reports missed change to status.
so, i will change status.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•