Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.8 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.8 KB

cordova-firefoxos

Apache Cordova Firefox OS implementation

Prerequisites:

  • Android SDK must be installed
  • on Mac OSX you need to have Xcode & the Command Line Tools for Xcode
  • on Windows you need to have CYGWIN
  • Firefox OS device with OS Version 1.0.0.0 prerelease or Firefox OS simulator add-on

How to get started:

  1. Bootstrap your computer so to make sure that you have all the prerequisites for building Firefox
  1. Clone the Firefox repository: git clone git://github.com/mozilla/mozilla-central.git
  2. Build Firefox by following the instructions under the "Building" on the following page: https://developer.mozilla.org/en-US/docs/Simple_Firefox_build
  3. Clone the cordova-firefoxos repository

If Deploying to device:

  1. Modify the XPCSHELL constant in the Makefile to point to the location of xpcshell on your computer
  2. Modify the ADB constant in the Makefile to point to the location of adb on your computer
  3. Make sure the Firefox OS device has remote debugging enabled. To enable remote debugging navigate to the following settings on the device: Settings->Device Information->More Information->Developer->Remote Debugging.
  4. Run the Makefile by typing "make" into the command line.
  5. The device should prompt you to allow a remote connection, your Apache Cordova Firefox OS app will be installed to the device once you accept the prompt.

If Deploying to simulator:

  1. Open the Firefox OS simulator add-on by going to Tools->Web Developer->Firefox OS Simulator
  2. Start the simulator
  3. Click on the Add Directory button and then choose the manifest.webapp file in the framework folder of your Apache Cordova app.