I want to build android for a physical android device (Samsung M52). But I'm not sure how to configure make files of this device. Can you please guide me here on how can I achieve this?
Hi Bro, To build for devices like Samsung, we need the drivers from the oem so it's not straightforward. It needs good amount of effort to make everything perfect.
Thanks for your share. I build the Android 13 with sdk_car_x86_64 target, but the emulator does not work. There is one warnning log, "[swscaler @ 0x370e000] No accelerated colorsapce conversion found from yuv420p to bgra". Do you know what's that mean? Thanks.
1. You could try to search "Configure hardware acceleration for the Android Emulator", the android develop website have some guide for it. 2. You could try to search "How to enable hardware acceleration with Android emulators". Checking if your CPU is support these functions. If yes, you can enable these functions at BIOS or VMWare CPU configuration.
This warning should not ideally block your emulator. Is the emulator opening up with a black screen?. As a quick check, can you try another car emulator build?.
Hey, thank you so much, I learned a lot! I want to build AOSP for emulator on AWS and then run the build on Android Studio emulator on Windows. Is that possible? How can I do that? Which Configs should I provide with lunch command and which files (outputs) should I take from the cloud before deleting it? Thanks!
1. Setup one Ubuntu VM 18.04 or 20.04 2. Connect using SSH 3. Download AOSP 4. Build - make -j32 sdk sdk_repo 5. In Android 13 - make emu_img_zip 6. Download sdk-repo-linux-system-images-eng.[username].zip 7. Add it in your android SDK folder and use it from Android Studio. Good Luck, sorry for the delay bro.
For Android auto you can modify these xmls packages/apps/Car/Settings/res/xml/. If you are looking for other builds, check out with in the resource directory of settings app, most probably you can achieve it with XML overlays. There is a sample in this course Section 15 - www.udemy.com/course/android-os-internals-aosp-automotive-development/?referralCode=F9B2A490C1A37A21A910
Help me to become a android framework developer, i don't have any context how to learn framework development, there has lot of vacancy in so many companies for Android GPS, Camera, Audio, Framework developer, please help us
To install aosp into a device, we need to use a different build. The build which i used here is only for the emulator. In addition to that, we need to have the proprietery binaries for the specific device. for pixel and nexus you can find it here - developers.google.com/android/drivers I will try to create a detailed video on that soon. Thank you.
Waiting for next videos, can you post some more video for android camera and gps framework development
I'm facing a repo init issue: repo: error: argument subparser_name: invalid choice: 'init' (choose from 'auto', 'bitbucket', 'bb', 'github', 'gh')......what to do..!?
I want to build android for a physical android device (Samsung M52). But I'm not sure how to configure make files of this device. Can you please guide me here on how can I achieve this?
Hi Bro, To build for devices like Samsung, we need the drivers from the oem so it's not straightforward. It needs good amount of effort to make everything perfect.
Thanks for your share. I build the Android 13 with sdk_car_x86_64 target, but the emulator does not work. There is one warnning log, "[swscaler @ 0x370e000] No accelerated colorsapce conversion found from yuv420p to bgra". Do you know what's that mean? Thanks.
1. You could try to search "Configure hardware acceleration for the Android Emulator", the android develop website have some guide for it.
2. You could try to search "How to enable hardware acceleration with Android emulators". Checking if your CPU is support these functions. If yes, you can enable these functions at BIOS or VMWare CPU configuration.
This warning should not ideally block your emulator. Is the emulator opening up with a black screen?. As a quick check, can you try another car emulator build?.
very educational tutorial exactly what i needed. you have any links to making builds be greatly appreciated thanks
Hey, thank you so much, I learned a lot! I want to build AOSP for emulator on AWS and then run the build on Android Studio emulator on Windows. Is that possible? How can I do that? Which Configs should I provide with lunch command and which files (outputs) should I take from the cloud before deleting it? Thanks!
I hope you could reply me as asap, thank you :D
1. Setup one Ubuntu VM 18.04 or 20.04
2. Connect using SSH
3. Download AOSP
4. Build - make -j32 sdk sdk_repo
5. In Android 13 - make emu_img_zip
6. Download sdk-repo-linux-system-images-eng.[username].zip
7. Add it in your android SDK folder and use it from Android Studio.
Good Luck, sorry for the delay bro.
Hi , I want to remove/modify setting screen list, like remove Battery level from setting screen, which file/path i can get all details.
For Android auto you can modify these xmls packages/apps/Car/Settings/res/xml/. If you are looking for other builds, check out with in the resource directory of settings app, most probably you can achieve it with XML overlays. There is a sample in this course Section 15 - www.udemy.com/course/android-os-internals-aosp-automotive-development/?referralCode=F9B2A490C1A37A21A910
Can you make video on how to build aosp with saftynet passes out of the box
Hi, I'm purchasing a new PC to build AOSP, can you please mention your PC specs, it sounds a good PC since it took you about 1.5h to build.
Thanks
@Adam-y3w5o Surely a PC with 8 cores, 1 TB of storage and 64 GB of RAM...
Thanks for this amazing video, how to build the AOSP on a mobile phone?
Your tutorials are very informative. Are you available for paid consultancy work ?
Could you make a video to show how to install pixel binaries
Help me to become a android framework developer, i don't have any context how to learn framework development, there has lot of vacancy in so many companies for Android GPS, Camera, Audio, Framework developer, please help us
How to check custom rom on linux ? What emulator you use ?
how much ram do I need for compiling? and do I need x86 or arm?
I have laptop having 16gb of RAM but unable to build. Is 16 gb ram is not enough to build aosp 13.
i have 6 gb ram ☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠ and 6 core cpu and 40 gb space left ☠☠☠☠☠☠
So how can I install it into my phone ?
Please make more videos
To install aosp into a device, we need to use a different build. The build which i used here is only for the emulator.
In addition to that, we need to have the proprietery binaries for the specific device.
for pixel and nexus you can find it here - developers.google.com/android/drivers
I will try to create a detailed video on that soon. Thank you.
@@aosp_android_tollcafe that's great
@@aosp_android_tollcafe waiting for your video on how to build for spicific device
@@aosp_android_tollcafe bro, please make a video about this
How to delete/clean generated build
Just run m clean. 👍
@@aosp_android_tollcafe thank you
How do i install google apps on android 13 aosp custom build?
with gapps
what are the specs of your computer
can I build my own costum rom with this source code?
@@lextertrivino6420 yes
Which distro ypu used?
probably he used ubuntu Linux
Thanks
@@linuxgamer323
@@TheMLXProj-Linux your welcome
arch 100%