Mobile Linux Group Releases First Specification
narramissic writes "Google's Android may be getting all the headlines, but the venerable LiPS (Linux Phone Standards Forum), which launched to much fanfare in 2005, is rolling out the specs. The group, comprised of companies including Orange, France Telecom, MontaVista, and Access, announced Monday that it has completed the first release of its mobile Linux specification, adding components including APIs for telephony, messaging, calendar, instant messaging, and presence functions, as well as new user interface components."
Orange is a brand of France Telecom, not two separate entities:
http://www.orange.com/english/access/aboutUs.php
I haven't looked at the actual standards, but perhaps it would be possible to extend the OHA code to add LiPS support, to produce a phone that can run apps developed for either.
Well, me... I'm personally holding out for a Python API. Python is really good for RAD work, and well, I gotta tell you, I don't have time for traditional development methods these days. Python is easy and quick. And that's how mobile app development should be -- you should be able to write apps on the go!
My blog
Reviewing the member list at the Linux Phone Standards Forum (LiPS) web site I noticed that none of the major handset companies joined this organization. The Open Handset Alliance on the other hand has HTC, LG, Motorola and Samsung as members.
Having a standard is all well and good, but it only matters if someone puts it into a phone.
Also, how many development platforms can survive in the cell phone market anyway? Besides Android and LiPS (we'll ignore Microsoft for now), there are Symbian, the LiMo Foundation and a la Mobile - all Linux-based. The first two or three to get accepted will attract the developers and dominate the market (unless they *really* bring something new to the game).
Never let reality temper imagination
Never let reality temper imagination
OpenMoko and LiSP are too little, too late. Android is in the works, and they got it all: Branding, a prototype GUI, and the right members (Open Handset Alliance Project).
Android will be the Linux on mobile phones, and it will be great.
Google's Android may be getting all the headlines, but the venerable LiPS (Linux Phone Standards Forum), which launched to much fanfare in 2005, is rolling out the specs.
From what I understand, the LiPS had been "stuck in committee" with no real progress until Google announced Android. Then all of the sudden, there was a flurry of activity.
Specs are nice, and it's good to see progress, but the slashdot summary seems to have a distinct "look at LiPS, it's better, it has SPECS!". That's great, but..here's a prototype device running Android, and let's not forget the OpenMoko people, which have not only got a so-close-you-can-taste it physical device, they've got a pretty sorted software package as well, which runs on a couple of existing phone/pda widgets. The OpenMoko stuff and the Palm/HP/etc PDA stuff (I forget the proper project names, sorry!) is quite open and documented. The Linux-on-handheld boys have had working software out there for *years*.
Welcome to the party, boys. Beer's been had, chips are gone- there's some frosting left on the cake platter, though. Same thing to Google- it's nice that they have shiny prototypes, but if they're so open-source, why couldn't they work with any of the existing groups? Ah, I love the open source world: why help someone else, when you can re-invent your own wheel (anyone remember the days of Freshmeat's front page being literally FILLED with mp3 players software?)
Please help metamoderate.
Have you done a lot of development work in C++ and Java? Say what you want about Java performance, but it's a far cleaner syntax than C++ resulting in much cleaner APIs. I don't know the details surrounding Android, but (assuming it is) a Java OS is going to invite quite a lot of developer effort simply because of the lower threshold for becoming competent in the language.
I swear to God...I swear to God! That is NOT how you treat your human!
Talk about LiPService: Access (of Japan) was the company that basically bought the PalmOS away from Palm. They claimed (in 2005) that they were going to roll out mobile phones running Linux, with PalmOS GUI and binary compatibility. Where are they? Just now putting out just specs, right as Google and the rest of the world blot them out of existence. Nearly certainly taking chances of a Linux mobile with Palm compatibility (and its library of apps and developers) to zero.
--
make install -not war
OpenMoko is a Chinese manufacturer's plan to outsource software usinghe FOSS community. [1]
LiPS is a partnership between PalmSource/ACCESS and MontaVista Linux to collaborate on Linux phone development. Open Source Development Labs (OSDL, Slashdot's mom) began its own Mobile Linux Initiative in 2005, involving MontaVista, Wind River, and PalmSource. LiPS seemed to be an outgrowth of that. Trolltech introduced its own Greenphone platform based on Qt last fall. Earlier this year, NTT DoCoMo and Vodafone formed their own group called LiMo to develop Linux standards for mobiles. The majority of Linux phones are built by Motorola, which uses MontaVista's Linux. They are sold to the Chinese market and are not open in any sense. [2]
Google's Android is an Apache-like collaboration that shares Google's plans and implementation rather than forming a group to develop some. [3]
Apple's iPhone is based around its Mach+BSD+Cocoa architecture, but is just as closed as most Linux phones. It appears Apple will open development in the sense of releasing an SDK that allows commercial development, but it's not yet known how much access developers will have. [4][5]
One significant difference between Linux on a PC and Linux on a mobile is that it is illegal to expose the core baseband processor architecture to open software, because that would make it trivial to create network destroying devices. So "Linux-based mobiles" are really just mobile phones that have some extra environment to run the user interface and higher level functions. They are not freedom/open/GPL untainted by Big Brother/Capitalism/Corporations.
That makes it valid to be interested in mobile Linux because of familiarity with the architecture, the availability of low cost software, and a desire to expand the market for Linux based products, but there is little real political GPL-freedom argument for pursuing mobile Linux.
Google appears to initially be targeting Windows Mobile [6], and offers an alternative to the increasingly creaky Symbian [7]. Some amount of Google's Android seems complementary with efforts to use Linux on the lower levels, but it also competes against the higher level plans of LiPS, Greenphone, LiMo, and OpenMoko, none of which appear to have a very significant future.
[1] Apple iPhone vs the FIC Neo1973 OpenMoko Linux Smartphone
[2] The Standard Soup Prepared by Linux Mobile's Many Chefs
[3] The Great Google gPhone Myth
[4] Steve Jobs Ends iPhone SDK Panic
[5] Leopard, Vista and the iPhone OS X Architecture
[6] The Spectacular Failure of WinCE and Windows Mobile
[7] Origins: Why the iPhone is ARM, and isn't Symbian
Linux on the Toaster Oven? Is that anything like Linux on a dead badger?
That's funny, as when you write some code using the Qt library things are so clear and concise that you even get the feeling you are using some higher level scripting language. That's not the case with java. Ever.
The C++ programming language may support nice toys like templates and meta programming, which tend to be a headache to deal with and a pain to read. As a consequence, at least to some extent, the same applies to the STL. Nonetheless, who is forced to use all features of a language? No one.
So please don't say silly things. You only end up looking silly.
Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
I'll grant you that handling memory management manually on small embedded devices like phones may seem like a good idea, for now. But not for long.
True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.