Hi,I have downloaded the proprietary hardware for Nexus 7, and can successfully build grouper android-4.2.1_r1 and can flash it onto a Nexus 7 device using fastboot. Everything is working great.I now would like to create a flashable zip so that it can be deployed into a device using custom recovery, like clockworkmod. I tried using:1) make -j16 updatepackageand2) make -j16 otapackageIt looks to me that the zip file from 1) updatepackage can only be applied using fastboot. I can deploy the zip generated from 2) otapackage, but hardware like wifi does not work.Using AOSP, how can I create a flashable zip like cyanogenmod that can be flashed on a device? I have been looking into this for couple days now. Any help or pointers are greatly appreciated.Thanks.Sincerely, Anthony--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-buildi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi JBQ,Thank you for your quick response.I did "make dist", and I find the following zip files potentially to be flashable using custom recovery in the out/dist folder:1) full_grouper-symbols-eng.alai.zip -- don't seem to be the one I want.2) full_grouper-target_files-eng.alai.zip -- cannot flash using custom recovery. Directory structures not seem to be correct3) full_grouper-img-eng.alai.zip -- consists of all the img files, errors out when using custom recovery4) full_grouper-ota-eng.alai.zip -- does install successfully using custom recovery, but hardware like wifi does not work correctly.For example, I could turn on wifi and see the wireless connections, but it hangs at obtaining ip address.5) full_grouper-apps-eng.alai.zip -- consists all the apks, not what I wanted thoughCan you kindly tell me which specific zip file can be flahsed using custom recovery? Are there any potential additional steps that I need to do to make it work?Thanks.Sincerely,
Anthony
Hi JBQ,It is great to know that I am on the right track.I tested my build again. It looks to me that only WIFI is not working. Note that if I do the normal fastboot flash to the device, WIFI works. I believe that I have installed the proprietary binaries correctly in my android source tree.I am sort of running out of ideas. Any additional pointers to make WIFI working by flashing a zip file is greatly appreciated.Thanks.
Sincerely,Anthony
Indeed! Thank you for solving my mystery, which has been troubling me for couple days. I guess I will have to get ubuntu now.Thanks again for your response.
On Thursday, April 11, 2013 4:59:13 PM UTC-7, fairct wrote:Are you by chance building on a Mac? When I built with Mac OSX, the flashable zip ALWAYS had broken WiFi, but the fastboot images would flash just fine. I finally switched to Ubuntu.
On Tuesday, April 9, 2013 2:16:12 PM UTC-4, Anthony Lai wrote:
Hi JBQ,It is great to know that I am on the right track.I tested my build again. It looks to me that only WIFI is not working. Note that if I do the normal fastboot flash to the device, WIFI works. I believe that I have installed the proprietary binaries correctly in my android source tree.
I am sort of running out of ideas. Any additional pointers to make WIFI working by flashing a zip file is greatly appreciated.Thanks.
Sincerely,Anthony
On Tuesday, April 9, 2013 7:36:36 AM UTC-7, Jean-Baptiste Queru wrote: