Skip to content

Instantly share code, notes, and snippets.

@rik
Created October 31, 2014 17:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rik/52bc6933158270835e2f to your computer and use it in GitHub Desktop.
Save rik/52bc6933158270835e2f to your computer and use it in GitHub Desktop.
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