Slashdot Mirror


Jolla Sailfish Will Build A Google-Free Mobile OS For China (silicon.co.uk)

Jolla released their Android-free mobile Linux OS (Sailfish) on their own smartphones, "but has always intended to offer it to other manufacturers," according to Silicon. The next Sailfish smartphone was the Inex Aqua Fish, and people with Sony Xperia phones can now also run Sailfish through the Sony Open Devices Program. But their next big customer is the nation of China. Mickeycaskill quotes Silicon. The Sailfish China Consortium has gained the exclusive rights and license to develop a Chinese operating system based on Sailfish. Russia is also using Sailfish to build a national mobile OS in a bid to reduce its reliance on Western technology and reduce the risk of foreign surveillance. Jolla claimed that there have been many attempts to build a national OS on Android but these had been unsuccessful because of Google's control over the code.
One of the consortium's investors claims "several" major Chinese companies are already interested in joining them, adding "I have been closely following Sailfish OS development, and seen many Chinese projects fail, while Jolla's Sailfish OS has been steadily progressing. Sailfish OS is the only viable alternative for China."

32 of 60 comments (clear)

  1. Re:Great news by maroberts · · Score: 2

    An Operating System is always tied to someone; it's just a matter of whether you'd prefer to be tied to Apple, Google, Microsoft or the Chinese Government.

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

  2. Whew by GrahamJ · · Score: 4, Funny

    Finally the people of China can be free of tyranny!

    1. Re: Whew by Anonymous Coward · · Score: 1

      True, but the extent of brainwash in the US is getting worrying. Believe me, I'm from a post-socialist country, we have experience with brainwash.

    2. Re:Whew by unixisc · · Score: 1

      That's North Korean. China had something called Red Flag Linux, but that fell out of favor, and now, the Chinese use whatever Linux distros are out there, just like everybody else.

    3. Re: Whew by Anonymous Coward · · Score: 1

      my country doesn't have praising an inanimate piece of cloth in it's schools curriculum.

  3. I have used Jolla for several years by tychoS · · Score: 2

    For the last couple years I have used a Jolla phone as my primary phone.

    When i got it I expected it to be a shaky unstable alpha/beta/pre-release product, I bought it mostly out of curiosity, but to my surprise it worked well enough to use as a daily phone.

    In some ways it works better than say an Android, for instance the underlying Linux OS is much more readily available for direct use by the enduser.

    1. Re:I have used Jolla for several years by PolygamousRanchKid+ · · Score: 2

      for instance the underlying Linux OS is much more readily available for direct use by the enduser.

      By a bizarre coincidence, while rummaging in my junk room last night, I found my trusty old Nokia N800. One thing I really liked about the Maemo system, was that I could download just about any Linux tarball, and it would compile and run on Maemo. At that time, I was mucking around with OLSR mesh networks, and OLSR ran fine on it.

      Is stuff like that still possible on Sailfish . . . ?

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    2. Re:I have used Jolla for several years by Anonymous Coward · · Score: 5, Interesting

      It is no surprise Sailfish OS woks well, it should be remembered that Jolla is a good percentage of the old Finn Nokia Maemo Linux dev group. That group has been working on this OS and its Nokia predecessors since I think around 2005. I think even the name sailfish refers to that MSFT infiltrator Elop's burning platform speach where he threw both Maemo/Meego and Symbia onto the fire for another go at Wince.

    3. Re:I have used Jolla for several years by PolygamousRanchKid+ · · Score: 1

      The renegade Nokia executive who created Maemo was none other than Ari Jaaksi (Brits will have fun now, making jokes about his name). He was later in charge of the now failed Firefox Fone OS.

      Oh, I just responded to an Anonymous Coward . . . does that mean I have to go to church tomorrow, to atone for my sin . . . ?

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    4. Re:I have used Jolla for several years by angel'o'sphere · · Score: 1

      Oh, I just responded to an Anonymous Coward . . . does that mean I have to go to church tomorrow, to atone for my sin . . . ?
      No worries, you simply can sent me 1 bitcoin and I sent you a letter of indulgence, eMail is fine, I assume?

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  4. Re: Great news by Zero__Kelvin · · Score: 2, Insightful

    I use an OS that is tied to nobody every day. It is called Linux . Lest you protest and invoke names like Red Hat and Canonical, the is always Linux From Scratch.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  5. Re: Great news by Anonymous Coward · · Score: 1, Funny

    in which you are subject to linus torvalds, a ranting lunatic

  6. Google's control over the code? by Solandri · · Score: 2

    Google has no control over existing Android code. The only thing they control is new versions of Android, right up until it's released. Android is open source under the Apache 2.0 license (free, as in beer - you don't have to release your modifications). If you don't like what Google is doing with it, just grab a copy of the Android source and fork it. Like Amazon did for Fire OS.

    The only reasons for not starting with Android (where 99% of the work has already been done) is if you don't like Android's core design, or if you want to add all sorts of other "features" that you don't want users to know about (like back doors), or if you deliberately want to make it incompatible with existing Android apps.

    1. Re:Google's control over the code? by Stan92057 · · Score: 1

      "Google has no control over existing Android code".

      clearly they DO have control somehow and listen, this is china since when does china care? stealing is what they do...Andorid was bought by google so they didn't even create it as many seem to think they have...

      http://venturebeat.com/2010/10/27/google-exec-android-was-best-deal-ever/

      --
      Jack of all trades,master of none
  7. we recommend using C++ by presidenteloco · · Score: 3, Interesting

    Extracted from the sailfish developer documentation: "we recommend using C++" to develop apps which do anything non-trivial, to paraphrase.

    Ok that's all I need to know about sailfish.

    Wake me up when you have a mobile OS where the main app development language was invented in the 21st century, and is, for example, safe, simple, and well-designed.

    --

    Where are we going and why are we in a handbasket?
    1. Re:we recommend using C++ by CRCulver · · Score: 2

      While C++ is the native binding of Qt (the toolkit Sailfish is based on), you perfectly free to write your apps in Python, as PyOtherSide is one of the officially supported methods for Jolla store apps. If you want to write apps to scratch your own itch and distribute them through FOSS channels to other nerds, you can easily use PyQt as well.

      (Python wasn't invented in the 21th century per se, but most of the functionality that Python developers depend on these days dates from post-2000).

    2. Re:we recommend using C++ by r0kk3rz · · Score: 1

      Extracted from the sailfish developer documentation: "we recommend using C++" to develop apps which do anything non-trivial, to paraphrase.

      Ok that's all I need to know about sailfish.

      Wake me up when you have a mobile OS where the main app development language was invented in the 21st century, and is, for example, safe, simple, and well-designed.

      You can get quite far with QML and Javascript, which is modern and reasonably nice to work with. Qt style C++ is there if you need it, but many Sailfish APIs are exposed through QML and so you don't need to use it a lot of the time

    3. Re:we recommend using C++ by Gravis+Zero · · Score: 1

      Wake me up when you have a mobile OS where the main app development language was invented in the 21st century, and is, for example, safe, simple, and well-designed.

      oh you want to write in a script language? ok, snowflake, enjoy your javascript. ;)

      --
      Anons need not reply. Questions end with a question mark.
    4. Re:we recommend using C++ by WaffleMonster · · Score: 1

      Extracted from the sailfish developer documentation: "we recommend using C++" to develop apps which do anything non-trivial, to paraphrase.

      This is universally valid advice. It doesn't just apply to Sailfish it applies to all mobile platforms including Android and iOS and across PC operating systems.

      Ok that's all I need to know about sailfish.

      Wake me up when you have a mobile OS where the main app development language was invented in the 21st century, and is, for example, safe, simple, and well-designed.

      Wake me up when a AAA title, general purpose operating system, web browser, RDBMS, net stack or codec is written in a language other than C/C++.

  8. Re:Great news by Hognoxious · · Score: 1

    it's just a matter of whether you'd prefer to be tied to Apple, Google, Microsoft, the Chinese Government or Lennart Poettering.

    FTFY.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  9. Re:maybe they'll make a bunch of money.. by ChunderDownunder · · Score: 1

    Flashing any Sony branded Android tablet with Sailfish sounds your best hope.

  10. How is google controlling the code? by Sark666 · · Score: 1

    I'm not a fanboy of google, and really it's solely developed by them and periodically has an open source snapshot, but what's stopping them from taking a snapshot and running with it? If they do things against the TOS, they'll lose the google apps, but they can do with it as they wish outside of that can't they?

    Just not seeing how google's control is stopping them.

    1. Re:How is google controlling the code? by Anonymous Coward · · Score: 2, Informative

      https://arstechnica.com/gadgets/2013/10/googles-iron-grip-on-android-controlling-open-source-by-any-means-necessary/

  11. When new hardware for Western world? by fonske · · Score: 1

    I am dwelling the face of this earth with a broken smartphone screen on my Jolla for like two years.
    Meanwhile even my wife broke the screen of her tablet.
    We are both in the market for something (sail)fishy, but who will offer us something?

  12. Welp.. by ndrew.youn9 · · Score: 1

    I guess that's what you have to do when no other major markets care about your product.

  13. Re: maybe they'll make a bunch of money.. by RussH · · Score: 1

    Got one, love it.

  14. Re: Great news by Anonymous Coward · · Score: 1

    which phone isn't made by chinese curious mind wants to know...

  15. Still the same core. by DrYak · · Score: 3, Informative

    Is stuff like that still possible on Sailfish . . . ?

    Basically: yes .

    Jolla's Sailfish OS is based on a GNU/Linux base called "mer", a direct descendent of the Meego / Maemo that was featured on Nokia Nxxx devices.
    Actually written by the same exact people. (When Nokia left their R&D department, the engineer started Jolla and kept working on the same).

    You can indeed run most of regular Linux software on it.
    There's even an "openbuild system" server that can produce appropriate RPMs for you (no need to locally compile them with the SDK) and a 3rd party repos for the RPMs. (openrepos, just like to good old Maemo days).

    The only key difference is that they have switch their interface from GTK to Qt-Quick / QML.
    And though it's not released under a Free/libre license yet, you can still see the source and hack it due to the textual representation of QML.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  16. Android vs GNU/Linux by DrYak · · Score: 1

    Android is open source under the Apache 2.0 license

    The problem is, only Google gets to decide what goes in there, unless you go to the extensive effort of forking it and maintaining your own separate lineage of android-like OS.
    That might be uncomfortably too much control to one single US company.

    On the other hand, Jolla's Sailfish OS is build on the "mer" core, a descendant of the Meego / Maemo that the same engineer were designing back when they were still at Nokia :
    it's a fairly standard GNU/Linux platform, with much more diverse contributors.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  17. Good News by greguu · · Score: 1

    I am glad to see that the Jolla Team found an potential market for Sailfish OS in China. My N9 (Meego Harmattan) is collecting dust and my Nexus 5 is running fine on Sailfish OS (2.4.13) for the last months. Apart from the unofficial ports, the Jolla Phone 1/2 and the mentioned Aqua Fish, there is not much to chose from. If new phones are produced in China and are supported officially by Sailfish OS, great!

  18. Re: Great news by fph+il+quozientatore · · Score: 1

    Funny that you mention it -- yes, Jolla runs Systemd. It also runs Wayland, and they switched from BTRFS in their first phone to EXT4 because of stability reasons. Oh, and it ships with the git command-line client and vi preinstalled.

    --
    My first program:

    Hell Segmentation fault

  19. The definition of a Scottish gentleman by presidenteloco · · Score: 1

    Someone who knows how to play the bagpipes...

    but doesn't.

    --

    Where are we going and why are we in a handbasket?