Slashdot Mirror


The First Ubuntu Phone Is Here, With Underwhelming Hardware

A few days ago, Fast Company reviewer Jay Cassano was enthusiastic about Ubuntu's approach to apps for its new phone OS: namely, not relying on them, and instead interfacing seamlessly with existing websites and protocols. Now, new submitter ablutions (4006541) writes with a less than glowing review at The Daily Dot of the actual hardware that the OS is launching on. A sample that conveys the gist: Let's start with the good stuff: It sports a 4.5-inch multi-touch screen and a respectable 8-megapixel rear camera and 5-megapixel lens on the front. That's pretty much it. The list of negatives is a bit longer.

2 of 177 comments (clear)

  1. sadly I rtfa by hilather · · Score: 4, Informative

    And it doesn't say much of anything other than rambling off hardware specs. Is this what qualifies as a review these days?

  2. Re: Okay, hardware sucks, but what about the softw by Anonymous Coward · · Score: 2, Informative

    Android's ART runtime compiles apps to native code. They literally become ELF files, just like every other executable on Linux. The Dalvik format that apps are distributed in is now serving a similar purpose to the LLVM IR used internally by Apple's compiler.