digitarald / make-fxos-install

Command-line tools to install packaged and hosted apps using the Firefox OS remote debugging protocols.
24 stars 8 forks source link

Failed to install (no prompt) #3

Closed zalun closed 11 years ago

zalun commented 11 years ago
zalun@arrakis:~/Projects/make-fxos-install$ adb devices
List of devices attached 
full_unagi  device

zalun@arrakis:~/Projects/make-fxos-install$ make FOLDER=my-package packaged install 
ZIPPING my-package into application.zip
updating: index.html (deflated 47%)
updating: manifest.webapp (deflated 33%)
PUSHING *my-package* as packaged app
18 KB/s (811 bytes in 0.041s)
FORWARDING device port 6000 to 6000
!!! CONFIRM THE PROMPT on the phone !!!
/zalun/Apps/xulrunner-sdk/bin/xpcshell install.js my-package 6000
Connecting to install my-package
^Cmake: *** [install] Interrupt

No prompt on the phone - interrupted with ^C adb logcat shows no info from beginning to interrupt Remote debugging is [on].

digitarald commented 11 years ago

I'd guess that you are using Nightly, not the b2g18 branch. 18 is currently maintained and not all features are uplifted yet.

zalun commented 11 years ago

Thanks