Disconnected Ensemble Setup for Firefox OS Step-by-Step Guide
Disconnected Ensemble is an application for Firefox OS that lets you share music toys, which can run on your friends' devices. It works by entering a phone server's IP address or bumping NFC devices together to provide service from your phone. The server requirements include enabling installation through ADB/Devtools. To do this, go to Settings → Developer → USB Debugging, and ensure it's set to ADB and DevTools. The phone should have access to full DevTools to install certified applications.
**Why certified?** The app needs to access information about the current network connection, which is only available to certified apps.
Currently, it only works on modern browsers capable of running **web audio code** (but **Safari Mobile** does not seem to work). For **NFC functionality**, devices must have **NFC capabilities** and support. Here's how to run it:
1. **Install Node.js**, which will also install npm (a package manager).
2. **Clone the repository**, then **cd** into it and follow the remaining instructions.
84.47KB
文件大小:
评论区