I am flashing the original AOSP master to my Pixel. I used many methods but still failed.
I make AOSP used following command: lunch aosp_sailfish-userdebug make -j48 (make updatepackage after that) *Method one:* WIPE system/cache/dalvik from twrp. fastboot flash boot boot.img fastboot flash system system.img fastboot flash userdata userdata.img fastboot flash vendor vendor.img (from factory image, because there is no vendor.img after make -j48 in the out/target/product/saifish directory) When it boot, it stuck at android Logo forever. *Mehthod two:* WIPE system/cache/dalvik from twrp. fastboot flashall -w (from the out/target/product/sailfish directory I made.) When it boot, it stuck at android Logo forever. *Method three:* WIPE system/cache/dalvik from twrp. fastboot update aosp_sailfish-img-eng.zip (from make updatepackage command) When it boot, it stuck at android Logo forever. *Method four:* Install the aosp_sailfish-img-eng.zip from twrp, i got the log: Installing zip file '/sdcard/aosp_sailfish-img-eng.zip' Checking for Digest file... Skipping Digest check: no Digest file found Invalid zip file format! Error installing zip file '/sdcard/aosp_sailfish-img-eng.zip' updating partition details... done Anyone can help, PLZ. Thank you in advance!!! -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
