Embed presentation
Download as PDF, PPTX





















![var manager = navigator.mozCameras;
var cameraList = manager.getListOfCameras();
manager.getCamera(cameraList[0], {}, function(camera){
camera.flashMode = "torch";
});](https://image.slidesharecdn.com/20150822-osc-shimane-150831005917-lva1-app6891/85/20150822-osc-shimane-22-320.jpg)












The document contains code snippets and instructions for setting up and configuring a B2G (Boot to Gecko) development environment. It includes commands to clone the B2G source code repository, configure the target device, sync and build the code, and flash the build to a device.





















![var manager = navigator.mozCameras;
var cameraList = manager.getListOfCameras();
manager.getCamera(cameraList[0], {}, function(camera){
camera.flashMode = "torch";
});](https://image.slidesharecdn.com/20150822-osc-shimane-150831005917-lva1-app6891/85/20150822-osc-shimane-22-320.jpg)










