Closed
Bug 861103
Opened 12 years ago
Closed 12 years ago
[FOTA] Unable to install the update later
Categories
(Firefox OS Graveyard :: General, defect, P1)
Tracking
(blocking-b2g:tef+, firefox21 wontfix, firefox22 wontfix, firefox23 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
blocking-b2g | tef+ |
People
(Reporter: juanpbf, Assigned: marshall)
Details
(Whiteboard: IOT, Spain, [madrid][fixed-in-birch])
Attachments
(1 file)
1.09 KB,
patch
|
dhylands
:
review+
|
Details | Diff | Splinter Review |
Buildid "20130321070205", ikura.
After the download process the handset ask to the user about install the package "now" or "later".
The package is not installed if the user select the "later" option, because when he want to install it the DuT is not able to uncompress the package.
Steps to reproduce it:
1 -Update the handset by selecting the proper option in the following route: Setting -> Phone Information -> software update.
2 -Download the firmware available.
3 -When the DuT ask about install the downloaded package select the "Install Later" option.
4 -Try to update the DuT again by following the same procedure as in step1.
Current result
The DuT tries to uncompress the package, but it remains in that state forever. The message "Uncompressing..." remains in the status bar and the package is not installed.
Expected result
The package should be installed when the user decides it.
P1 priority set and nominating in to tef? as it is a blocker for Telefonica.
Reporter | ||
Comment 1•12 years ago
|
||
Dependency added
Comment 2•12 years ago
|
||
Adding Etienne and Marshall as they might help with this
blocking-b2g: tef? → tef+
Comment 3•12 years ago
|
||
I guess this is caused by the wrong status of update package, maybe the package has been removed since user selects "later". And later, the system try to uncompress the removed package.
Comment 4•12 years ago
|
||
Over to Marshall, if you can't get to this by the end of this week, please let me know!
Assignee: nobody → marshall
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #737925 -
Flags: review?(dhylands)
Assignee | ||
Comment 6•12 years ago
|
||
It looks like we were clearing this._update when the UpdatePrompt handle's Gaia's "Later" button (the response is actually "wait"), causing a later "Install Now" to fail.
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [status: needs review dhylands]
Updated•12 years ago
|
Whiteboard: [status: needs review dhylands] → IOT, Spain, [status: needs review dhylands]
Updated•12 years ago
|
Attachment #737925 -
Flags: review?(dhylands) → review+
Updated•12 years ago
|
Whiteboard: IOT, Spain, [status: needs review dhylands] → IOT, Spain, [status: needs review dhylands][madrid]
Updated•12 years ago
|
Whiteboard: IOT, Spain, [status: needs review dhylands][madrid] → IOT, Spain, [madrid]
Assignee | ||
Comment 7•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Whiteboard: IOT, Spain, [madrid] → IOT, Spain, [madrid][fixed-in-birch]
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 9•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g18/rev/0c52884c661a
https://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/ec8df88bf17a
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → fixed
status-firefox21:
--- → wontfix
status-firefox22:
--- → wontfix
status-firefox23:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•