Hi, I try to build AOSP from source for a Pixel 4, but I face face some issues because my phone does not reboot after flashing it. I tried several tags, but always the same behavior. Here is what I do for android-11.0.0_r32 : 1 - check at https://source.android.com/setup/start/build-numbers the corresponding factory image : RQ2A.210305.006 2 - download and flashed the factory image -> OK 3 - download AOSP repoitory android-11.0.0_r32 4 - download the corresponding Vendor image ( https://dl.google.com/dl/android/aosp/google_devices-flame-rq2a.210305.006-b46bc0a0.tgz) and drivers(https://dl.google.com/dl/android/aosp/qcom-flame-rq2a.210305.006-1bb6c917.tgz). Then extracted them in android repository 5 - lunch aosp_flame-userdebug 6 - make [image: snapshots.jpg] Then execute fastboot flashall in $OUT folder to flash the image. > fastboot flashall -w But the phone cannot boot, and is blocked in google logo screen.
Does anybody knows what I did wrong ? thank you ! -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/d641805c-3b67-4a47-83a8-f159f6da980cn%40googlegroups.com.
Z:\android\lineage\out\target\product\flame>adb reboot-bootloader Z:\android\lineage\out\target\product\flame>fastboot flashall -w -------------------------------------------- Bootloader Version...: c2f2-0.3-7062597 Baseband Version.....: g8150-00082-210106-B-7065218 Serial Number........: 99111FFAZ0036K -------------------------------------------- fastboot: error: ANDROID_PRODUCT_OUT not set Z:\android\lineage\out\target\product\flame>set ANDROID_PRODUCT_OUT Z:\android\lineage\out\target\product\flame>fastboot flashall -w -------------------------------------------- Bootloader Version...: c2f2-0.3-7062597 Baseband Version.....: g8150-00082-210106-B-7065218 Serial Number........: 99111FFAZ0036K -------------------------------------------- Checking 'product' OKAY [ 0.062s] Setting current slot to 'b' OKAY [ 0.094s] Sending 'boot_b' (65536 KB) OKAY [ 10.187s] Writing 'boot_b' OKAY [ 0.312s] Sending 'dtbo_b' (8192 KB) OKAY [ 1.342s] Writing 'dtbo_b' OKAY [ 0.094s] Sending 'vbmeta_b' (8 KB) OKAY [ 0.140s] Writing 'vbmeta_b' OKAY [ 0.078s] Sending 'vbmeta_system_b' (4 KB) OKAY [ 0.140s] Writing 'vbmeta_system_b' OKAY [ 0.078s] Rebooting into fastboot OKAY [ 0.062s] < waiting for any device > Sending 'super' (4 KB) OKAY [ 0.020s] Updating super partition OKAY [ 0.030s] Resizing 'product_b' OKAY [ 0.010s] Resizing 'system_b' OKAY [ 0.010s] Resizing 'system_ext_b' OKAY [ 0.010s] Resizing 'system_a' OKAY [ 0.000s] Resizing 'vendor_b' OKAY [ 0.010s] Resizing 'vendor_a' OKAY [ 0.010s] Resizing 'product_b' OKAY [ 0.000s] Sending 'product_b' (234228 KB) OKAY [ 37.141s] Writing 'product_b' OKAY [ 1.264s] Resizing 'system_b' OKAY [ 0.016s] Sending sparse 'system_b' 1/4 (262140 KB) OKAY [ 40.767s] Writing 'system_b' OKAY [ 1.373s] Sending sparse 'system_b' 2/4 (262140 KB) OKAY [ 41.076s] Writing 'system_b' OKAY [ 1.388s] Sending sparse 'system_b' 3/4 (262140 KB) OKAY [ 41.250s] Writing 'system_b' OKAY [ 1.326s] Sending sparse 'system_b' 4/4 (17808 KB) OKAY [ 2.792s] Writing 'system_b' OKAY [ 0.140s] Resizing 'system_ext_b' OKAY [ 0.016s] Sending 'system_ext_b' (109448 KB) OKAY [ 17.207s] Writing 'system_ext_b' OKAY [ 0.655s] Resizing 'system_a' OKAY [ 0.016s] Sending 'system_a' (23844 KB) OKAY [ 3.822s] Writing 'system_a' OKAY [ 0.218s] Resizing 'vendor_b' OKAY [ 0.016s] Sending sparse 'vendor_b' 1/3 (262140 KB) OKAY [ 41.544s] Writing 'vendor_b' OKAY [ 1.357s] Sending sparse 'vendor_b' 2/3 (262140 KB) OKAY [ 41.622s] Writing 'vendor_b' OKAY [ 1.357s] Sending sparse 'vendor_b' 3/3 (244364 KB) OKAY [ 38.876s] Writing 'vendor_b' OKAY [ 1.248s] Erasing 'userdata' OKAY [ 8.175s] Erase successful, but not automatically formatting. File system type raw not supported. Erasing 'metadata' OKAY [ 0.016s] Erase successful, but not automatically formatting. File system type raw not supported. Rebooting OKAY [ 0.016s] Finished. Total time: 355.881s
