this post was submitted on 08 Oct 2025
192 points (99.5% liked)

Android

32054 readers
32 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

!android@lemmy.ml


founded 2 years ago
MODERATORS
all 46 comments
sorted by: hot top controversial new old
[–] spacelord@sh.itjust.works 157 points 3 days ago (6 children)

Seems that google's announced plans to restrict sideloading on Android are now in direct conflict with the Supreme Court's order to open the Play Store to alternative app stores and reduce its control over app distribution.

How will this play out in the end... πŸ€”

[–] pory@lemmy.world 1 points 19 hours ago

Google's announced plans aren't actually about restricting "sideloading" (aka installing). They're about restricting actually running the code, and developing/distributing the code.

Content distributed through these "other app stores" and elsewhere will remain installable, but your phone will refuse to run the software if that content isn't signed with the special Google's Favorite Boy token that the developer got by providing personally identifiable information to Google. Get that "certification"? Your app can be run on Android no matter how you distribute it, including "side loading" (download APK file, install app).

Don't have the ~~Official Nintendo Seal of Quality~~ Verified Developer token to sign your app with? The only way a user can run your code is by connecting to a PC and installing your app with adb (a development tool).

[–] Wooki@lemmy.world 56 points 2 days ago* (last edited 1 day ago) (1 children)

Don't call it "sideloading" it's a negative term attempting to rebrand installing any app you want: taboo and illegal by effect. Call it what it is, installing apps. Thats it.

[–] jaggedrobotpubes@lemmy.world 12 points 2 days ago

I like this way of thinking right here.

[–] Turret3857@infosec.pub 88 points 3 days ago (1 children)

with a $500m check made out directly to the commander in sleep

[–] nulluser@lemmy.world 19 points 2 days ago (1 children)

No, that's illegal. They'll make it out to the Trump Presidential Library

[–] Carighan@piefed.world 21 points 3 days ago (3 children)

Not at all, they can still require apps to be signed, so long as you're free to allow app installations. They'll weasel out by saying the signing is for safety/security reasons, to avoid malware and shit.

[–] krooklochurm@lemmy.ca 13 points 2 days ago

So this means they'll take responsibility for malware and offer support, right? Right?

[–] witty_username@feddit.nl 14 points 3 days ago (2 children)

So one dev can sign off on f-droid and then we're fine as long as we use that in stead of the play store?

Nope. No apk you can get a hold of will be installable without googles over the internet check. At current it looks like you'll be able to force an install using adb shell commands, but that will effectively gut almost anyone from installing an unsigned apk. Also, Google would be able to remove even that option if they so choose.

[–] Ek-Hou-Van-Braai@piefed.social 7 points 3 days ago (1 children)

The OS will probably check the signature of any app you're trying to install regardless of if it's from F-Droid or the Play Store

[–] fuzzzerd@programming.dev 5 points 2 days ago (1 children)

No, as it stands this is the end of F-Droid. Each developer registration must include the manifest IDs of all apps they publish. No way F-droid can include all the apps they publish in their registration.

[–] pory@lemmy.world 1 points 19 hours ago (1 children)

Or of course, each developer themselves becomes responsible for "registering as a developer" and thus loses all anonymity as a dev.

[–] fuzzzerd@programming.dev 1 points 19 hours ago

That won't work either, because F-Droid produces the builds themselves.

[–] fodor@lemmy.zip 3 points 2 days ago

Right and then they might well lose the next antitrust suit for weaseling around. Judges know what this kind of behavior means, though who can say how they'll react.

The timing is too perfect, the effects are too apparent.

[–] Rekhyt@lemmy.world 14 points 2 days ago* (last edited 2 days ago)

To be clear, it's not the Supreme Court's order, they only declined the appeal or to issue a stay, so technically it is a "regular" court order, which is just as binding.

[–] mikedd@lemmy.world 3 points 3 days ago

I was wondering if these 2 things will be somehow connected πŸ€”

[–] relativestranger@feddit.nl 91 points 3 days ago (2 children)

Google warns of security risks

lol. if they actually kept all the bad shit out of the play store, they might have a valid argument.

[–] Wooki@lemmy.world 4 points 2 days ago

They are the security risks

[–] Lucidlethargy@sh.itjust.works 1 points 2 days ago (1 children)

To be fair, more stuff gets through the apple app store.

This said, fuck Google.

[–] AndrewZabar@lemmy.world 1 points 1 day ago

The Apple App Store is a cesspool. Has been for years. It’s just pushing short-term games with gobs of micro transactions by the hundreds. That’s almost all you see. Tons and tons of it.

[–] kokesh@lemmy.world 50 points 3 days ago (1 children)

Fuck Google. It is turning Android into dumb platform, which is tightly controlled by them piece by piece. From restricting different APIs (accessibility for example) to Play Integrity checks and recently developer identification even for stupid APKs. Fuck Google, I hope they keep being put in place.

[–] hitmyspot@aussie.zone 16 points 3 days ago (2 children)

I hope an alternative open platform emerges and google android goes poof. It would serve as a warning to others.

[–] witty_username@feddit.nl 7 points 3 days ago* (last edited 3 days ago) (4 children)

I don't understand why it appears to be so hard for Linux to go mobile. Can anyone explain what the main hurdles are?
Presumably, it shouldn't be too hard to get apks working, right?
Similarly to what valve is doing for Linux gaming could happen for mobile Linux no? Not sure which incentives exist for a company to go that course though..

[–] bufalo1973@piefed.social 4 points 2 days ago

The main mobile OSs country (USA) and the main mobile builders country (China) don't like "free range mobiles".

[–] Pika@sh.itjust.works 12 points 2 days ago (1 children)

the main hurdles from my understanding are processor/chip specs. They are generally super locked down in terms of who they run with/allow usage. From what I understand the liberux project ran into that issue because their goal was a fully open sourced Linux phone, and they had to make compromises and are still fighting issues.

I really hope this project succeeds. Having an upgradable, mostly opes source phone would be amazing.

[–] Wildmimic@anarchist.nexus 11 points 3 days ago (1 children)

my guess it's hardware support; drivers and firmware for existing hardware and smartphone components for linux are probably close to nonexistent. The apk support is the smallest issue.

[–] witty_username@feddit.nl 3 points 3 days ago (1 children)

So they should aim for older phones & the refurbished market?
I'm running lineageos on a phone from 2018 and it's running like a charm. I suppose that means that a Linux mobile os could perform well on old hardware too

[–] Wildmimic@anarchist.nexus 10 points 3 days ago

It's also the old hardware where no open source drivers exist. To clarify: open source drivers and firmware for phone modules are about as common as unicorns.

[–] Lfrith@lemmy.ca 4 points 2 days ago

With PC people can get pick up whatever cpu, gpu, motherboard, and ram they want and put together a machine. But, phones are so much more reliant on prebuilts with little to no options when it comes to making your own phone hardware, so that is likely the largest barrier to becoming as open and flexible as PCs.

[–] kokesh@lemmy.world 3 points 3 days ago (2 children)

Honestly, that is quite unrealistic, is it?

[–] original_reader@lemmy.zip 11 points 3 days ago

It is. But dreams are what future realities are made of.

[–] hitmyspot@aussie.zone 4 points 2 days ago

Not really, given there are already multiple flavours of android in the Chinese market, that are Google free. Samsung has kept up pace on their alternative to keep Google at bay. Linux phone and other alternatives like e/os exist. The main problem seems to be adoption and Google apps. It just seems crazy to me that the hardware makers want to lock themselves in to one supplier that could turn on them in an instant. Open sourcing their drivers would give free community improvements and make tech enthusiasts favour them. The public often follows enthusiasts, provided it's easy to do so.

[–] cRazi_man@europe.pub 21 points 3 days ago (1 children)

Does this undermine Googles plans to block side loading?

[–] disevani@lemmy.world 18 points 3 days ago (3 children)

Well, if i can download a F-droid app via Playstore... then i'm basically not "sideloading" anything. This could be interesting!

But the whole (paid) 'verification' thing still is troubling tho. And we know Google; they are good at breaking things one way or another.

[–] ColeSloth@discuss.tchncs.de 5 points 2 days ago (1 children)

A lot of apk devs of nice little unique and often free apks are made by people who aren't going to want to hand over there identification and private info to Google in order to be verified.

[–] DeathByBigSad@sh.itjust.works 1 points 1 day ago (1 children)

I mean, they can still send the code to F-Droid and F-Droid can sign it under their banner. F-Droid doesn't have to do ID verification.

[–] ColeSloth@discuss.tchncs.de 1 points 1 day ago (1 children)

There is no "under f-droids banner". Any apk under any store or no store at all gets its check through google.

[–] spacelord@sh.itjust.works 9 points 3 days ago* (last edited 3 days ago)

My thoughts exactly. That could be very comfy for us users, but many devs will be (and justifiably so) wary of verifying themselves.

[–] DaddleDew@lemmy.world 8 points 3 days ago* (last edited 3 days ago) (2 children)

If I understand well, even if you were able to install F-droid through the store (which you can't because Google doesn't like it), you won't be able to install apps with F-droid anyway if they implement this.

[–] relativestranger@feddit.nl 8 points 3 days ago

that's why they're pushing to lock down the devices themselves.. that's outside the scope of the ruling.

[–] disevani@lemmy.world 6 points 3 days ago

Google has to allow other app stores in Google Play Store in 2026, if Google likes it or not is not relevant.

And yes, the question remains if you can download from F-droid after installing through PlayStore, i agree with you there (because of the verification thing). It depents on what the court thinks 'sideloading' is, since we already know what Google think it means...

[–] ohshit604@sh.itjust.works 7 points 2 days ago* (last edited 2 days ago)

What does this mean for Apple then? Will someone open a case against Apple arguing unlawful practices? Man I hope so.