• shortwavesurfer@lemmy.zip
    link
    fedilink
    arrow-up
    31
    ·
    1 day ago

    If Google wins this fight, I think we’re either going to have to fork AOSP and make graphene and lineage operating systems in their own right with no connection to the previous Android, or go with Linux mobile, or if nothing else happens, go back to the desktop and declare mobile a failure.

    • Alas Poor Erinaceus@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      15 hours ago

      we’re either going to have to fork AOSP and make graphene and lineage operating systems in their own right with no connection to the previous Android

      How feasible is this? Very, I hope.

      • pinball_wizard@lemmy.zip
        link
        fedilink
        arrow-up
        2
        ·
        8 hours ago

        It’s very feasible, but some of us will probably run old GrapheneOS Pixels or dumb flip phones for several years while the work gets done.

      • shortwavesurfer@lemmy.zip
        link
        fedilink
        arrow-up
        4
        ·
        15 hours ago

        Not sure. Forking AOSP itself wouldnt really be the problem. The bigger issue would be security patches and that over time the code bases would severely diverge.

    • smiletolerantly@awful.systems
      link
      fedilink
      arrow-up
      13
      ·
      edit-2
      16 hours ago

      You will simply not be able to install anything, unless the FOSS dev is cool with providing their ID to Google, and agrees to its ToS, and Google likes the app and signs it.

      Which many devs (myself included) will definitely NOT be.

  • kylian0087@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    30
    ·
    edit-2
    1 day ago

    We shut really get a go fund me or something alike to sue google over its anti competitive behavior. Imagine if a small portion of people would donate and most devs will join in. We might stand a very small change to do something…

    • GenkiFeral@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      12 hours ago

      or just start a campaign that costs nothing: a petition to each local politician, one to the agency that regulates anti-trust, anti-monopoly stuff. I’m kind of shocked that China hasn’t sold us phones and apps that bypass some of thee American or western things we hate so much. It would seem China would encourage western dissent.

    • IanTwenty@lemmy.world
      link
      fedilink
      arrow-up
      25
      ·
      1 day ago

      Fdroid are:

      appealing to regulators and competition authorities to scrutinize Google’s proposals, and for developers and users to put pressure on politicians.

      So I think these are preferred avenues of action right now.

    • cRazi_man@europe.pub
      link
      fedilink
      arrow-up
      10
      ·
      1 day ago

      Did you see how difficult it was for “Stop Killing Games” to get momentum and be considered by regulators? And that was arguing for products you’ve already paid for.

      Google will argue “security concerns” and point at Apple’s practices and easily get a free pass from regulators.

      There needs to be an alternative to Android and Apple. Money may be better spent on funding non-Pixel hardware that can use Graphene.

      • Ferk@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        20 hours ago

        But the thing is that they are not really making Android more secure with this policy.

        They are still allowing APKs signed with debug keys to work… so the only alternative now for any developer that doesn’t want to register with Google is gonna be using those debug credentials to sign their app releases. I expect shipping APKs with debug keys will become more common, resulting in objectively a more unsafe Android ecosystem.

        This is not gonna stop rogue APKs from outside Google’s store, it’s just gonna make them less secure, since being signed with a debug key means a malicious APK from a different source can produce another version of the app as an “update” and supplant the original.

        This is not gonna stop alternative stores either, in fact, it will make it more important to use stores (as opposed to installing apks from github or so), since at least that way they can still implement alternative methods to check package authenticity before installing, even when using debug keys.

        • cRazi_man@europe.pub
          link
          fedilink
          arrow-up
          3
          ·
          18 hours ago

          None of that logic matters man. Regulators don’t understand this shit. Do you think the UK’s online age restrictions make anyone safer? It’s all bullshit for their own purposes.

  • MrSulu@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 day ago

    It’s sounding as crass as like the mutant registration storyline from X-Men. Same bullshit rationale too, but sadly not a comic.

    • eldavi@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      16 hours ago

      life is always stranger than fiction; eventually if not already done.

  • 0_o7@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    12
    ·
    1 day ago

    I know it’s isn’t looking good, but can’t f-droid signup as a dev entity and then sign all the apps in the repository?

    It’s not the best approach, but what are the alternatives?

    • deadcream@sopuli.xyz
      link
      fedilink
      arrow-up
      12
      ·
      1 day ago

      The purpose of this “verification” bullshit is to prevent piracy and adblocking via patching apks. So there will be a restriction that a given application can only be associated with one developer account (and verified at install time via apk’s signature).

      Theoretically F-Droid could also change app ids when building apps which will allow them to be registered to F-Droid’s dev account but Google will likely frown upon that. There will probably be some clause against “impersonation” in their rules (Play Store rules already technically prohibit forks of open source apps, though it’s rarely enforced).

      • Lfrith@lemmy.ca
        link
        fedilink
        arrow-up
        9
        ·
        edit-2
        1 day ago

        There will be apps Google will frown upon too like newpipe. I’d rather F-droid not even bother with trying to comply and register with Google, and just have it so either it works normally for Custom Rom users and other people can rely on adb installs.

      • Ferk@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        20 hours ago

        I feel that the only way out is gonna be using the debug account (ie. the one with the public “androiddebugkey” keyAlias, which the SDK uses for development builds), as this seems to be the only possibility Google is still allowing.

        This has the side effect that devs that want to remain Google-independent can no longer rely on the built-in protections in Android which prevents an app from being updated if it hasn’t been signed with the same credentials… but well, that seems to be the only road Google is allowing for anyone who does not wanna register with them.

        I mean… the other alternative would be to, essentially, fork Android / expect a custom AOSP to be installed… which might not be an option for all hardware out there.