Closed
Bug 862079
Opened 12 years ago
Closed 12 years ago
Attached manifest validates but fails to install
Categories
(Marketplace Graveyard :: Validation, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nick, Assigned: basta)
Details
Attachments
(2 files)
The attached manifest validates at:
https://marketplace.firefox.com/developers/validator
but it does not install in the simulator (3.0pre5)
INVALID_MANIFEST is reported in the simulator's error console.
You can also view the app here: http://www.apploa.de/3b9e4
| Reporter | ||
Comment 1•12 years ago
|
||
I think this may have to do with a missing installs_allowed_from, but adding the field did not change installation failure.
| Assignee | ||
Comment 2•12 years ago
|
||
Can you attach the full ZIP for the app?
| Reporter | ||
Comment 3•12 years ago
|
||
| Reporter | ||
Comment 4•12 years ago
|
||
A failed install on device shows this in adb logcat:
E/GeckoConsole( 108): Content JS INFO at app://system.gaiamobile.org/js/app_install_manager.js:197 in ai_handleDownloadError: downloadError event, error code is INVALID_SECURITY_LEVEL
| Reporter | ||
Comment 5•12 years ago
|
||
I would have guessed that was an install error listed here, but it is not:
https://developer.mozilla.org/en-US/docs/DOM/Apps.install#Error
| Reporter | ||
Comment 6•12 years ago
|
||
Has there been a patch to gaia that requires all packaged apps not installed through the simulator's push to device to be signed?
| Assignee | ||
Comment 7•12 years ago
|
||
Ah yeah, that's probably it. Privileged apps need to be signed. I don't have any way to confirm, but that's what my gut tells me.
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•