Confirmed users
177
edits
(→Toggle Feature Flags: In Nightly, the pref "devtools.webide.enabled" has been defaulting to "true" for a while now.) |
(Update after enabling by default) |
||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
| Line 16: | Line 5: | ||
The connection experience is generally more straightforward (especially after connecting to a device the first time) than with USB and also more convenient to use since you're no longer tied down by a cable. | The connection experience is generally more straightforward (especially after connecting to a device the first time) than with USB and also more convenient to use since you're no longer tied down by a cable. | ||
== | == Security == | ||
WiFi debugging uses TLS for encryption and authentication over the WiFi network. Each device creates a self-signed certificate for authentication. When connecting, a QR code is scanned to verify the certificates were presented by the correct devices. After the first connection, these certs can be remembered to allow for immediate connection if desired. | |||
== Enabling == | |||
As of [https://bugzil.la/1027454 bug 1027454], this feature is no longer hidden. Assuming you have Firefox 39 for desktop and Firefox 3.0 on device, you can enable this feature on the device: | |||
# Go to Developer Settings on Device (Settings -> Developer) | |||
# Enable DevTools via Wi-Fi | |||
# Edit the device name if desired | |||
== Connect == | == Connect == | ||
# Open WebIDE in Firefox Nightly (Tools -> Web Developer -> WebIDE) | # Open WebIDE in Firefox Nightly (Tools -> Web Developer -> WebIDE) | ||
# Click "Select Runtime" to open the runtimes panel | # Click "Select Runtime" to open the runtimes panel | ||
# Your Firefox OS device should show up in the "WiFi Devices" section | # Your Firefox OS device should show up in the "WiFi Devices" section | ||
# A connection prompt | # A connection prompt will appear on device, choose "Scan" or "Scan and Remember" | ||
# Scan the QR code displayed in WebIDE | |||