Skip to content

Commit

Permalink
update screenshot of emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
gasolin committed Feb 10, 2014
1 parent 08236a1 commit bed4210
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.5 2014/2/10
- pre-configure emulator build library dependency
- able to start emulator in GUI
- fix reop fetch failed by add bridge network
- fix wordlist error if any previous install is not complete

0.4 2014/2/9
- besides b2g, able to use custom gecko or gaia by GECKO_PATH and GAIA_PATH.
- provide gaia_init script
Expand Down
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FoxBox
===========

Version: 0.4
Version: 0.4.3

FirefoxOS Build Environment in a VM (Virtual Machine).
Powered by vagrant and virtualbox.
Expand Down Expand Up @@ -68,13 +68,15 @@ Then FoxBox provide an init script to help you fetch B2G source:

$ ./B2G_init.sh

Then go to B2G folder and type
Refer to https://developer.mozilla.org/en-US/Firefox_OS/Preparing_for_your_first_B2G_build
Go to B2G folder and type

$ cd B2G
$ ./configure.sh {your device}
$ ./configure.sh emulator
$ ./build.sh

refer to https://developer.mozilla.org/en-US/Firefox_OS/Preparing_for_your_first_B2G_build
The above instruction takes several hours.
Once the compile process is done, go to step 3 to launch emulator in GUI.

Basically the above instruction can build all FirefoxOS for you including gecko and gaia. But you could build gaia or gecko independently to debug specific part of FirefoxOS.

Expand Down Expand Up @@ -124,6 +126,13 @@ The `firefox nightly` is located in the top left `Applications Menu > internet >

![Imgur](http://i.imgur.com/7nhNUC3.png)

To start emulator, press `Application Menu > Terminal Emulator` from left top and run command:

$ B2G/run-emulator.sh

![Imgur](http://i.imgur.com/NRuv7DK.png)


## Trouble Shooting

### GUI Usage
Expand Down

0 comments on commit bed4210

Please sign in to comment.