---
title: B2G OS
slug: Archive/B2G_OS
tags:
- B2G
- Firefox OS
- Gaia
- Iniciação Firefox OS
- Principiante
- Resumo
- Sinopse
- básico
translation_of: Archive/B2G_OS
---
Firefox OS é o sistema operativo móvel desenvolvido pela Mozilla, baseado no Linux e no motor de renderização poderoso Gecko do Firefox.
Firefox OS is open source software that allows developers to harness the power and flexibility of the Web to create advanced end-user applications. The entire user interface is a web app, which can display and launch other apps. A Firefox OS web app is made with HTML, CSS, and JavaScript. In addition, Firefox OS web apps have access to the device hardware and services via an Application Programing Interface (API).
From a product perspective, Firefox OS is Mozilla's (and our OEM partners') branding and support services applied on top of Boot to Gecko (B2G), which is the operating system's engineering codename. Boot to Gecko is developed by a team of engineers inside Mozilla plus many external contributors from the wider Mozilla/open source community.
Head over to our App Center for all the information you could possibly need on building open web apps that can be installed on Firefox OS !
Guides for platform developers on how the different components of the Firefox OS platform fit together and work.
Guides covering building and installing Firefox OS on an emulator, compatible device, or desktop simulator.
Information on specific developer phones, such as tweaking, updating, recovering, and buying.
Get started with Firefox OS add-ons
Firefox OS add-ons are new in Firefox OS 2.5! To start developing add-ons and getting involved in the add-ons community, read Getting started with Firefox OS add-ons.
Note: We are keeping track of ongoing work on Firefox OS documentation on our Firefox OS documentation status page. If you want to help contribute to Firefox OS documentation, please have a look at this page to see what work needs tweaking!
Subnav
- Introduction
- Platform guide
- Platform guide overview
- Architecture overview
- Apps architecture
- Gonk
- Gecko
- Gaia
- Gaia apps guide
- Security
- The Firefox OS security model
- System security
- Application security in Firefox OS
- Securely installing and updating applications
- Out of memory management on Firefox OS
- Feature support chart
- Settings list
- Build and install
- Build and install overview
- Firefox OS build process summary
- Build prerequisites
- Preparing for your first build
- Building Firefox OS
- Building Firefox OS for flame on OSX
- Choosing how to run Gaia or Firefox OS
- Building the Firefox OS simulator
- Using the Firefox OS emulators
- Installing Firefox OS on a mobile device
- Creating and applying Firefox OS update packages
- Building and installing FOTA community builds
- B2G build variables reference sheet
- Developing Firefox OS
- Developing Firefox OS overview
- Filing bugs against Firefox OS
- Modifying the hosts file
- Customization with the .userconfig file
- Customizing the b2g.sh script
- Porting Firefox OS
- Developing Gaia
- Developing Gaia overview
- Running the Gaia codebase
- Understanding the Gaia codebase
- Making Gaia code changes
- Testing Gaia code changes
- Submitting a Gaia patch
- Gaia build system primer
- Customizing build-time apps
- Market customizations guide
- Customizing the keyboard in Firefox OS apps
- Localizing Firefox OS
- L10n Best Practices
- Make options reference
- Gaia tools reference
- Firefox OS add-ons
- Firefox OS add-ons overview
- Developing Firefox OS add-ons
- Firefox OS phone guide
- Firefox OS phone guide overview
- Phone and device specs
- Geeksphone
- ZTE OPEN
- ZTE OPEN C
- Flame
- General device features
- Troubleshooting
- Best practices for open reference devices
- Firefox OS on TVs and connected devices
- TVs and connected devices overview
- How to connect WebIDE to TV (VIERA CX/CR series)
- TV broadcast streams on Firefox OS products
- Web animations on large screens
- Implementing TV remote control navigation
- Keyboard events in Firefox OS TV
- TV remote control button mapping to keyboard
- Firefox OS for TV UX Overview
- Firefox OS release notes
- Firefox OS release notes overview
- Firefox OS 2.2 for developers
- Firefox OS 2.1 for developers
- Firefox OS 2.0 for developers
- Firefox OS 1.4 for developers
- Firefox OS 1.3 for developers
- Firefox OS 1.2 for developers
- Firefox OS 1.1 for developers
- Firefox OS 1.0.1 for developers
- Automated testing
- Firefox OS automated testing overview
- Running tests on Firefox OS: A guide for developers
- Gaia UI tests
- Gaia integration tests
- Gaia unit tests
- Gaia performance tests
- Mochitests
- Reftests
- WebAPI tests
- xpcshell tests
- MTBF test
- Marionette
- Treeherder
- Debugging
- Firefox OS debugging overview
- Developer settings for Firefox OS
- Connecting a Firefox OS device to the desktop
- Setting up to debug Firefox OS using Firefox developer tools
- On-device console logging
- Installing and using ADB
- Taking screenshots
- Using the WebIDE
- Firefox OS crash reporting
- Debugging out of memory errors on Firefox OS
- Debugging and security testing with Firefox OS
- Debugging B2G using gdb
- Debugging B2G using Valgrind