Confirmed users
247
edits
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
* Flatfish is the code name we use to refer to the 10" tablets (Foxconn InFocus New Tab F1) being tested. | * Flatfish is the code name we use to refer to the 10" tablets (Foxconn InFocus New Tab F1) being tested. | ||
---- | ---- | ||
If you're looking to build B2G, you want to [https://wiki.mozilla.org/FirefoxOS/TCP/Patching go here]. | If you're looking to build B2G, you want to [https://wiki.mozilla.org/FirefoxOS/TCP/Patching go here]. | ||
===Build Instructions=== | ===Build Instructions=== | ||
Line 16: | Line 15: | ||
* Plug the device into your computer with the USB cable. (Windows may try to update drivers but will fail to find any.) | * Plug the device into your computer with the USB cable. (Windows may try to update drivers but will fail to find any.) | ||
* Open a Windows Explorer window | * Open a Windows Explorer window | ||
* | * '''While holding shift''' right click on the white background of the file area and select "Open command window here" [include screenshot] | ||
* Test that the device is detected by typing <code>adb devices</code> and hitting enter. The result may show the device name to be "???????????? device", this is ok as long as it can see the device. | * Test that the device is detected by typing <code>adb devices</code> and hitting enter. The result may show the device name to be "???????????? device", this is ok as long as it can see the device. | ||
* Type | * Type <code>adb reboot boot-fastboot<code> | ||
* The tablet should now display the Firefox OS logo. | * The tablet should now display the Firefox OS logo. | ||
Enter the following commands (hitting enter each time of course) | Enter the following commands (hitting enter each time of course) |