Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

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

  • 2 odpovede
  • 2 majú tento problém
  • 3 zobrazenia
  • Posledná odpoveď od 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).

Všetky odpovede (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').