Hi, I try to build AOSP from source for a Pixel 5, 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-redfin-rq2a.210305.006-a3096c4f.tgz) and extracted it in android repository 5 - lunch aosp_redfish-userdebug 6 - make Then execute fastboot flashall in $OUT folder to flash the image. But the phone cannot boot, and is stucj in android black 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 [hidden email] To unsubscribe from this group, send email to [hidden email] 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/a55c71ff-accb-4fbb-a5e5-db1160e615e6n%40googlegroups.com. |
Hello,
Did you put the driver binaries into the AOSP folder? https://developers.google.com/android/drivers 在2021年4月2日星期五 UTC+8 下午11:12:09<[hidden email]> 写道:
-- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [hidden email] To unsubscribe from this group, send email to [hidden email] 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/9c071d40-5211-4aae-8d7f-366903b8e6b2n%40googlegroups.com. |
In reply to this post by Jean-Marc GRIMAUD
found the solution: need to execute fastboot flashall -w
Le vendredi 2 avril 2021 à 17:12:09 UTC+2, Jim a écrit :
-- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [hidden email] To unsubscribe from this group, send email to [hidden email] 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/64502638-50aa-4c96-a2d5-f2c60add6f3dn%40googlegroups.com. |
In reply to this post by Jean-Marc GRIMAUD
On Friday, April 2, 2021 at 8:12:09 AM UTC-7 [hidden email] wrote:
You may need to download additional vendor blobs: https://dl.google.com/dl/android/aosp/qcom-redfin-rq2a.210305.006-1103dca3.tgz bill
-- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [hidden email] To unsubscribe from this group, send email to [hidden email] 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/7b33043d-b101-428b-b94c-4f77ba3892d4n%40googlegroups.com. |
In reply to this post by xiling.gong
thank you for your answers.
As explained before, it now works thanks to -w option to flashall that was missing. Concernign the vendor binaries, I only use the Google vendor image, not the binaries from qcom. The reason is that during AOSP build, vendor image is NOT built: it just uses vendor.img from google driver. Thus, qcom binaries is not used in this process. Le mercredi 7 avril 2021 à 20:05:11 UTC+2, xiling.gong a écrit : Hello, -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [hidden email] To unsubscribe from this group, send email to [hidden email] 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/a3327cf0-8f71-40ce-ba2e-80756dfc9aabn%40googlegroups.com. |
Free forum by Nabble | Edit this page |