Skip to content

Instantly share code, notes, and snippets.

@brendandahl
Created February 20, 2014 00:20
Show Gist options
  • Save brendandahl/9104435 to your computer and use it in GitHub Desktop.
Save brendandahl/9104435 to your computer and use it in GitHub Desktop.
Disable B2G Remote Debugging Prompt

adb shell

stop b2g

cd /data/b2g/mozilla/*.default/

echo 'user_pref("devtools.debugger.prompt-connection", false);' >> prefs.js

start b2g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment