Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbraad/minimal-gaia
Minimal Gaia
https://github.com/gbraad/minimal-gaia
Last synced: about 1 month ago
JSON representation
Minimal Gaia
- Host: GitHub
- URL: https://github.com/gbraad/minimal-gaia
- Owner: gbraad
- Created: 2015-09-16T03:24:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T07:52:31.000Z (about 9 years ago)
- Last Synced: 2024-05-02T00:23:09.276Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.85 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/Mozilla-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:
```bash
make install-phone
```To clear out the whole device and make a fresh build, run:
```bash
make reset-phone
```