Jide Tech Created The Beautiful, PC-Optimized Version Of Android That Google Wouldn't

Remix Mini PC with Remix OS

A new Kickstarter-born startup by the name of Jide Tech launched a mini-PC that uses a beautiful custom version of Android, perfectly optimized for the PC form factor. The company seems to be years ahead of Google -- which hasn't shown great interest to build more PC-like features into Android so far.

Latest Videos FromTom's Hardware
TOPICS
Contributor

Lucian Armasu is a Contributing Writer for Tom's Hardware US. He covers software news and the issues surrounding privacy and security.

  • TechyInAZ
    I'm impressed. I see a lot of potential in this OS.
    Reply
  • kenjitamura
    I'm hard pressed to think of a single desktop use Android would be better at than some other existing Linux OS that was built from the ground up with the desktop in mind.
    Reply
  • blazorthon
    I'm hard pressed to think of a single desktop use Android would be better at than some other existing Linux OS that was built from the ground up with the desktop in mind.

    It's not about being better than other Linux distributions, it's about the apps available to Android and the familiarity that most people already have with Android. Also keep in mind that most of those Linux distributions still occasionally need some command line tinkering for some things.

    As a proof of concept, this looks like an excellent start to me. Give it USB 3.0 and I'd buy one.
    Reply
  • sandman65
    400k windows apps might be an underestimate.
    Reply
  • basroil
    1) Looks like they just tried to copy Windows 10 UI straight up
    2) Only 400k apps on Windows? Try >10 million, most without needing "app store" garbage either! (Steam is one such app store)
    3) Android 4.4+ is not "low memory", when my phone starts up it's already using ~500mb, or about 25% of my phone's memory, while windows 7 on a similar spec computer is ~600 without disabling too much.
    Reply
  • jimbo007
    Android as it is, is not suitable for as a desktop OS. The kernel and process scheduler among many other core components are optimized for a OS running on a battery with limited power supply and thermal envelope. Running a desktop OS driven with mouse/KB with true multi-tasking and running on AC power requires substantial changes to the OS core, essentially reverting back to its Linux origins! I don't know at what stage is this "Remix OS".
    Reply
  • jimbo007
    I think it would be more practical to add an Android sub-system to Windows and Linux.
    Reply
  • blazorthon
    16273857 said:
    Android as it is, is not suitable for as a desktop OS. The kernel and process scheduler among many other core components are optimized for a OS running on a battery with limited power supply and thermal envelope. Running a desktop OS driven with mouse/KB with true multi-tasking and running on AC power requires substantial changes to the OS core, essentially reverting back to its Linux origins! I don't know at what stage is this "Remix OS".

    I don't understand what you mean by optimized for battery devices. Windows works fine both on a desktop and on a laptop with a battery, or even some tablets, so what are you really trying to say? You don't need to change Android's core to make it run on a desktop. You don't even really need to change much to make it work with a keyboard and mouse.

    For one, keyboard stuff is already used and two, you just click the mouse where you would have tapped with your fingers. Things like zooming in by spreading fingers on the screen might need to be changed, but there should be less need for zooming anyway with the more full-sized display and that's still easy to implement with minimal changes.

    No computer actually runs on AC power. They all have power adapters to convert to proper DV voltages for components such as 12V, 5V, and 3.3V. Furthermore, the OS doesn't care what kind of power is being used. The OS has literally no impact on this.

    Android already supports true multitasking.
    Reply
  • kenjitamura
    2) Only 400k apps on Windows? Try >10 million, most without needing "app store" garbage either! (Steam is one such app store)

    They're probably referencing the number of apps for Windows RT which is Windows for ARM processors. I assume this to be the case because the device they're marketing uses an ARM processor.
    Reply
  • jimbo007
    I don't understand what you mean by optimized for battery devices. Windows works fine both on a desktop and on a laptop with a battery, or even some tablets, so what are you really trying to say? You don't need to change Android's core to make it run on a desktop. You don't even really need to change much to make it work with a keyboard and mouse.

    For one, keyboard stuff is already used and two, you just click the mouse where you would have tapped with your fingers. Things like zooming in by spreading fingers on the screen might need to be changed, but there should be less need for zooming anyway with the more full-sized display and that's still easy to implement with minimal changes.

    No computer actually runs on AC power. They all have power adapters to convert to proper DV voltages for components such as 12V, 5V, and 3.3V. Furthermore, the OS doesn't care what kind of power is being used. The OS has literally no impact on this.

    Android already supports true multitasking.
    16273857 said:
    Android as it is, is not suitable for as a desktop OS. The kernel and process scheduler among many other core components are optimized for a OS running on a battery with limited power supply and thermal envelope. Running a desktop OS driven with mouse/KB with true multi-tasking and running on AC power requires substantial changes to the OS core, essentially reverting back to its Linux origins! I don't know at what stage is this "Remix OS".

    I don't understand what you mean by optimized for battery devices. Windows works fine both on a desktop and on a laptop with a battery, or even some tablets, so what are you really trying to say? You don't need to change Android's core to make it run on a desktop. You don't even really need to change much to make it work with a keyboard and mouse.

    For one, keyboard stuff is already used and two, you just click the mouse where you would have tapped with your fingers. Things like zooming in by spreading fingers on the screen might need to be changed, but there should be less need for zooming anyway with the more full-sized display and that's still easy to implement with minimal changes.

    No computer actually runs on AC power. They all have power adapters to convert to proper DV voltages for components such as 12V, 5V, and 3.3V. Furthermore, the OS doesn't care what kind of power is being used. The OS has literally no impact on this.

    Android already supports true multitasking.


    1. AC-powered vs battery-powered means access to unlimited power source. That is the OS kernel does not suspend background processes or kill idle ones. It means there is no significant difference at the kernel-level between the foreground and background processes and the scheduler support true multi-tasking. Also the memory manager's working algorithm would change significantly. It would require undoing many of the changes Google made to the Linux kernel in the first place and would be pointless. It's just easier to add an Android subsystem to Linux. There is a reason Google has not shown any interest in "Android on PC".

    2. Simply supporting a mouse requires significant changes to the OS and the programming model (message-driven programming, pointer tracing, etc.).

    3. Any high-school boy would know the hardware components don't run on the AC power themselves. It means an unlimited power source. Just go back to my first point.

    4. With respect, please take a course on OS basics before wasting other people's time.
    Reply