this post was submitted on 30 Oct 2025
66 points (91.2% liked)

Android

20529 readers
59 users here now

The new home of /r/Android on Lemmy and the Fediverse!

Android news, reviews, tips, and discussions about rooting, tutorials, and apps.

🔗Universal Link: !android@lemdro.id


💡Content Philosophy:

Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.


Support, technical, or app related questions belong in: !askandroid@lemdro.id

For fresh communities, lemmy apps, and instance updates: !lemdroid@lemdro.id

💬Matrix Chat

💬Telegram channels / chats

📰Our communities below


Rules

  1. Stay on topic: All posts should be related to the Android OS or ecosystem.

  2. No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to !askandroid@lemdro.id.

  3. Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to !androidmemes@lemdro.id.

  4. No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.

  5. No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.

  6. No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.

  7. No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.

  8. No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.

  9. No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!

  10. No affiliate links: Posting affiliate links is not allowed.

Quick Links

Our Communities

Lemmy App List

Chat and More


founded 2 years ago
MODERATORS
 

TL;DR

  • Android 16 introduces “seamless app updates” to make installing app updates faster and less disruptive.
  • This feature significantly reduces the time an app is frozen during an update, cutting it from seconds to milliseconds.
  • The improvement is achieved by running optimization scripts earlier in the installation process, reducing app downtime.
you are viewing a single comment's thread
view the rest of the comments
[–] 30p87@feddit.org 15 points 3 days ago (2 children)

Linux just doesn't care. There's no downtime or freezing to begin with.

[–] scholar@lemmy.world 15 points 3 days ago (1 children)

That's because on (most) Linux distros, updates aren't recompiling the program to get the most performance.

[–] hexagonwin@lemmy.sdf.org 2 points 3 days ago (1 children)

i don't think that's what happens on android while installing an app.

[–] limerod@reddthat.com 37 points 3 days ago* (last edited 3 days ago) (3 children)

That's exactly what happens on android.

You need to re-optimize the dex file, and re-compile the odex file to native code for performance.

[–] First_Thunder@lemmy.zip 19 points 3 days ago

So android is gentoo for beginners

[–] hexagonwin@lemmy.sdf.org 6 points 3 days ago
[–] SexualPolytope@lemmy.sdf.org 0 points 3 days ago* (last edited 3 days ago) (2 children)

Yes, but that shouldn't have anything to do with downtime. This is exactly what happens when you install something from source à la any -git package from AUR. It's slower than installing binaries, but downtime is a completely different issue. Am I missing something?

[–] Fisch@discuss.tchncs.de 3 points 3 days ago

Downtime in this context means the time where you can't use the application while its update is being installed

[–] limerod@reddthat.com 0 points 3 days ago

This process was not started until the app was frozen until android 16. This added a few seconds to every app install.

[–] CallMeAnAI@lemmy.world 10 points 3 days ago* (last edited 3 days ago)

Because it doesn't run any actual apps and none of them are compiled to byte code.

Linux phones are barely usable as phones much less gp device. Be supportive but not clueless.