Jolla Sailfish Will Build A Google-Free Mobile OS For China (silicon.co.uk) 60
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."
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."
Re: (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.
Re: Great news (Score:2, Insightful)
Re: (Score:1, Funny)
in which you are subject to linus torvalds, a ranting lunatic
Re: (Score:2)
Re: (Score:2)
FTFY.
Re: (Score:1)
which phone isn't made by chinese curious mind wants to know...
Whew (Score:5, Funny)
Re: Whew (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.
Re: (Score:1)
my country doesn't have praising an inanimate piece of cloth in it's schools curriculum.
Re: (Score:2)
I have used Jolla for several years (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.
Re: (Score:3)
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 . . . ?
Still the same core. (Score:4, 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.
Re:I have used Jolla for several years (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.
Re: (Score:2)
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 . . . ?
Re: (Score:2)
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?
Google's control over the code? (Score:3)
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.
Re: (Score:2)
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/
Android vs GNU/Linux (Score:2)
Android is open source [android.com] under the Apache 2.0 license [wikipedia.org]
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.
we recommend using C++ (Score:4, 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.
Re: (Score:3)
Re: (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 [wikipedia.org] 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
The definition of a Scottish gentleman (Score:2)
Someone who knows how to play the bagpipes...
but doesn't.
Re: (Score:2)
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. ;)
Re: (Score:2)
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++.
Re: (Score:2)
Flashing any Sony branded Android tablet with Sailfish sounds your best hope.
Re: maybe they'll make a bunch of money.. (Score:1)
Got one, love it.
How is google controlling the code? (Score:2)
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.
Re: (Score:2, Informative)
https://arstechnica.com/gadgets/2013/10/googles-iron-grip-on-android-controlling-open-source-by-any-means-necessary/
When new hardware for Western world? (Score:1)
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?
Welp.. (Score:1)
Good News (Score:1)