Unofficial Android Auto SDK, custom apps

Search This thread

xela92

Senior Member
Aug 7, 2009
152
111
It is hard to stop Play Services from updating itself.
I'm trying to do this disabling write permission to /data/app/com.google.android.gms.* using
Code:
 chattr +i /data/app/com.google.android.gms.*
(dunno if it's recursive, to be sure I did it also on the apk into the folder), till now it's working (did it this morning), I'm watching over to be sure it can't update anymore.

If you know other ways to do that let me know, the best way to let the custom apps work would be using Xposed to bypass the limitations bound into Play Services app I guess...
 
  • Like
Reactions: Chillout

allenrb2

Senior Member
Mar 6, 2011
341
45
B.F.E.
I seriously hope someone figures this stuff out. The only reason I decided to give up my nice full android radio, was because I could watch youtube within AA
 

ktwo

Senior Member
Jun 20, 2009
170
94
M
I'm now using a phone mount :E

I think there won't be an easy way especially since i don't want to root my phone.

I'm tryinging to find a way to get MirrorLink to run as it has 1:1 mirror on the VAG/SEAT. This will be the better alternative. No Google Dictatorship.
 
  • Like
Reactions: OPOt585

OPOt585

Senior Member
Oct 19, 2016
111
39
Rome
I'm now using a phone mount :E

I think there won't be an easy way especially since i don't want to root my phone.

I'm tryinging to find a way to get MirrorLink to run as it has 1:1 mirror on the VAG/SEAT. This will be the better alternative. No Google Dictatorship.

You can try magisk, it doesn't break safety net and you can hide it from your banking apps
 

bluebell

New member
Mar 24, 2012
2
4
I don't think what Google is doing here is legal.

I don't care about custom apps. I want to run apps from outside of Google Play because I don't want to have a Google account. Removing my Google account from my phone is my right to privacy.

Android Auto is an advertised feature of my phone. Google has no right to interfere with my phone's ability to function just because I declined to agree to their ToS and be tracked by them.
 
  • Like
Reactions: Jackos and OPOt585

martoreto

Senior Member
Oct 24, 2017
60
110
Have anyone checked "Android Car Support UI" released by Google? Cannot find any info about them.
https://mvnrepository.com/artifact/androidx.car
https://mvnrepository.com/artifact/com.android.support/car

That's an interesting finding. Actually some version of com.android.support.car is a part of the AA SDK as well. AFAIK the final idea is that this package is common to both Android Auto (where the phone-generated content is projected on the car screen) and Android Automotive (where the car screen actually runs Android). I don't know if this goal has already been reached.
 

chuppito

Senior Member
Jun 29, 2014
250
50
Hi, I have a waze version modified to have the bigger speedometer icon. Only as she is no longer signed google she no longer works on AA. Is it possible to modify something in AA to see it again? I do not want to go through screen because too greedy for my smartphone. Thank you
 

poojamalik810

New member
Oct 22, 2021
3
0
Well, this is not easy to do automatically, as car activities are quite different from normal ones.


This is possible, but:
  • Passing touchscreen events requires root.
  • Android Auto normally replaces screen content with its logo and it would be mirrored. :)
Hi, I am building my android app. I want a feature like I want car display unit to display whatever i run in my phone and also user can interact from car display unit also
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    Anyone interested in writing custom Android Auto apps?
    github.com / martoreto/aauto-sdk
    10
    Added another app to my repo: https://github.com/nerone-github/WebViewAuto :)

    It still needs work, much to improve, but shows that a lot is possible. Even youtube is working ;)

    browser4.png


    But please don't browse while driving ;)
    9
    Hi, i've too setup a new repository for my android auto apps. You can check them out here :)

    LocalSpeedcam (Displays feed from radio stations for mobile speed cams)
    https://github.com/nerone-github/LocalSpeedcam
    localspeed.png


    AAutoLauncher (Opens App on the phone - bypass AA lock)
    https://github.com/nerone-github/AAutoLauncher
    launcher.png
    6
    hopefully someone enable youtube[emoji16]

    Sent from my HUAWEI MT7-TL10 using Tapatalk

    Yeah....

    Because when he wrote
    With great power comes great responsibility. Do not write apps that distract drivers. Distraction is dangerous.

    What he meant was:
    Lets put Youtube clips in your dashboard :rolleyes:
    6
    Anyone interested in installing custom apps in Android Auto 3.0 could PM me