Android 13 Download and build Source Code

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 42

  • @bipulsarkar3910
    @bipulsarkar3910 Год назад

    Waiting for next videos, can you post some more video for android camera and gps framework development

  • @Rhidom999
    @Rhidom999 10 месяцев назад

    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..!?

  • @LionGuestStudios
    @LionGuestStudios Год назад +1

    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?

    • @aosp_android_tollcafe
      @aosp_android_tollcafe  Год назад +1

      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.

  • @moonmountain3135
    @moonmountain3135 2 года назад +3

    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.

    • @bass7851
      @bass7851 2 года назад

      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.

    • @aosp_android_tollcafe
      @aosp_android_tollcafe  2 года назад

      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?.

  • @flipinfin
    @flipinfin 2 года назад +4

    very educational tutorial exactly what i needed. you have any links to making builds be greatly appreciated thanks

  • @felixsteinmann9931
    @felixsteinmann9931 Год назад +1

    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!

    • @felixsteinmann9931
      @felixsteinmann9931 Год назад

      I hope you could reply me as asap, thank you :D

    • @aosp_android_tollcafe
      @aosp_android_tollcafe  Год назад +1

      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.

  • @ajaykeshri971
    @ajaykeshri971 2 года назад +1

    Hi , I want to remove/modify setting screen list, like remove Battery level from setting screen, which file/path i can get all details.

    • @aosp_android_tollcafe
      @aosp_android_tollcafe  2 года назад +1

      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

  • @be_Anonymous
    @be_Anonymous Год назад

    Can you make video on how to build aosp with saftynet passes out of the box

  • @Adam-y3w5o
    @Adam-y3w5o 8 месяцев назад

    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

    • @racejay
      @racejay 2 месяца назад

      @Adam-y3w5o Surely a PC with 8 cores, 1 TB of storage and 64 GB of RAM...

  • @AhmedElnoor-s3i
    @AhmedElnoor-s3i Год назад

    Thanks for this amazing video, how to build the AOSP on a mobile phone?

  • @chamathj3502
    @chamathj3502 Год назад

    Your tutorials are very informative. Are you available for paid consultancy work ?

  • @djangosoftwaredeveloper
    @djangosoftwaredeveloper 4 месяца назад

    Could you make a video to show how to install pixel binaries

  • @bipulsarkar3910
    @bipulsarkar3910 Год назад

    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

  • @pantherbrooks
    @pantherbrooks Год назад

    How to check custom rom on linux ? What emulator you use ?

  • @linuxgamer323
    @linuxgamer323 10 месяцев назад

    how much ram do I need for compiling? and do I need x86 or arm?

  • @shubhamvishwakarma9894
    @shubhamvishwakarma9894 Год назад

    I have laptop having 16gb of RAM but unable to build. Is 16 gb ram is not enough to build aosp 13.

    • @ABCABC-sw8mh
      @ABCABC-sw8mh 9 месяцев назад

      i have 6 gb ram ☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠ and 6 core cpu and 40 gb space left ☠☠☠☠☠☠

  • @OriginRow
    @OriginRow 2 года назад +3

    So how can I install it into my phone ?
    Please make more videos

    • @aosp_android_tollcafe
      @aosp_android_tollcafe  2 года назад +2

      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.

    • @OriginRow
      @OriginRow 2 года назад

      @@aosp_android_tollcafe that's great

    • @osamagayak
      @osamagayak 2 года назад

      @@aosp_android_tollcafe waiting for your video on how to build for spicific device

    • @jhevi9161
      @jhevi9161 Год назад

      @@aosp_android_tollcafe bro, please make a video about this

  • @androidclass
    @androidclass Год назад +1

    How to delete/clean generated build

  • @fmedinamm
    @fmedinamm Год назад

    How do i install google apps on android 13 aosp custom build?

  • @CODiE1982
    @CODiE1982 Год назад

    what are the specs of your computer

  • @lextertrivino6420
    @lextertrivino6420 3 месяца назад

    can I build my own costum rom with this source code?

  • @TheMLXProj-Linux
    @TheMLXProj-Linux Год назад

    Which distro ypu used?