im not entirely sure if android auto is a privacy nightmare but im not risking it, so is there anything like it thats open source and stuff??

  • Rikj000@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    30
    ·
    4 days ago

    Not fully open source,
    but less proprietary crap.

    AA4MG (Android Auto 4 MicroG)

    It allows to run Android Auto with:

    • MicroG, open source alternative to Google Play Services)
    • Empty stub APKs, for the other Google Android Auto dependencies (e.g. Google Maps, TTS Text To Speech, …)

    That way the only proprietary thing you need,
    is the actual Android Auto app,
    not it’s hand full of sketchy propriety dependencies.

    Full disclosure: I helped develop AA4MG + AAXLU :)

    • confuser@lemmy.zip
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      Doesn’t graphene os have its own android auto app that is stripped of tracking and proprietary crap? Does this do something different or is it just meant to be a way to make android auto work with microg?

      • Rikj000@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 days ago

        I’m not familiar with GrapheneOS,
        so I can’t say. Only used LineageOS,
        since the CyanogenMod days.

        AA4MG simply makes the normal AA work on MicroG devices, with a minimal amount of proprietary privacy invasive stuff.

    • Hyacin (He/Him)@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 days ago

      Empty stub APKs, for the other Google Android Auto dependencies (e.g. Google Maps, TTS Text To Speech, …)

      Can it be redirected rather than empty? I tried to use 3rd party GPS software with Graphene + AA and it still forced me to install Google Maps for even the 3rd party software to work :-/ … I do want GPS with traffic, I don’t want Google knowing every move I make and using it to make their executives richer.

      • Rikj000@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        3 days ago

        No, I tried by changing the package name of another app to Google Maps, it did not work.

        You can install 3th party GPS software though, but depending on the app, you might need AAXLU or KingInstaller to make the 3th party software show up in AA.

        I’ve written it out in the AA4MG docs here