hashbang / os

Open source security/privacy focused AOSP rom
MIT License
118 stars 12 forks source link

factory images don't include boot/radio and other image types #3

Closed lrvick closed 5 years ago

lrvick commented 5 years ago

Google Factory images contain:

Many of these are currently unidentified. Some of them that are generated by the build system are not copied to factory images by device/common/generate-factory-images-common.sh

In particular boot.img and radio.img are currently not in paths the script detects and don't make it into the build.

lrvick commented 5 years ago

@thestinger feel free to point me in the right direction here.

thestinger commented 5 years ago

android-prepare-vendor deals with all of this among other things.

thestinger commented 5 years ago

I contributed to making android-prepare-vendor work well, mostly with ideas and bug reports, and I'd highly recommend using that. Trying to use Google's incomplete / broken driver releases won't work well. It's better to use android-prepare-vendor to extract from the official factory images.

lrvick commented 5 years ago

android-prepare-vendor is now working as expected.