• Rabbit R1, AI gadget, runs on Android app, not requiring “very bespoke AOSP” firmware as claimed by Rabbit.
  • Rabbit R1 launcher app can run on existing Android phones, not needing system-level permissions for core functionality.
  • Rabbit R1 firmware analysis shows minimal modifications to standard AOSP, contradicting claims of custom hardware necessity by Rabbit.
  • 🇰 🔵 🇱 🇦 🇳 🇦 🇰 ℹ️
    link
    fedilink
    English
    3
    edit-2
    1 month ago

    What about custom ROMs like Lineage? The only thing holding it back from working on every phone is that many phones have blocks to prevent installing a custom ROM in the first place. Could be just like windows in that it has every driver for every piece of hardware in the package, just bloating it unnecessarily.

    • Margot Robbie
      cake
      link
      English
      131 month ago

      The manufacturer has to release the phone’s kernel source code before any custom ROM development can happen for the phone most of the time for that reason.

      There is a reason that GrapheneOS only works on a couple of Pixel phones.

      Could be just like windows in that it has every driver for every piece of hardware in the package, just bloating it unnecessarily.

      Google specifically designed the Android kernel so that the driver are excluded, unlike the normal Linux or Windows kernel, because, long story short, Qualcomm did not want it to happen.

    • @madscience
      link
      English
      61 month ago

      Every device had it’s own device tree and kernel with custom driver’s, binary blinds, and system software. All of it runs beside the closed source modern os

      • Balder
        link
        English
        2
        edit-2
        1 month ago

        I’m not entirely sure because I’m not very knowledgeable about CPUs, but it seems this is largely a problem with ARM architectures and their lack of standardization, isn’t it?

        • @madscience
          link
          English
          71 month ago

          There’s nothing like uefi between the os and the hardware