Slashdot Mirror


Jolla Announces First Meego Phone Available By End 2013

x_IamSpartacus_x writes "Jolla, the Finnish company that continued Nokia's work on the MeeGo mobile platform, announced details of its first smartphone on Monday. Availability for the Jolla device is expected by year end and can be pre-ordered now; the phone will be priced at no more than €399 (US $512.26). The Jolla hardware looks similar to that of Nokia's Lumia, with a clean, button-less front face that houses the 4.5-inch touchcscreen. The phone will use a dual-core processor and support 4G LTE in some regions. Internal storage tops out at 16 GB, but can be expanded via microSD card. The phone also includes an 8 megapixel rear camera with auto focus. The phone is also 'Android app compliant' which, in a move similar to that of BlackBerry, can help with available apps at launch."

14 of 152 comments (clear)

  1. sweet by chibiace · · Score: 3, Informative

    hopefully we can get some traction going for this cool project.

    --
    he who controls the spice controls the universe
    1. Re:sweet by chriscappuccio · · Score: 5, Informative

      Meego uses X windows, and other more traditional technologies than android, is just as fast if not faster, and works like 'standard linux' out of the box. That's kinda nice, eh?

    2. Re:sweet by dtdmrr · · Score: 4, Interesting

      The maemo/meego devices have given users root access out of the box, perhaps you have to take one minor step to indicate you know what that means, but that's about all. These devices are there for you, and don't really try to protect themselves from their users/owners. I haven't seen the sources for sailfish yet, but I gather many of the people at Jolla didn't like the portions of the os that were shipped binary only while they were at nokia. So I'd expect the openness to improve. From the sdk, it looks like they are continuing to use X11, so that means that pretty much any generic arm friendly linux application should run without porting (though there are pleanty of good reasons to specialise/port). For maemo devices, that meant there was just one simple package to install to add a debian chrooted enviroment, which of course gives access to the full debian arm repos.
      Replacable batteries.
      It looks like they have taken an interesting step following that philosophy with enabling functional expansion through interchangable backs.
      Sailfish also has a pretty slick interface. I will hold off on judgement until I get a chance to use it for a while.
      If a user-centric design philosophy (including openness/freedom) doesn't really matter to you, and you don't care about the user interface, yes it's just another phone. But then again, any modern cell phone is essentiall Turing-complete and you can build/connect accessories and power supplies around them. So at a high level of abstraction, no modern phone is distinguishable, nor should we expect to see one any time soon.

    3. Re:sweet by Anonymous Coward · · Score: 3, Interesting

      Android doesn't have true multitasking, neither does iOS or Windows Phone. They are all one app at a time with background services.
      This is true multitasking: https://www.youtube.com/watch?v=7emvUBpEkbU
      This demonstrates switching between applications while they are still *actively* running, hell even the thumbnails are updating on the app switching interface. That's on a phone with single-core 600MHz CPU and 256MB RAM.

    4. Re:sweet by kwark · · Score: 4, Informative

      "They are all one app at a time with background services."

      Bullshit:
      -Apps can multitask without Services, just use Threads.
      -Android has multiple window support.

      You are confusing the UI thread being stopped (when it is not visible) with threading/multitasking. Evidence of apps multitasking is for example a Samsung Note2 with multi-window support, although for some reason in the Samsung ROM you only can use some blessed apps multiwindowed, custom ROMs unlock this for app installed apps.

      Using Services give extra features/hints to the OS. Like auto(re)start. It also gives a simple way to detach the UI from lightweight background tasks.

    5. Re:sweet by citizenr · · Score: 3, Insightful

      Hopefully app acl list will be USER defined instead of app defined.
      How retarded is it for an app to blackmail you for Contact list/messages and phone calls just so you can play a game? How come its the app that decides and has the upper hand instead of the user? How come App can blackmail me and I cant simply REFUSE to give it data?
      I want to be able to define ACLs per application. I dont give a shit what app wants, it can eat a duck for all I care. Phone status? sure, feed it fake USER DEFINED status. I dont need a game to know that I have GPS enabled. You want GPS data? Sure, let me feed N38 53.86205 W77 2.19162.
      Its my phone damnit!

      --
      Who logs in to gdm? Not I, said the duck.
    6. Re:sweet by Eunuchswear · · Score: 3, Interesting

      The maemo/meego devices have given users root access out of the box, perhaps you have to take one minor step to indicate you know what that means, but that's about all. These devices are there for you, and don't really try to protect themselves from their users/owners.

      Not actually true with Meego - AEGIS prevents even root from doing various things.

      --
      Watch this Heartland Institute video
  2. Who gets root? by Culture20 · · Score: 3, Interesting

    Jolla, service provider, and/or device owner?

    1. Re:Who gets root? by GameboyRMH · · Score: 3, Interesting

      That's what I want to know too. With device owner root and a hardware keyboard this could be an N900 replacement.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
  3. looking forward to it by stenvar · · Score: 4, Insightful

    As a developer, I'd find an alternative to Java/Dalvik and Objective-C/iOS pretty appealing.

  4. Why no real specs? by h4rr4r · · Score: 3, Interesting

    Why are there no real specs? Makes me think this thing will be years out of date.

    I wish them well, but I am not going to settle for something that should have come out in 2011.

  5. Phone hardware platform with expandability by molukki · · Score: 3, Interesting

    What I found interesting was the concept of extending the phone functionality by changing the back cover. Want a QWERTY phone? No problem, swap the back cover to one with keyboard.

    1. Re:Phone hardware platform with expandability by jovius · · Score: 4, Informative

      Just found this quote by Mark Dillon the software director. Essentially anyone can create a cover (the tools are open):

      “Of course we will be offering a choice of Other Halves for the user to buy but this is a place where we want to see others get involved. Designers can design Other Halves for the device, engineers or hackers or techies can design new interfaces and maybe add physical hardware features that they wish they had on their device but might have a smaller market than to deserve having a whole entire device,” he said. “We talked about 3D printing them today. So it could be those kinds of things, but really we’re offering a new kind of interface for a device so that people can really take their imagination, and I believe there will be a lot of third parties and a lot of people who have a lot of great ideas in order to help you use the Other Half of the Jolla device.”

  6. Real multitasking by Wesley+Felter · · Score: 3, Informative

    I used to have an N900 running Maemo with "true multitasking". A poorly-written app in the background (like Firefox with the "full Web experience" of Flash) would run down the battery in two hours. But at least I could use top to find the problem and kill -9 it.

    Now I use Android where apps are specifically written to be aware of my battery.