[Script Info] Title: [Events] Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text Dialogue: 0,0:00:00.04,0:00:03.37,Default,,0000,0000,0000,,Today I'm going to show you how to set the memory of your Flame device. Dialogue: 0,0:00:03.37,0:00:07.36,Default,,0000,0000,0000,,Out of the box the Flame device has a gig of memory. which is much more than most Dialogue: 0,0:00:07.36,0:00:09.82,Default,,0000,0000,0000,,Firefox OS devices out in the market have. Dialogue: 0,0:00:09.82,0:00:13.71,Default,,0000,0000,0000,,To make sure that your applications are running properly you want to throttle the Dialogue: 0,0:00:13.71,0:00:14.71,Default,,0000,0000,0000,,RAM a bit more Dialogue: 0,0:00:14.71,0:00:19.07,Default,,0000,0000,0000,,so you simulate a phone that is not as fast as this one. You do that on the Flame Dialogue: 0,0:00:19.07,0:00:21.00,Default,,0000,0000,0000,,device by using a few things: Dialogue: 0,0:00:21.00,0:00:25.74,Default,,0000,0000,0000,,ADB and Fastboot. The first thing you have to do is on your phone to make sure Dialogue: 0,0:00:25.74,0:00:30.47,Default,,0000,0000,0000,,that the ADB and Fastboot debugging is set. For that you go into the Developer Dialogue: 0,0:00:30.47,0:00:30.95,Default,,0000,0000,0000,,mode Dialogue: 0,0:00:30.95,0:00:35.67,Default,,0000,0000,0000,,and you have to make sure that debugging via USB, ADB and Devtools is set up. Dialogue: 0,0:00:35.67,0:00:39.33,Default,,0000,0000,0000,,That way you can use Developer Tools in the browser and you can use ADB on the Dialogue: 0,0:00:39.33,0:00:40.08,Default,,0000,0000,0000,,command line. Dialogue: 0,0:00:40.08,0:00:43.25,Default,,0000,0000,0000,,On the Flame Wiki page that you see here right now Dialogue: 0,0:00:43.25,0:00:46.77,Default,,0000,0000,0000,,we have all the information for you to set the RAM so I'm gonna show you Dialogue: 0,0:00:46.77,0:00:49.54,Default,,0000,0000,0000,,quickly how to do that in the Terminal right now. Dialogue: 0,0:00:49.54,0:00:53.13,Default,,0000,0000,0000,,You can actually just copy and paste what on that screen and see what's going Dialogue: 0,0:00:53.13,0:00:53.73,Default,,0000,0000,0000,,on. Dialogue: 0,0:00:53.73,0:01:00.14,Default,,0000,0000,0000,,If you do "ADB reboot boot loader" that will reset my phone and actually Dialogue: 0,0:01:00.15,0:01:02.93,Default,,0000,0000,0000,,run it into the rebooting: you see the screen is going off Dialogue: 0,0:01:02.94,0:01:06.34,Default,,0000,0000,0000,,and it's starting to reboot it. Then I can use Fastboot Dialogue: 0,0:01:06.34,0:01:09.62,Default,,0000,0000,0000,,to set the memory. So I say it "fastboot OEM Dialogue: 0,0:01:09.62,0:01:16.29,Default,,0000,0000,0000,,mem 512" and that one now sets the device RAM to 512 MB. Dialogue: 0,0:01:16.29,0:01:20.05,Default,,0000,0000,0000,,All I have to do then is do a "fastboot reboot" Dialogue: 0,0:01:20.05,0:01:24.29,Default,,0000,0000,0000,,and then the phone reboots into 512 meg of RAM. Dialogue: 0,0:01:24.29,0:01:27.82,Default,,0000,0000,0000,,You will see now that the rebooting takes much longer than on the device with Dialogue: 0,0:01:27.82,0:01:28.65,Default,,0000,0000,0000,,more memory. Dialogue: 0,0:01:28.65,0:01:32.74,Default,,0000,0000,0000,,So if we reset that back you will see that it's actually half the Dialogue: 0,0:01:32.74,0:01:33.22,Default,,0000,0000,0000,,time. Dialogue: 0,0:01:33.22,0:01:37.61,Default,,0000,0000,0000,,That way you can adjust to RAM of the Flame device to the device that you are actually Dialogue: 0,0:01:37.61,0:01:38.61,Default,,0000,0000,0000,,targeting to Dialogue: 0,0:01:38.61,0:01:42.34,Default,,0000,0000,0000,,so you don't need another device. You might in the end want to buy one but Dialogue: 0,0:01:42.34,0:01:45.08,Default,,0000,0000,0000,,it's a good opportunity to test if the performance Dialogue: 0,0:01:45.08,0:01:50.53,Default,,0000,0000,0000,,memory wise works on your device. So, use ADB and Fastboot quickly to set Dialogue: 0,0:01:50.53,0:01:51.36,Default,,0000,0000,0000,,and reset the RAM.