Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbraad/fxos-prompt
Prompt - FxOS as a Hardware Platform for the Web of Things (WoT)
https://github.com/gbraad/fxos-prompt
Last synced: about 1 month ago
JSON representation
Prompt - FxOS as a Hardware Platform for the Web of Things (WoT)
- Host: GitHub
- URL: https://github.com/gbraad/fxos-prompt
- Owner: gbraad
- Created: 2015-01-05T07:44:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T12:39:16.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T00:22:54.169Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
>Prompt - FxOS as a Hardware Platform
=====================================This is the main application for a display-less hardware platform running on
Firefox OS.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
```Authors
-------| [!["Gerard Braad"](http://gravatar.com/avatar/e466994eea3c2a1672564e45aca844d0.png?s=60)](http://gbraad.nl "Gerard Braad ") |
|---|
| [@gbraad](https://twitter.com/gbraad) |References
----------* Based on [JanOS](https://github.com/janjongboom/janos)