128
top 50 comments
sorted by: hot top controversial new old
[-] peoplebeproblems@midwest.social 25 points 1 week ago

This defeats the entire purpose of me having android

Like I'm just going to switch to an iPhone now. Not because Apple is any better, but because I have more family with them.

They took away our SD cards, they took away our removable batteries, they took away our headphone jacks. Now they're taking away side loading apps, and that's it. I'm done. The death of android.

[-] DeathByBigSad@sh.itjust.works 7 points 1 week ago* (last edited 1 week ago)

Tbf, you can a very cheap android phone for around $100 USD, the cheapest iPhone starts at around ~~$400~~ (edit: Actually I got curious and looked it up, apparantly the iPhone SE is gone and the cheapest new iPhone right now seems to be the 16e which start at $600). Also, Apple developer account cost $99 per year, Google developer account cost $25 one time fee, so the cost is gonna trickle down to the user, sometimes you find free apps on google play and then you look at apple and it cost a few dollars, its most likely due to the recurring costs to maintain a developer account.

Also, Apple doesn't allow torrent clients, You can't use firefox with ublock origin on iOS.

(But then again, these advantages could also go away in a few years... 👀)

[-] peoplebeproblems@midwest.social 7 points 1 week ago

Wait no Firefox on iPhone? Fuck that I'm back in

[-] DeathByBigSad@sh.itjust.works 4 points 1 week ago* (last edited 1 week ago)

There is a "firefox" but its just a re-skinned safari basicly, because Apple has some weird requirement of using their "webkit" or whatever, and no extensions allowed on the "firefox". I used an iPhone before (because I was a young adult and iPhones looked shiny) and I was so sad to find out I couldn't use uBlock Origin on it. And then finding out torrent apps are non-existent just made me cry.

Yes they do have "adblockers" like Brave or those Adguard thing on safari, but those are dogshit and they broke like half of the time, and many ads get through anyways, especially on youtube (where as uBlock Origin only break sites like 5% of the time).

load more comments (1 replies)
load more comments (50 replies)
[-] RedFrank24@lemmy.world 18 points 1 week ago

If Google is going to lock down my device to the point where I can't install apps without their permission, I might as well dump Android and go straight to Apple. I sacrificed my phone being good for the openness of the platform, but if Google loses that openness, why shouldn't I go with Apple?

[-] DeathByBigSad@sh.itjust.works 15 points 1 week ago

Because the cheapest new iPhone is $600 and you can get a cheap new android phone for around $100-$200 and get 6 years of security updates (Galaxy A16 for example)

If a smartphone is no longer a computer where you can install whatever you want, why bother investing so much money on a very locked-down phone? You can use the hundred of dollars you saved to spend on a small portable PC or something to run any software you want.

load more comments (3 replies)
[-] Lost_My_Mind@lemmy.world 7 points 1 week ago

The only answer is money at that point. I don't know how much phones are these days, but aren't iPhones like $1400, but Android is like $900?

I may be wrong though. Last time I bought a phone was 2018, and it was $600. Still using it.

[-] viking@infosec.pub 9 points 1 week ago

You can get Android phones with reasonable specs around $200. No need for the so called "flagships".

load more comments (2 replies)
load more comments (1 replies)
[-] humanspiral@lemmy.ca 6 points 1 week ago

Apple hardware has always been a generation ahead. Even when android/qualcom catches up, next generation is out already. The reason to avoid apple was it being a closed system money grab.

load more comments (1 replies)
[-] SuperSpruce@lemmy.zip 14 points 1 week ago

How does this affect "second-party" apps (i.e. apps you have created yourself)? Are you still allowed to go to Android studio, make an APK, transfer it to your own phone, and install that app? If no, this spells the death of experimental indie developers on Android.

[-] nutsack@lemmy.dbzer0.com 6 points 1 week ago* (last edited 1 week ago)

yes. from what I understand, you will get a developer key from Google, and then you will sign your APK with your key.

you'll still be able to sideload apps that have been signed with developer keys. the main point here is that Google is forcing the developer to identify themselves.

load more comments (6 replies)
load more comments (2 replies)
[-] MystikIncarnate@lemmy.ca 13 points 1 week ago

This is the risk of "trusted computing" architectures. Who is governing the "trusted" part of that.

These cryptographic signatures are not as much of a death knell for Android as some would have you believe. The trick is to get a common code signing cert into your device, that is then used to sign any third party APK you want to run. You can avoid the Google tax this way. I assume that's how most sideloading sites and apps are going to handle this.

The question is, how do you add that certificate? Is it easy and straight forward (with plenty of scary warnings), as a user? Or is it going to be a developer options deal? Or will I need root to add the cert?

I'm not sure what that answer is right now.

I just want to finish this post with a few words about trusted computing models. Plainly: Apple has been doing this for years ... That's why you download basically everything from an app store with Apple. Whether on your Mac OS device, your iPhone, iPad or whatever iDevice.... Whether the devs need to sign it, or the app gets signed when it lands on the store, there's a signature to ensure that the app hasn't been tampered with and that Apple has given the app it's security blessings, that it is safe to run. Microsoft and Google have both been climbing towards the same forever. Apple embedded their root of trust in their own proprietary TPM which has been included with every Mac, and iDevice for a long ass time. Google also has a TPM, the Titan security module, I believe that was introduced around pixel 3? Or 4?... Microsoft made huge waves requiring it for Windows 11, and we all know what that discussion looks like. Apple requires a TPM (which they supply, so nobody noticed), Google has been adding a TPM and TPM functionality to their phones for years, and now Windows is the same. None of this is a bad thing. Trusted computing can eliminate much of the need for antivirus software, among other things. I digress. We've been going this way for a long time. Google is just more or less, doing what Apple has already done, and what Microsoft will very likely do very soon, making it a requirement. Battlefield 6 I think, was one of the first to require trusted computing on Windows and it will, for damned sure, not be the last that does. The only real hurdle here is managing what is trusted. So far, each vendor has kept the keys to their own kingdoms, but this is contrary to computing concepts. Like the Internet, it should be able to be done without needing trust from a specific provider. That's how SSL works, that's how the Internet works, that's how trusted computing should work. The only thing that should be secret is the private signing keys. What Google, Apple, and Microsoft should be doing, is issuing intermediary keys that can sign code signing certs. So trusted institutions that create apps, like... Idk, valve as an example, can create a signature key for steam and sign Steam with it, so the trust goes from MS root to intermediary key for valve, to steam code signing key, and suddenly you have an app that's trusted. Valve can then use their key to sign software on their store that may not have a coffee signing key of it's own. This is just one example based on Windows. And above all of this, the user should be able to import a trusted code signing cert, or an intermediary cert signing cert, to their service as trusted.

Anyways, thanks for coming to my Ted talk.

load more comments (1 replies)
[-] owenfromcanada@lemmy.ca 13 points 1 week ago

I know it's not really ready for it yet, but I guess I'm gonna be looking into a Linux phone before I thought I would.

[-] SoleInvictus@lemmy.blahaj.zone 7 points 1 week ago* (last edited 1 week ago)

Same, though I think this will be the push the community needs to really launch a good Linux phone. It'll suck for awhile, but I'm looking forward to debating phone distros with all of you.

load more comments (9 replies)
load more comments (8 replies)
[-] elucubra@sopuli.xyz 11 points 1 week ago

Their arguments are kind of lame. To install APKs from outside the store is already an involved process that generally makes it harder for the uninformed to sideload. Make sideloading a bit harder, but possible. My xiaomi makes me wait and read warnings before installing APKs, for example.

[-] floofloof@lemmy.ca 5 points 1 week ago

Side loading will still be possible but the apps themselves will need to be signed by the developer through Google, so Google ultimately still controls what can be installed. Maybe someone will crack it.

[-] circledot@feddit.org 6 points 1 week ago

[Installing software] will still be possible but the apps themselves will need to be signed by the developer through Google, so Google ultimately still controls what can be installed. Maybe someone will crack it.

Fixed that for you :-)

load more comments (2 replies)
load more comments (2 replies)
[-] ExLisper@lemmy.curiana.net 9 points 1 week ago

You're pissed about it? Visit here: https://opencollective.com/postmarketOS

IMHO that's our best shot. Totally Google free, mainstream Linux kernel.

[-] BlameTheAntifa@lemmy.world 6 points 1 week ago* (last edited 1 week ago)

That’s not how you spell UBports.

I do support the PostmarketOS project, but it has much further to go before it’s friendly enough for regular people. Short of Valve releasing a Steam phone, I think UBports is better positioned to bring genuine linux to mobile.

load more comments (5 replies)
load more comments (6 replies)
[-] xnx@slrpnk.net 7 points 1 week ago

Sideloading being so easy on iphones and now becoming very difficult on android. Wow

[-] Psythik@lemmy.world 9 points 1 week ago

Yeah but don't you have to boot up your PC and connect your phone to iTunes once a week to re-enable developer mode to be able to sideload? Is there a more permanent method that I'm unaware of?

load more comments (1 replies)
[-] DeathByBigSad@sh.itjust.works 6 points 1 week ago

They are converging to become the same thing.

Its not any better on iOS, fyi, they too require Apple's final approval.

load more comments (3 replies)
[-] LordCrom@lemmy.world 7 points 1 week ago

Will this kill FDroid ? I imagine yes since you have to install it from a download.

[-] tal@lemmy.today 6 points 1 week ago* (last edited 1 week ago)

I haven't watched the video


I would generally rather have text form content


but if Rossman is announcing the same thing that I just read about elsewhere, it's not a removal of sideloading. It requires that a developer register and provide Google with personal information for Google to let them create packages. Assuming that Google is willing to let the F-Droid developers register an account (which I assume they have) and sign the F-Droid package, it should not restrict installation of the F-Droid package.

However, you wouldn't be able to use F-Droid to install any packages that didn't conform to Google's new requirements.

I doubt that the restriction is at the store app level, but at the package installation level. That is, I would expect that the F-Droid or Google's store app or whatever says "install this package" and the OS refuses.

https://developer.android.com/developer-verification

Starting in September 2026, Android will require all apps to be registered by verified developers in order to be installed on certified Android devices.

Step 1

Verify your identity

You will need to provide and verify your personal details, like your legal name, address, email address, and phone number.

If you're registering as an organization, you'll also need to provide a D-U-N-S number and verify your organization's website.

You may also need to upload official government ID.

Step 2

Register your apps

You'll need to prove you own your apps by providing your app package name and app signing keys.

load more comments (4 replies)
[-] Vanilla_PuddinFudge@infosec.pub 6 points 1 week ago

I readily await the visibility and interest this will give mobile linux development.

load more comments (15 replies)
[-] Zink@programming.dev 6 points 1 week ago

I think I am just done with the whole concept of the convenient prepackaged tech product, and especially staying "connected" with them.

For example, I stopped wearing a smart watch this summer and it's been a positive. I was the type to wear it 23 hours a day and track my sleep with it and everything. It turns out that not instantly seeing every notification or knowing the exact minute of the day are not a big deal, sans are even good for me.

Part of what I've also done is use my phone a lot less and my linux desktop a lot more. I use it as a mobile communication device and not my computer for everything. I guess the next time I need to replace it I'll either get an iphone since everybody in my family has one, or I'll see where these wonderful Linux phone projects end up.

load more comments (1 replies)
[-] yukichigai@lemmy.sdf.org 6 points 1 week ago
[-] pfr@lemmy.sdf.org 5 points 1 week ago

I just hope that the Graphene devs continue to support the last supported versions of Android that allow installing apks.

I couldn't be happier with my P7 that has been running Graphene since day one. Zero Google. Zero problems

load more comments (1 replies)
[-] girthero@lemmy.world 5 points 1 week ago

Its like Microsoft and Google are teaming up to drive me closer to Linux.

[-] lemmyknow@lemmy.today 4 points 1 week ago

Yes, learn the truth and be enlightened. Both Microsoft and Google have been secretly scheming for a while now, with the sole intent to get girthero closer to Linux

[-] bdonvr@thelemmy.club 4 points 1 week ago

(non-Android) Linux phones aren't really ready for daily driving even for relatively advanced users - but it looks like we're gonna have to deal with it anyhow

load more comments (3 replies)
[-] upside431@lemmy.world 4 points 1 week ago

This is redicolous

load more comments
view more: next ›
this post was submitted on 31 Aug 2025
128 points (99.2% liked)

Technology

74980 readers
318 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS