3,860
edits
(Updated solving problems.) |
m (Lakrits moved page FirefoxOS/TCP/Flashing your device/ to Firefox OS/TCP/Flashing your device/: The official spelling of "Firefox OS" leaves a space between the two parts of the name. It's easier to find a page if the spelling of its name is co...) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
* Download the build you would like to flash. | * Download the build you would like to flash. | ||
** Check the [ | ** Check the [http://mzl.la/1z5DZ4w build status page] to see if there are notes about major issues with the listed builds. | ||
** If none of the listed builds are viable ("good"), choose the build in the ''stable'' folder. | ** If none of the listed builds are viable ("good"), choose the build in the ''stable'' folder. | ||
** Download the build files [https://www.dropbox.com/sh/b2py1btcwstqldl/AABblbq_csa1IHQwdvLdfptTa from dropbox]. Only builds from the last seven days (and the stable build) are available. | ** Download the build files [https://www.dropbox.com/sh/b2py1btcwstqldl/AABblbq_csa1IHQwdvLdfptTa from dropbox]. Only builds from the last seven days (and the stable build) are available. | ||
Line 40: | Line 40: | ||
===Mac OS X=== | ===Mac OS X=== | ||
Currently, it is not possible to flash new builds natively in Mac OS X. It is recommended to run Linux in a VM and flash new builds using the above instructions. | Currently, it is not possible to flash new builds natively in Mac OS X. It is recommended to run Linux in a VM and flash new builds using the above instructions. | ||
== Solving problems == | == Solving problems == | ||
If you run into problems you should ensure your device and host are fully | If you run into problems you should ensure your device and host are fully prepared for developing as described above. | ||
=== Linux === | === Linux === | ||
If the script fails try running 'adb devices'. If it gives a permissions error you may need to restart the adb server | If the script fails try running 'adb devices'. If it gives a permissions error you may need to manually restart the adb server | ||
<pre> | <pre> | ||
adb kill-server | adb kill-server |
edits