So I am trying to get into these OSes like Graphene, Callyx, e OS…etc. If need be, I will try to de Google the phone too. Anyway, I understand that you can install apps using stores like Amazo, Fdroid, Acrescent, Aurora…etc, instead of relying on Google Play Store.

If an app I need relies on Play Store, then so be it; I think OS like Graphene allows you to run a profile with Google Play stuff?

Otherwise, I can just use apps from Fdroid, Aurora…etc. Say I have Firefox installed from Fdroid and it requires a serious security update, which store will get the update first: the Play Store or they come at the same time even to Fdroid?

Or I am a dev and I need to send an update for my app, where do I send it first?

  • unexposedhazard@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    23 days ago

    Aurora store directly pulls from googles servers so as soon as its on the play store its available on aurora.

    Fdroid has a rather complicated “reproducibility” check they do. (They check that when they compile the app themselves they get the same apk file bit for bit as the original provided by the developer) So Fdroid will always be a couple days later usually.

    The fastest will always be directly going to the source so either the git repository directly or using a store that pulls directly from git/release source like Obtanium https://f-droid.org/packages/dev.imranr.obtainium.fdroid/

    I would always go with Fdroid as the first choice tho simply because its well tested and reliable.

    • deadcream@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      23 days ago

      F-droid doesn’t just check for reproducibility, they build and sign apps themselves. They don’t take apks from devs, only source code (this also means that F-Droid apks are not compatible with play store apks and can’t be mutually updated die to different signatures. I.e. you can’t install app from play store or directly from dev and update it from f-droid, and vice versa).