[b2g] Creating a flashable zip?

2013-05-15 Thread ojreardon
Hi all I'm wanting to distribute my built image of Firefox OS for the Galaxy Nexus, but I'm struggling to find the ideal way of creating a flashable .zip to be flashed via Recovery. After a quick search on Google, I need to grab the system.img and boot.img from B2G/out/target/product/maguro/

Re: [b2g] Creating a flashable zip?

2013-05-15 Thread Dave Hylands
- From: ojrear...@gmail.com To: dev-b2g@lists.mozilla.org Sent: Wednesday, May 15, 2013 2:40:58 PM Subject: [b2g] Creating a flashable zip? Hi all I'm wanting to distribute my built image of Firefox OS for the Galaxy Nexus, but I'm struggling to find the ideal way of creating a flashable .zip

Re: [b2g] Creating a flashable zip?

2013-05-15 Thread Alfredos (fredy) Damkalis
You have to gather the system *directory* and not the system.img from out/target/product/maguro/. Also, you need the boot.img file. Finally you don't have to generate the [META-INF] folder but just copy it from one other .zip build, for example a cyanogenmod build. Then zip them and sign them.

Re: [b2g] Creating a flashable zip?

2013-05-15 Thread Alfredos (fredy) Damkalis
@lists.mozilla.org Sent: Wednesday, May 15, 2013 2:40:58 PM Subject: [b2g] Creating a flashable zip? Hi all I'm wanting to distribute my built image of Firefox OS for the Galaxy Nexus, but I'm struggling to find the ideal way of creating a flashable .zip to be flashed via Recovery. After a quick search