raspberry-vanilla / android_local_manifest

106 stars 48 forks source link

no raspberry pi settings in android automotive 14? #35

Closed SuperPou1 closed 8 months ago

SuperPou1 commented 8 months ago

I built aaos 14 and in settings > system there are no raspberry pi settings like there are on your prebuilt images. why is it?

KonstaT commented 8 months ago

Because it's not part of Raspberry Vanilla project. I'm not providing any prebuilt Android Automotive images either.

You can achieve the same result for most parts by following the documentation (https://github.com/raspberry-vanilla/android_local_manifest/wiki) or editing config.txt (GPIO buttons, CPU overclocking, etc).

abhilashdeshmukh commented 7 months ago

I am quite new to android builds, so what do you mean it is not part of Raspberry Vanilla project?
I am guessing raspberry pi setting is not part of it, but does that means we can add it for AAOS build also? I actually want to reboot into recovery so that I can install Google Play, it will be great if you can help me for that.

KonstaT commented 7 months ago

It means exactly that, it's not part of Raspberry Vanilla project.

Recovery is also not part of Raspberry Vanilla project. You can look into e.g. https://github.com/twrp-raspberry on how to build TWRP for Raspberry Pi.

You don't need to have recovery to include GApps in your personal builds (see e.g. https://gitlab.com/MindTheGapps/vendor_gapps#build-inline-with-android). Note that you're not allowed to distribute any Android image with Google services without acquiring GMS licensing (https://www.android.com/gms/).

abhilashdeshmukh commented 7 months ago

Thank you for quick response, I will check it. Yes, I am only using AAOS for personal use...