Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Command line tool to install firfox application in Firefox device(ZTE)

  • 2 antwoorde
  • 2 hierdie probleem
  • 5 views
  • Laaste antwoord deur gayathri1010

more options

Is there any Command line tool to install firfox application in Firefox devcie(ZTE). I have found two method for installing application in Firefox ZTE device 1.Through simulator-push to device.But in this case I was able to see the icon on home screen only after reboot . 2.From MarketPlace

But I am searching for command line method for Firefox application installation(something like "adb install" for apk installation on Android).

Is there any Command line tool to install firfox application in Firefox devcie(ZTE). I have found two method for installing application in Firefox ZTE device 1.Through simulator-push to device.But in this case I was able to see the icon on home screen only after reboot . 2.From MarketPlace But I am searching for command line method for Firefox application installation(something like "adb install" for apk installation on Android).

All Replies (2)

more options

I found this great blog post on hacks.mozilla.org that describes on the bottom of the article a way to push FirefoxOS packaged apps to the device using command line.

https://hacks.mozilla.org/2013/03/how-to-install-packaged-apps-in-firefox-os-options-and-tools/

more options

Thanks Robert for the reply. Tried out this method and able to install the firefox packaged application from ubuntu linux machine. install.js remotely install app from folder using the Webapp Actor and Debugger Client API(a client and a server instance must be created and a protocol connection must be established ).

Is there any command line method for installaing application from inside the Firefox device shell(something like pm install command for apk installation in Android -'pm install /sdcard/com.twitter.android-1.apk').