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.
  • skuzz@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    5
    ·
    14 hours ago

    Awesome, so pointless manifest revisions to manipulate store reviews and falsify user engagement will update even faster? (Which are most “Bug fixes and quality improvements!” updates these days.)

    Really can’t wait for this terrible “app” update concept to go away. The market manipulation aspect drove shipping shittier code out the gate and generalized FOMO.

    Or better, apps can go away entirely, lets go back to everything lives in the browser, it’s generally safer, and most “apps” are just browser containers that only exist to harvest device telemetry.

  • Lka1988@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    2 days ago

    That’s nice. Where are the Pixel source trees, google?

    I’m still on 15 because of that.

  • tomalley8342@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    2
    ·
    2 days ago

    cutting it from seconds to milliseconds.

    Who in the world is in that much of a hurry to continue using their phone 😅

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

      It’s honestly pretty annoying when you have to update an app and after it’s done downloading, you just sit there for like 10 seconds while nothing happens (at least nothing you can see)

      • Victor@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Never ever had that happen to me on my phone, but I bet waiting ten seconds for anything is the worst, right?

        • blackn1ght@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          16 hours ago

          It is kinda annoying when you’re in a rush and need something right there on the spot, but it says it has to update before you can use it, and then you’re there for what feels like an eternity.

              • Lka1988@lemmy.dbzer0.com
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                11 hours ago

                Yes, I know but why are you telling me that?

                ???

                Because you said this:

                sit there for like 10 seconds while nothing happens

                That “10 seconds while nothing happens” is the app being installed. That’s it.

                I understand now that you may have just been expressing frustration, but text doesn’t convey sarcasm or hyperbole the same way as actual speech. I would suggest amending your comment to reflect the use of hyperbole. Don’t be an idiot by pretending other people are dumb for misinterpreting.

                • Fisch@discuss.tchncs.de
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  10 hours ago

                  I wasn’t using hyperbole and I specifically added this at the end:

                  (at least nothing you can see)

                  I know that it’s installing but as a user, I don’t really see anything happen or any indication of the progress. I just have to wait for some amount of time without any idea of how long I will have to wait. That makes it feel so long.

                  And don’t call me an idiot for doing something I never did. I don’t even know what you misinterpreted. This whole post is about how the time it takes to install an app was reduced and I shared my own experience to show why I think that’s a very good change. In response, you told me that an app has to be installed after downloading it. I never said that that wasn’t the case, so I didn’t understand what point you were trying to make, which is why I asked you.

    • limerod@reddthat.comOPM
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      Try updating more than 20 apps at once. Especially if a few are large. You will notice the speed difference especially on a non-flagship phone.

  • Lucy :3@feddit.org
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    7
    ·
    2 days ago

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

    • scholar@lemmy.world
      link
      fedilink
      English
      arrow-up
      18
      arrow-down
      3
      ·
      2 days ago

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

        • limerod@reddthat.comOPM
          link
          fedilink
          English
          arrow-up
          36
          ·
          edit-2
          2 days ago

          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.

          • ѕєχυαℓ ρσℓутσρє@lemmy.sdf.org
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            edit-2
            2 days ago

            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
              link
              fedilink
              English
              arrow-up
              4
              arrow-down
              1
              ·
              2 days ago

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

            • limerod@reddthat.comOPM
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              1
              ·
              2 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
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      edit-2
      2 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.

    • limerod@reddthat.comOPM
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      Android 16 on graheneOS should also get the same speedup. Custom ROM developers can also choose to backport this patch to older android ROMs.

        • limerod@reddthat.comOPM
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 day ago

          Wow I just read a thread about an app update taking 45mins after install. That is nuts.

          Disabling JIT on modern day smartphones is too much. It will be like the android 5 Lollipop where apps took a while to install after each update. Plus, the long update cycle. Good riddance, I jumped from that time period.