Add Apps to Android (AOSP) Practical - Android 12 / Android 13

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • aospguru.com/ Let's look at how to add Kotlin or Java Apps to Android (AOSP) Practical - Android 12.
    For structured courses on aosp, please use the below links. Good Luck.
    Android Mobile OS Development
    Android OS Internals / AOSP Mobile ROM Development (www.udemy.com/...)
    Android Automotive OS Development
    Android OS Internals / AOSP Automotive ROM Development (www.udemy.com/...)
    Startup and Window Management
    Android OS Internals / AOSP in Depth (www.udemy.com/...)
    Launcher Development
    Android ROM Development[AOSP]- Phone Launcher - Customize UI (www.udemy.com/...)
    Car Launcher Development
    Android Automotive - Custom ROM - AOSP - Car Launcher (www.udemy.com/...)
    #kotlin aosp
    #android
    #aosp
    #java aosp

Komentáře • 22

  • @rushikeshbetkar8457
    @rushikeshbetkar8457 Před rokem +2

    It's very helpful and very rare. Thanks a lot and GBU.

  • @aospguru6031
    @aospguru6031 Před 2 lety +1

    Perfect, Thanks Bro. Was trying this out last week.😀

  • @gokulnatha6330
    @gokulnatha6330 Před rokem +1

    Good one

  • @mohamedfiyaz8356
    @mohamedfiyaz8356 Před 2 lety +1

    👍 . How about creating system service inside CarService in the Application Framework layer and consume that service in the system Applications. Can you explain more about AIDL communication with callbacks with async.

  • @user-uy1so4ij5n
    @user-uy1so4ij5n Před rokem

    Thank you very much, this is very useful, can you tell me how to add a custom system service course in aosp 13 version, thank you very much

  • @ajaykeshri971
    @ajaykeshri971 Před 6 měsíci

    nice
    Please let me know if i want to add apk file then where will add and which files need to modify

  • @sanathathreya4955
    @sanathathreya4955 Před rokem

    hi, can u please show how you can strip down unwanted modules so the android image size reduces.

  • @nagavikaspulluri9929
    @nagavikaspulluri9929 Před 2 lety +1

    Thanks for your videos. Can you help me on my project, I am trying to working on tablet which has one app and which opens directly from booting and it can't be closed, how can we do that, can you guide me on this? Thanks in advance

    • @aosp_android_tollcafe
      @aosp_android_tollcafe  Před rokem

      Hi Nagavikas, Let's see, I am setting up a discord server for communication, I will share the details later through this channel. If you are in a hurry, please email support@aospguru.com with more information.

  • @Engineers_Hunter
    @Engineers_Hunter Před 6 měsíci

    you copied dependencies from gradle different as compare to android.bp dependency where you actually added those dependency.
    I don't understand, because AOSP is completely offline , so we can write direct path as we did in gradle

  • @terrymoyka
    @terrymoyka Před 3 měsíci

    Please Sir, can we add kotlin ? i newbe

  • @mohdiftekaruddin7492
    @mohdiftekaruddin7492 Před rokem

    It’s helpful

  • @keshavsingh7410
    @keshavsingh7410 Před rokem +1

    Hi, very good video. Wanted to know can kotlin be used for AOSP instead of Java?

    • @aosp_android_tollcafe
      @aosp_android_tollcafe  Před rokem +1

      Yes, kotlin is supported. There are already many modules which uses *.kt files. Thank you.

  • @MJ-ko2lg
    @MJ-ko2lg Před 8 měsíci

    Can u guide me how to add whatsapp.apk into android 13 build

  • @errinwright
    @errinwright Před rokem

    So instead of submitting an app on the app store, it could be better to just ship an android device with an app already on it?

    • @errinwright
      @errinwright Před rokem

      I was initially wanting to learn how to edit drivers, but this was interesting also.
      Looks like this applies to any company that wants to perhaps have internal apps by default, or ???

  • @Devi-yd9tt
    @Devi-yd9tt Před rokem

    Can i use Jetpack Compose for AOSP Apps?

    • @aosp_android_tollcafe
      @aosp_android_tollcafe  Před rokem

      Yes, i think you can atleast as a prebuilt apk.

    • @Devi-yd9tt
      @Devi-yd9tt Před rokem

      @@aosp_android_tollcafe It works with prebuild apk. Is it better to use prebuilt apks or like you did in the video? Is on of either preffered?