Skip to content

gbraadnl/minimal-gaia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Gaia

This is a minimal Gaia implementation.

Instructions

Deploy on hardware using DevTools

Development deployments can be done using DevTools. Enable certified apps for DevTools using the script provided by TWQA/B2G-flash-tool

$ enable_certified_apps_for_devtools.sh

Deploy on hardware as system application using ADB

Push from a Gaia development environment

$ APP=system make install-gaia && adb shell stop b2g && adb shell start b2g

Alternative methods

To flash your changes to your device run:

make install-phone

To clear out the whole device and make a fresh build, run:

make reset-phone

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • Makefile 2.4%
  • Other 0.1%