Skip to content

Instantly share code, notes, and snippets.

@pedronsouza
Last active December 14, 2015 05:29
Show Gist options
  • Save pedronsouza/5035550 to your computer and use it in GitHub Desktop.
Save pedronsouza/5035550 to your computer and use it in GitHub Desktop.
# download the last release of FirefoxOS here: http://www.rodrigopadula.com/arquivos/Keon-%20FirefoxOS%201.0.1.0-prerelease.tar.gz
Now, the commands
# Install the ADB and fastboot
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot
sudo adb reboot recovery # reboot your device in recovery mode
sudo fastboot flash boot kboot.img # install the boot manager
sudo fastboot flash splash ksplash.img # update the boot image
sudo fastboot flash system ksystem.bin # install the new system on device
sudo fastboot flash userdata kuserdata.img # install some user data configuration
sudo fastboot reboot # reboot your keon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment