Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Wrong directory when pushing web app to Android device #845

Open
aumouvantsillage opened this issue Oct 5, 2013 · 0 comments
Open

Wrong directory when pushing web app to Android device #845

aumouvantsillage opened this issue Oct 5, 2013 · 0 comments

Comments

@aumouvantsillage
Copy link

Hi.
I am trying to push a web app from the Firefox OS simulator to an Android tablet (Nexus 7).

In the dashboard, the device appears as connected.
When I click the "Push" button, the process starts correctly but the application is not installed on the device. The console shows the following error:

webappsRequest conn1.webapps8
about to send {
  "type": "install",
  "appId": "1b8b78da-278e-49d0-8c2c-2e38b8767e6e",
  "appType": 1,
  "receipts": [],
  "to": "conn1.webapps8"
}
info: r2d2b2g: adb: push onclose
response={
  "error": "badParameterType",
  "message": "missing directory /data/data/org.mozilla.firefox/app_tmpdir/b2g/1b8b78da-278e-49d0-8c2c-2e38b8767e6e",
  "from": "conn1.webapps8"
}

It seems that the temporary directory has an incorrect path: I suppose it should start with "/Android/data" instead of "/data/data".

Here are some details about my setup:

  • Desktop and device running Firefox 24
  • Device OS: Android 4.3
  • Desktop OS: Ubuntu 12.04
  • Firefox OS simulator 4.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant