On Thu, 7 Nov 2013 12:19:01 -0800 (PST) Bob Thulfram <[email protected]> wrote:
> On Thursday, November 7, 2013 11:26:14 AM UTC-8, jezra wrote: ..... > > > > jezra > > Where did you get it and how easy was it to install? I'd be fine with > 1.3 since I already got bit by the change from > mozRequestAnimationFrame to requestAnimationFrame. > _______________________________________________ dev-b2g mailing list > [email protected] https://lists.mozilla.org/listinfo/dev-b2g The OS was compiled for me by someone in Scotland, and I used a 3rd party boot.img from http://sl.edujose.org/2013/10/adapted-boot-image-for-use-with-b2g.html Once I finally managed to get the correct instructions for flashing the device with precompiled images, everything was fairly easy. Basically, I put all of the compiled images into the same directory and ran the following: adb reboot bootloader fastboot devices fastboot flash cache ramdisk.img fastboot flash userdata userdata.img fastboot flash system system.img fastboot flash boot boot.img fastboot reboot jezra _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
