I finally managed to install Lineage os on this HTC One (m8) thanks to the help of Lemmy!

      • CCMan1701A@startrek.website
        link
        fedilink
        English
        arrow-up
        0
        ·
        9 months ago

        Android uses a Just-in-Time (JIT) compile of applications. You can compile everything Ahead-of-Time (AOT) via adb. It would in theory improve performance when starting applications.

        • nossaquesapao@lemmy.eco.br
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          9 months ago

          This is very interesting, I will check it. Are there any drawbacks?

          Edit: Just tried it. No miracles, but got a noticeable gain is usability on my phone. I recommend it to everyone using low-end devices out there. The instructions I found used this command: adb shell cmd package compile -m speed -f -a