0:00:00.040,0:00:03.370 Today I'm going to show you how to set the memory of your Flame device. 0:00:03.370,0:00:07.359 Out of the box the Flame device has a gig of memory. which is much more than most 0:00:07.359,0:00:09.820 Firefox OS devices out in the market have. 0:00:09.820,0:00:13.710 To make sure that your applications are running properly you want to throttle the 0:00:13.710,0:00:14.710 RAM a bit more 0:00:14.710,0:00:19.070 so you simulate a phone that is not as fast as this one. You do that on the Flame 0:00:19.070,0:00:21.000 device by using a few things: 0:00:21.000,0:00:25.740 ADB and Fastboot. The first thing you have to do is on your phone to make sure 0:00:25.740,0:00:30.470 that the ADB and Fastboot debugging is set. For that you go into the Developer 0:00:30.470,0:00:30.949 mode 0:00:30.949,0:00:35.670 and you have to make sure that debugging via USB, ADB and Devtools is set up. 0:00:35.670,0:00:39.329 That way you can use Developer Tools in the browser and you can use ADB on the 0:00:39.329,0:00:40.079 command line. 0:00:40.079,0:00:43.250 On the Flame Wiki page that you see here right now 0:00:43.250,0:00:46.770 we have all the information for you to set the RAM so I'm gonna show you 0:00:46.770,0:00:49.539 quickly how to do that in the Terminal right now. 0:00:49.539,0:00:53.129 You can actually just copy and paste what on that screen and see what's going 0:00:53.129,0:00:53.730 on. 0:00:53.730,0:01:00.139 If you do "ADB reboot boot loader" that will reset my phone and actually 0:01:00.149,0:01:02.931 run it into the rebooting: you see the screen is going off 0:01:02.940,0:01:06.340 and it's starting to reboot it. Then I can use Fastboot 0:01:06.340,0:01:09.619 to set the memory. So I say it "fastboot OEM 0:01:09.619,0:01:16.290 mem 512" and that one now sets the device RAM to 512 MB. 0:01:16.290,0:01:20.049 All I have to do then is do a "fastboot reboot" 0:01:20.049,0:01:24.290 and then the phone reboots into 512 meg of RAM. 0:01:24.290,0:01:27.820 You will see now that the rebooting takes much longer than on the device with 0:01:27.820,0:01:28.650 more memory. 0:01:28.650,0:01:32.740 So if we reset that back you will see that it's actually half the 0:01:32.740,0:01:33.220 time. 0:01:33.220,0:01:37.610 That way you can adjust to RAM of the Flame device to the device that you are actually 0:01:37.610,0:01:38.610 targeting to 0:01:38.610,0:01:42.340 so you don't need another device. You might in the end want to buy one but 0:01:42.340,0:01:45.079 it's a good opportunity to test if the performance 0:01:45.079,0:01:50.530 memory wise works on your device. So, use ADB and Fastboot quickly to set 0:01:50.530,0:01:51.360 and reset the RAM.