WEBVTT 00:00:00.080 --> 00:00:03.490 Today I'm going to quickly show you how to flash a new image of Firefox OS 00:00:03.490 --> 00:00:07.569 onto a Flame reference device. All you have to do is connect your Flame reference 00:00:07.569 --> 00:00:11.880 device via USB to the computer and make sure that ADB debugging is installed. 00:00:11.880 --> 00:00:15.280 You do that in the settings and you make sure that ADB 00:00:15.280 --> 00:00:18.880 is there. So I scroll down to my developer menu 00:00:18.880 --> 00:00:22.850 and in the developer menu it should say that ADB and Devtools are enabled 00:00:22.850 --> 00:00:27.060 and that way the computer can talk to the phone and put a new image on there. 00:00:27.060 --> 00:00:31.210 On the computer you go to command line and you download one of our images that we 00:00:31.210 --> 00:00:32.040 provide you. 00:00:32.040 --> 00:00:35.140 Once you've done that you will have a ZIP file with a lots and lots of files in 00:00:35.140 --> 00:00:35.540 there. 00:00:35.540 --> 00:00:38.550 The most important thing in there is the "flash.sh" 00:00:38.550 --> 00:00:42.450 script that will run all the flash processes for you. So first thing you want 00:00:42.450 --> 00:00:43.020 to do 00:00:43.020 --> 00:00:46.500 when you want to flash the device is make sure it's available. So go to the command line 00:00:46.500 --> 00:00:47.950 and you type in "adb" 00:00:47.950 --> 00:00:51.590 and "adb devices" and that way you will see if the phone shows up. 00:00:51.590 --> 00:00:55.440 In this case 8677d043 is this device 00:00:55.440 --> 00:00:59.760 so we can go on with the flashing. All we have to do is go into the flash tools 00:00:59.760 --> 00:01:00.329 folder 00:01:00.329 --> 00:01:04.180 and then run the script in there that says flash.sh. 00:01:04.180 --> 00:01:07.659 Once that's happening the daemon starts running 00:01:07.659 --> 00:01:10.740 and the image gets flashed to the device. The device should reboot 00:01:10.740 --> 00:01:15.070 once it has been found and a the image gets uploaded to it. You restart the device 00:01:15.070 --> 00:01:17.100 and you got a new version of Firefox OS going.