How to Install and Run Firefox Mobile B2G
- 1 Download b2g and extract the package
- 2 Download and install Gaia
- Open terminal from the dash home:git clone git://github.com/mozilla-b2g/gaia
- make -C gaia profile
- Open terminal from the dash home:
- 3 Run Firefox Mobile B2G
- In terminal run:PATH/TO/B2G-foder/b2g -profile gaia/profile
- Example:/home/jeremy/b2g/b2g -profile gaia/profile
- In terminal run:
Tip: Make sure you have the necessary permissions to execute the b2g binary. You might need to run chmod +x /path/to/b2g
if you encounter permission issues.