UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Sam Strelitz
    3. Topics
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 25
    • Groups 0

    Topics

    • S

      Android ABI / Variable instruction sets on various CPUs

      Watching Ignoring Scheduled Pinned Locked Moved General
      2
      0 Votes
      2 Posts
      315 Views
      dobeyD
      Well, there are a few ISAs (Instruction Set Architectures) supported by Android. They are armv8 (aarch64 or arm64), armv7 (armhf), and x86_64 (amd64). Every SoC does not have a completely different instruction set. Whatever you read has no idea what they're talking about I guess, or you did not understand it properly. We also do not use VMs or ART for the Android portions we need.
    • S

      Difficulty downgrading Pixel 3a from 11 to 9

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      11
      1
      0 Votes
      11 Posts
      1k Views
      F
      @sam-strelitz Just a note. Graphene OS website gives an excelent command line tutorial,Linux, Mac, or Windows, for flashing the Pixel 3a. Worked flawlessly for me.
    • S

      New wannabe user / helper

      Watching Ignoring Scheduled Pinned Locked Moved General
      30
      0 Votes
      30 Posts
      5k Views
      dobeyD
      @sam-strelitz Getting some piece of FOSS software compiled and starting on a phone is trivial. Making it useful on a phone is not. The difference is phones have limited battery and limited connectivity, and aren't designed to be in active use 24/7. And traditional apps made for traditional PCs don't tend to take such things into consideration, or are they designed to work with touch input or scale properly on a small screen that is 300-600 DPI. I can see that you are quite excited, but if you are expecting your phone experience to be like you are used to having on a PC, you are going to be woefully disappointed (either because that isn't what you get, or because when you do get that it will be a horrible experience).