Closed
Bug 1029280
Opened 11 years ago
Closed 11 years ago
Icon is not updated on the homescreen when the app is updated (if the homescreen is running)
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(blocking-b2g:2.0+, b2g-v2.0 fixed, b2g-v2.1 fixed)
People
(Reporter: jlal, Assigned: jlal)
References
Details
(Keywords: regression, Whiteboard: [systemsfe])
Attachments
(1 file)
No description provided.
Comment 1•11 years ago
|
||
Should we dupe against https://bugzilla.mozilla.org/show_bug.cgi?id=1029194?
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8444861 -
Flags: review?(kgrandon)
Assignee | ||
Updated•11 years ago
|
blocking-b2g: --- → 2.0?
Comment 4•11 years ago
|
||
Thanks Jason. Adding Johan's notes from the other bug here as it's more detailed, but this has a patch I guess.
STR
1. Get http://mozilla.github.io/qa-testcase-data/webapi/apps/smallappcachepreload.manifest and host it on your own HTTP server
2. Install the app by pointing to your self-hosted manifest via you browser
3. To simulate an app update, in the the mini-manifest, modify:
"appcache_path": "*value*" to "appcache_path": "http://mozilla.github.io/qa-testcase-data/webapi/apps/largeappcachepreload."
"icons": {*value*} to "icons": { "126": "your_new_icon_path.png"
4. Check for new version and wait until the notification pop.
5. Update the app.
6. Wait for the app to be downloaded.
7. Go back to the homescreen.
Actual result
The app is updated but not its icon, until a phone restart.
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #8444861 -
Flags: review?(kgrandon) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Sadly my test fails on try... debugging
Assignee | ||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
blocking-b2g: 2.0? → 2.0+
Updated•11 years ago
|
QA Whiteboard: [VH-FL-blocking-][VH-FC-blocking?] → [VH-FL-blocking-][VH-FC-blocking+]
Comment 7•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•