Closed
Bug 1013428
Opened 11 years ago
Closed 11 years ago
mozilla-apk-cli App Updates side-loaded don't appear
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: ozten, Assigned: myk)
References
Details
(Whiteboard: [WebRuntime])
Nightly (5/20/2014) Firefox for Android
mozilla-apk-cli version 0.0.7
Steps to Reproduce
1) git clone https://github.com/ozten/packaged-app.git
2) cd packaged-app
3) ./node_modules/.bin/mozilla-apk-cli www test.apk
4) adb install test.apk
5) launch app, note screen
6) Edit www/index.html and make an obvious change "hello world" as an h1 or whatever. Edit www/manifest.webapp bump version to 2
7) ./node_modules/.bin/mozilla-apk-cli www test.apk
8) adb install -r test.apk
9) Force quit Nightly and Packaged via Settings > Apps
10) Launch packaged
Actual:
No new HTML
Expected
We see our changes
Note: App details in settings do reflect "version 2" from our updates.
Taking apart test.apk and application.zip, we will see our HTML updates.
| Assignee | ||
Updated•11 years ago
|
Severity: normal → critical
Priority: -- → P1
Summary: (Synth APK) mozilla-apk-cli App Updates side-loaded don't appear → mozilla-apk-cli App Updates side-loaded don't appear
Whiteboard: [WebRuntime]
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → myk
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
This was fixed by the fix for bug 1013433.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → Firefox 32
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•