Created
October 31, 2014 17:22
-
-
Save rik/52bc6933158270835e2f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On the phone: | |
1) Go in Settings > Developer (at the bottom) | |
1-a) If Settings > Developer doesn't exist, enable it in Settings > Information > More information > Developer Menu | |
2) Debugging via USB > Select "ADB and devtools" | |
On your computer: | |
3) Download https://github.com/mozilla/buddyup/archive/master.zip (from https://github.com/mozilla/buddyup, "download zip" in the bottom right) | |
4) Unzip | |
5) Plug in your phone | |
In Firefox 34+: | |
4) Open Tools > Web Developer > WebIDE | |
5) Select runtime > Anything that looks like your current phone in the USB devices section | |
6) Accept the "incoming request" on the phone | |
7) Open app > Open packaged app | |
7) Find the buddyup directory unzipped and select buddyup-master/app (/app is important) | |
8) Click Open | |
9) Click the Play button | |
10) The app is now launched on your phone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment