This article provides information about using Firefox OS on a Nexus 5, including Flashing Firefox OS onto your device.
Installing Firefox OS on your Nexus 5
This section provides instructions for flashing Firefox OS onto your Nexus 5 device.
General
All users should have adb and fastboot working. If you do not have adb and fastboot, you can download and install them as part of the Android SDK.
Windows Users should also install the Google USB Drivers. Download the USB drivers, and follow the installation instructions.
Flashing Firefox OS on Windows
- Download the nexus-5-l.zip build.
- Unzip the file, and ensure that
flash.bat
is available inside theb2g-distro
folder. (Note: theflash.bat
file is currently missing; until this is added to the build, you can grab it from https://github.com/nhirata/flash-batch.) - Connect your Nexus 5 to your computer via a USB cable.
- Make sure that the device is on, and that adb mode is enabled (Firefox OS: Settings > Developer > ADB and DevTools; Android: Settings > Developer options > USB debugging.)
- Double-click the
flash.bat
file.
Flashing Firefox OS on Mac/Linux
- Download the nexus-5-l.zip build.
- Unzip the file, and ensure that
flash.sh
is available inside theb2g-distro
folder. - Connect your Nexus 5 to your computer via a USB cable.
- Open your terminal and enter the directory that
flash.sh
is located in — e.g:cd nexus-5-l/b2g-distro
. - Enter the command
adb devices
to ensure the device is found. (See the adb command setup for help and troubleshooting information.) - Enter the command
chmod +x ./flash.sh
to make the flash script executable. - Enter the command
./flash.sh
to proceed with the installation.
When the process is complete, your phone should reboot into Firefox OS.