Slashdot Mirror


Linux Gets Mobile (phone)

arclightfire writes "The Register are reporting that Motorola, one of major mobile phone manufacturers in the world, has decided that the future's bright, the future's penguin! The reasoning cited is the belief that China holds the key to the mobile phone market of tomorrow, therefore this future needs to be Linux; 'Not only is China potentially the world's largest mobile phone market, but it's also where most phones are built. Even more significantly, it's where the next generation of all mobile devices will be based, thinks Motorola.' Pax Linux?"

47 of 164 comments (clear)

  1. pax linux by libnatel · · Score: 5, Funny

    and the geekdom was at peace for years after finally all microprocessors were switched to linux

  2. Is a Linux phone hackable? by pesc · · Score: 5, Interesting

    Has anyone tested a Motorola Linux phone? Can I download my own C apps to it? Do I get root access? Can I mess with the readio protocols and steal the ID number from another phone? Do I get source? Can I recompile the phone OS and reinstall it?

    --

    )9TSS
    1. Re:Is a Linux phone hackable? by jwang · · Score: 5, Informative

      Yes to the first question. No to all the others, officially, although there is a Java API for writing your own programs. I think the lowest levels (radio communications, etc.) are protected and don't have explicit API access.

      I suppose you could reverse engineer it but I don't know how hard or fruitful that would be.

    2. Re:Is a Linux phone hackable? by Mr_Silver · · Score: 4, Informative
      Since you tested it.
      Does it have some shell terminal with ssh?

      Not unless there is one written in Java. This is a consumer phone. It may have a Linux kernel, but doesn't contain anything extra out of the norm from other Motorola products.

      In fact, if you didn't know it ran Linux - you wouldn't know from just using it.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    3. Re:Is a Linux phone hackable? by Ben+Hutchings · · Score: 4, Informative

      You probably can't replace the OS. Phones that can re-flash themselves normally only accept signed firmware updates. This may be a condition of type approval, as radio regulatory agencies and network operators don't want people screwing up cells with buggy customisations (one badly-behaved handset can make a whole cell unusable).

    4. Re:Is a Linux phone hackable? by dattaway · · Score: 4, Informative

      Oh, I'm sure you can get the source. But it doesn't mean you can install a new kernel. They make the hardware and get to hard lock the memory map. That means the kernel and important init applications can be protected out of sight with any permissions enforced directly by hardware.

      Your hacking might be limited to logic analyzers and such.

    5. Re:Is a Linux phone hackable? by Jim+Hall · · Score: 4, Informative

      Has anyone tested a Motorola Linux phone? Can I download my own C apps to it? Do I get root access? Can I mess with the readio protocols and steal the ID number from another phone? Do I get source? Can I recompile the phone OS and reinstall it?

      I don't know why this comment has been modded as "Funny". Moderators: please re-mod as "Insightful" or "Interesting".

      These are all valid questions. Since Linux is under the GNU GPL, Motorolo must comply with section 3 (redistribution) of the GPL. Those terms are:

      3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:

      a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

      b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

      c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

      In this case, 3(c) is not an option. And 3(a) is not practical. That leaves 3(b): a written offer to provide source code. In the case of a mobile phone, I would expect that written offer to be in the back of the user manual, along with the complete text of the GNU GPL.

      But I don't expect you get 'root' access, since you won't have a shell. And I doubt they'll provide an interface to download your own C apps, but they will probably let you download your own java apps.

    6. Re:Is a Linux phone hackable? by AftanGustur · · Score: 4, Informative


      Can I download my own C apps to it?

      Not likely, not any more than you can download your ASM apps on any other phone on the market.

      Do I get root access?

      Root access to what ?? There is no shell, no TTYs, no /dev (or no / for that matter). The kernel is just used to control and manage the hardware (screen, keyboard, de/modulator, battery and memory)

      Can I mess with the readio protocols and steal the ID number from another phone?

      Not any more with this phone than any other... Even if you wll have the kernel's source, you won't have any more access to the hardware than on any other phone.

      Do I get source?

      Yes, but only to the kernel. (there is *much* more in there)

      Can I recompile the phone OS and reinstall it?

      Sure, with some fine soldering and steady hands, but the bootstrap code in the phone won't accept the new kernel unless it's signed with the correct key. So, it's useless.

      --
      echo '[q]sa[ln0=aln80~Psnlbx]16isb572CCB9AE9DB03273snlbxq' |dc
    7. Re:Is a Linux phone hackable? by aallan · · Score: 2, Informative

      Not unless there is one written in Java.

      There is at least on pure Javaimplementation of SSH, MindTerm. Its pretty reasonable. How it is portable to MIDP, which is presuambly the flavour of Java we're talking about here is questionable...

      Al.
      --
      The Daily ACK - Eclectic posts by yet another hacker
  3. Re:In Communist China... by jwang · · Score: 5, Informative

    Yes, they do run Linux. Most people in the cities own mobile phones. In fact, there are more mobile phones in use than land-line phones.

    You'd be surprised at how capitalist China is. It's fast becoming a highly affluent society, and the companies that get in on the market are going to win enormously - those that don't are going to be left behind.

    I don't know where you got the idea that people can't afford electronics there, but it's a pretty dated notion. At least 10 years out of date, I'd say.

  4. A760 by Mr_Silver · · Score: 4, Informative
    Motorola's A760 is their first Linux phone. Although it has a Linux O/S, it runs Java and all the applications are written in Java. There is no way to hit the underlying O/S.

    Plus, my old boss once told me that Motorola's sole purpose in life is to make crappy phones at a great loss. Anyone who has ever had the mis-fortune of using one of them will know that in order to beat the Nokia's of this world, they need to fire their entire UI team and replace it with people who actually know what they are doing.

    Sure, it runs Linux and it's got that geeky appeal. But don't get carried away, it's still the same experience that all Motorola phones have.

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
    1. Re:A760 by jwang · · Score: 5, Informative

      I don't know where you get your information from, but I was involved in the development of the A760. In reality, the core phone functionality is built on Qt and can be extended via Java.

      This is the same model all the Motorola PDA-phones have taken in the past. They've actually had them for around five years now, but the idiots in Marketing didn't think they'd sell outside of China.

      By the way, you can tell your old boss that I have my own boss to decide whether or not to fire me.

  5. Be careful what you wish for... by pork_spies · · Score: 5, Interesting

    OK, so world domination is now within reach, but think of the consequences.

    I think a biggish fork (or probably forks) cannot be far away as Linux transitions from the current server/plaything position to the OS of choice.

    Why should 1/4 of the population of the world have their software controlled, however benignly, by some hacker bloke in the US?

    Of course, this might not be a bad thing: lots more resources will flow in, but it might be just too difficult to expect the current system where there is one central repository and everything else is a patch off that, to continue.

    To an extent all of this is prefigured in today's world, but just as with the Unix wars of the 1980s, the future will probably see lots of people talking about "Linux" when their systems are incompatible at a fundamental level.

    But that is the price we will have to pay to play in the majors.

    1. Re:Be careful what you wish for... by pork_spies · · Score: 2, Interesting

      Well, the thing is that, thanks to China, 90% of the world's software ain't going to be controlled by Redmond - it will be FOSS.

      All I am saying is that we are about to hit uncharted waters and as a result the paradoxical behaviour examined in The Cathedral and the Bazaar - ie that hackers are free to fork but don't, may break down when the market expands very, very rapidly - as it will if and when mobies go FOSS.

      The thing to think of is the scale - in Europe maybe one in five to one in 10 of the total number of people have a computer, but more than one in two have a mobile.

    2. Re:Be careful what you wish for... by rsheridan6 · · Score: 2, Insightful

      Anyone can start their own fork if they want to, but it would be a pain in the ass to maintain, and it would be a lot of work to incorporate any future improvements in the main branch into a new fork. That would be expensive, and there would have to be a pretty compelling reason to go to that trouble. I don't see why anyone would do that unless Linus and co. stop doing a good enough job at maintaining the kernel.

      --
      Don't drop the soap, Tommy!
  6. Frameworks by ultrabot · · Score: 5, Informative

    Now they should just port the UI and other frameworks from Symbian. Having a (C++) source code compatibility w/ Symbian OS would be a boon.

    It will be interesting to see how Nokia and others react. The interesting thing isn't that it is based on Linux, but rather the fact that it's using Java extensively. Will also the lower level stuff be done in Java? In Symbian circles most of the "serious" stuff is done in C++ (ish), but we'll see whether the sledge will turn at some point. Phones are (still) very memory-cramped environments, and require design decisions that differ from normal Linux application design.

    --
    Save your wrists today - switch to Dvorak
    1. Re:Frameworks by pesc · · Score: 2, Interesting

      Now they should just port the UI and other frameworks from Symbian

      Yes you can develop C++ code for Symbian, but to use their SDK you must use Windows.

      Considering that Symbian presents themselves as the alternative to using software from Microsoft in their phones, I think it sux big time that all Symbian C++ developers must use Windows anyways. Clever!

      --

      )9TSS
    2. Re:Frameworks by neglige · · Score: 5, Insightful

      It will be interesting to see how Nokia and others react.

      Honestly, I don't see Nokia, Siemens and Ericsson (Sony) switching to Linux. They have invested time and money into Symbian, and they have the necessary market share (at least in Europe and the US) to sit tight. Japan is another huge market, but tightly controlled by NTT DoCoMo. Device there vary very little.

      IMHO, it all boils down to the question whether China really is the market of the future. Sure, it has a large population, and there are currently no mobile phones. But is the infrastructure alread there? What good is a phone without the network? Most likely, they will focus on cities with a high population density. But that will also reduce the number of people, although I admit I have no idea how many chinese live in the urban areas and how many in the rural areas.

      Bottom line: designing a phone exclusively for the chinese market can backfire. And why do so? A Linux powered phone may also sell in Europe and the US. Why neglegt those markets?

      --
      My cats ate my karma. They also wrote this comment.
    3. Re:Frameworks by Mr_Silver · · Score: 4, Insightful
      It will be interesting to see how Nokia and others react.

      They'll do nothing. Just because Motorola is selling their share of Symbian to Nokia and using Linux as the OS on their phone doesn't change a thing.

      Linux isn't the be-all and end-all to everything. Symbian is an excellent operating system designed for mobile phones and Nokia et al have pumped loads of money into Symbian and will continue to do so in the future.

      It makes absolutely no business sense whatsoever to jump ship from a proven O/S to one that is the geeks choice just because one company has done so.

      As far as Nokia is concerned, as long as Motorola don't use Microsoft, they're happy. Nokia, like others, fear that a market with Microsoft as the dominating software provider will turn the phone market into something similar to the PC market (with hardware vendors getting tighter and tighter margins and Microsoft raking in all the money).

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    4. Re:Frameworks by Midnight+Thunder · · Score: 4, Insightful

      IMHO, it all boils down to the question whether China really is the market of the future. Sure, it has a large population, and there are currently no mobile phones.

      Sounds like you've never been to China or aren't in touch with the state of affairs of the country. When China decided to put in place a telephone infrastructre they went wireless, simply because it was the cheapest and fastest way to provide access to such a large teritory. To give you an idea of the coverage, check out the coverage map of China Mobile Communication Corp. Most people I met in China had mobile phones. In fact the coverage over there makes the setup in North America look terrible.

      --
      Jumpstart the tartan drive.
    5. Re:Frameworks by Anonymous Coward · · Score: 2

      What's the benefit of running Linux on a cell phone over Symbian or PalmOS or even, dare I say it, WinCE?

      A cell phone should be a phone first and a data device second. As such, the most important aspect other than phone reception and voice quality should be battery life and UI. Once that's taken care of, it becomes safe to add additional PIM functionality and games.

      Would Linux be a more efficient OS than Palm or Symbian (i.e. provide better power management and thus longer battery life)? I'm not trolling, just curious as to why one may choose Linux over the alternatives... licensing issues aside.

    6. Re:Frameworks by npyu · · Score: 2, Informative

      Well from my (limited) experience of China in both the cities and the countryside, I can tell you that the network is very good (the best I've seen yet, better than western europe's or america's), both in strengh (maybe the nodes are overpowered and present health hazard though) and in terms of the area covered (I was able to pass phone calls from "lost" parts of the great wall or from the middle of nowhere in the countryside).

      If you add the facts that both phones and communications are quite cheap there, and that the chinese youth is hitting the market quickly and in great shares (even drawning their parents in), you can see (IMHO) that China _is_ the market of the future.

      --
      - - - Somehow we go on...
    7. Re:Frameworks by Cato · · Score: 2, Informative

      Re your astonishing comment: "[China] has a large population, and there are currently no mobile phones." - which planet are you on? Aren't you remotely aware that China is developing very fast and has a huge mobile market?

      There are in fact 250 million mobile phone subscribers in China as of end Aug 2003, which is far more than any other country including the US. See http://www.siliconvalley.com/mld/siliconvalley/664 8761.htm for the details. I expect China to have more subscribers than the US or Europe within a few years, given its population and rate of development.

      I agree that nobody using Symbian is going to switch to Linux in a hurry though - only when the $7 per phone royalty from Symbian becomes an issue (maybe when phones cost $50 or so to build vs the $300 plus that I guess they cost now).

    8. Re:Frameworks by harriet+nyborg · · Score: 2, Insightful
      It makes absolutely no business sense whatsoever to jump ship from a proven O/S to one that is the geeks choice just because one company has done so.

      The issue, Mr. Silver, is applications. Nokia, Motorola, Sony-Ericsson, Siemens have all be very successful making radiotelephones, but none of them has a clue what to do beyond voice.

      A camera on a phone is not going to generate network traffic.... when mobile phones first came out on the market people got a kick from saying "hi mom, guess where I'm calling from?" adding a camera will only generate a bit more traffic in the form of "look where i'm calling from," but it's not going to fill network capacity.

      mobile phones, because they are small and battery operated, will never generate internet levels of traffic because for the simple reason the browser window is too small.

      radiotelephone companies should be wise enough to know they are not experts in creating the content and applications needed to generate the amount of traffic wideband cellular needs to be profitable, but so far none of the giants has been willing to admit this... until now.

      opening up the OS to Linux means that there will be a greater opportunity for small developers to create new applications to run on Motorola's mobile phones.

      it's a clever move on Motorola's part which would seem to me to has little to do with whether or not Symbian, or Windows CE, is "better" than Linux.

      the "killer app" for third generation phones remains to be found. Motorola's choice of Linux is an admisstion that they don't have one, and they don't have a clue what it will be... otherwise they would keep their OS proprietaty.

      in other words.... the 3G killer app is out there waiting to be invented.

      hopefully, the developer who invents it will not be stupid enough to make her killer app open source so that the big companies can rob her of her just rewards.

  7. Re:In Communist China... by winkydink · · Score: 5, Informative
    I don't know where you got the idea that people can't afford electronics there, but it's a pretty dated notion. At least 10 years out of date, I'd say.

    The average annual salary in our high-tech company (about 75% engineers.. offices in Beijing & Shenzhen) is less than RMB100k (about US$12k), but yes, everybody seems to have cell phones...

    --

    "I'd rather be a lightning rod than a seismometer." -Ken Kesey

  8. Re:Linux On the Phone ;0 by ultrabot · · Score: 2, Informative

    . But if they were open source. Think of the posiblitlys. ahhh to dream of a day when all is free to tweak :)

    They are free to tweak already. You can download a public SDK for various Symbian OS versions, and build applications for your phone (3650, 7650, etc.). The Symbian OS is not particularly open, but in SDK's you have the docs, the header files and the libs. All of the stuff you would need for basic application development. There are also books that detail Symbian OS development available.

    --
    Save your wrists today - switch to Dvorak
  9. Re:More importantly... by vidnet · · Score: 2, Funny

    I can imagine the CS classes.. "And before we start, I'd like to ask everyone to please turn their cell phones ON!"

  10. China, China, China... by evilviper · · Score: 2, Insightful

    I know it's a big market opening up, but I have a hard time understanding why companies are going so far, as to focus all their efforts into making products that will work for China... Sure, there's lots of people, but a great many of them are poor, and couldn't care less if Cisco is making a router that deals better with the climate in China.

    I think China has become an almost fictional ideal now. RIAA/MPAA have "piracy", and the electronics sector has "China". It's just become that thing that companies tell the investors is key, and if they can take care of it, money will fall from heaven...

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    1. Re:China, China, China... by Izeickl · · Score: 2, Insightful

      A great many are poor, but just as many are becoming a new breed of Chinas middle class, with extra income, and a western lifestyle expectation. Even if 70% of people in China are in poverty, that leaves millions to buy your products in an as yet unsaturated market.

  11. If anything KILL the phones that use Windoze CE by Biff98 · · Score: 2, Interesting

    I mean, I accept that I have to take one or two times out of the week to patch my one Windows box, but if I had to do the same with my mobile on the same frequency??? And probably need Winblows desktop to run the program that upgrades the firmware of my phone??? God I can see it now... "Today an unprecedented weakness in Microsoft's Windows CE allowed attackers from all over the world to gain access to an unknown number of cell phone users personal contact information. Microsoft says it is looking into the matter and does not have a patch available, or a means for getting the patch onto the phone. In other news....."

  12. Re:In Communist China... by doctor_oktagon · · Score: 2, Funny

    Rubbish!

    How much of the population of China is in one of the major cities?

    A very small part - the bulk of the population is poor, poor peasants who either tend fields or work in sweat-shops making Louis Vitton bags for the West.

    It's going to be a long, long while before China stops becoming a poor nation and >20% have mobile phones!

    Don't think a few pretty skyscrapers in Shanghai heralds a turnaround in the entire country yet!

  13. Re:In Communist China... by jwang · · Score: 2, Informative
    Disclaimer: this only applies to the cities. I have no idea what life is like elsewhere in China

    Well, the relative prices of things are pretty different in China. Basic goods are very, very cheap. We're talking 1/10th the price for most food, clothing, and basic household items. Electronics are more expensive than in the US - for example when the V60 first came out it was something like US$500. Real estate also is very expensive - I don't remember exactly how much, but definitely comparable to the US. There's also the issue that you can't own land outright in China, you can only buy 99-year leases from the government (but that's another issue entirely).

    The biggest lifestyle difference I can see is that most people don't own cars in China. I wonder how much money a year they save from that...

  14. The future is here already ... by OMG · · Score: 2, Interesting

    Look at this mobile from Motorola with GSM/GPRS, GPS and Linux. It also includes PDA functionalities and has the size of a credit card.

    The only weak point may be the way you enter characters: with a jog-dial.

    The future looks promising to me ;-)

  15. At the risk of being a wet blanket... by KC7GR · · Score: 2, Interesting

    Mobile phones are indeed a nice thing to have, BUT... has anyone, be they manufacturer, reseller, or even end user, given any thought whatsoever to the issue of disposal and recycling of outdated or "obsolete" (I loathe that word) phones?

    "Planned obsolescence" may be considered a Good Thing for helping to keep phone manufacturers in business, but what I'd like to know is how recyclable older phones are. What are manufacturers doing to recycle the materials in older units into newer ones, thus helping to keep toxic electronics residue out of the landfills?

    Is anyone in any position of authority asking (and getting good answers) to this question? Or are we all going to find ourselves, eventually, living in condos built out of retired computer and mobile phone parts?

    --

    Bruce Lane, KC7GR,

    Blue Feather Technologies

    1. Re:At the risk of being a wet blanket... by Midnight+Thunder · · Score: 4, Interesting

      In Europe the task of recycling is being given to the manufacturer of the hardware. The idea being that in many cases manufacturers make their stuff so it is cheap to make, but not necessarily cheap to dispose of. Now manufacturers have an incentive to make products with recyclable materials, because they also need to take into account the cost of recycling.

      --
      Jumpstart the tartan drive.
  16. Not potentially the biggest market... it is NOW by gotr00t · · Score: 4, Informative
    If you check the statistics that are avaliable in many places (such as this one) you will see that the United States is actually second in the number of cellular phone subscriptions sold, and it is actually China that is number one in volume right now.

    Sure, you may be wondering how most people manage to possibly even get by on a $50 paycheck a month, but realize that that is the national average, where all sorts of people are factored in. In a land of such contrast, there are still tons of terribly rich people, and those who earn upwards of $1200(USD) a month are not that uncommon.

    80% of China's population is into agriculture, and only 20% of them are priveledged enough to be urbanites, but if you do the math, that would mean that there are more people living in cities in China than there are in the United States. In a place where image is everything, it is inevitable that cellular phones have become extremely popular, if not ubiquitous. On the street, almost everybody (and I mean somewhere like 9 out of 10 people) has a cell phone. It is no wonder why Motorola is considering this vast market, because this is only the tip of the iceberg. This many cellular service subscribers only indicate a market penetration of 13%. Imagine the profits of market penetration somewhere upwards to 50%.

  17. The future of mobiles.. by CausticWindow · · Score: 2, Interesting

    is Symbian OS, not Linux, not WinCE.

    Names like Nokia, Sony/Ericsson, Siemens Fujutsi, etc. are pretty dominant in the mobile industry.

    --
    How small a thought it takes to fill a whole life
  18. Huh? by cacheMan · · Score: 2, Informative

    Port the frameworks from Symbian to Linux? Why? What Motorola seems to be saying is that it doesn't really care which OS is running on the phone, everything that the user will see will be done in Java. All else being equal, why would Motorola choose Symbian. It doesn't need any of the UI/PDA stuff that Symbian provides because MOT just wants to run Java on top of it. For that reason, Linux is ideal, it can be very minimal and has a good java VM.

    You're right about the fact that Linux being the lower layer isn't that important. I just don't understand why Motorola would port, or have any other interest in Symbian with regards to their Linux phone offerings.

  19. ..last I heard... by THEbwana · · Score: 2, Interesting

    ...you could only get their "official" (j2me) development tools from Metrowerks... one thing though:they dont run under Linux (!).
    So - they expect you to develop platform independent java apps that deploys on a Linux based device by using a Windowsbased ide. Stupid or what?
    They should take a look at what Nokia is doing.. series 40/60 symbian ide? - download their ide (based on Forte/NetBeans) for free, develop under Linux and deploy to the device without having to artificially and needlessly introduce another OS in the equation..
    Wake up Motorola! /m

  20. The immorality of Open Source by Anonymous Coward · · Score: 5, Funny


    Having read the article thoroughly, this startling news shows the flaws in the brewing Open Source Zeitgeist that is gripping the software community. Have you considered that providing software for free to countries such as China is essentially tacit support for oppressive regimes?

    Far-fetched? Think about it: With MySQL, the People's Army will now be able to do multiple queries on their tables of democratic activists in Olog(n) time instead of lengthy searches in card catalogs. The bureaucratic overhead previously allowed activists enough time to flee the country. How about building cheap firewalls so the people can't get the unbiased reporting that CNN provides? Or using Apache to publish lists of Falun Gong people to their police forces instantly? I doubt that never crossed your minds when you were coding away in your parents' basements. Consider putting that little thought in your mental resolv.conf file.

    If that does not concern you ( which it probably doesn't, since the slashdot.org paradigm is publishing articles about how not to pay for things ), consider something else. When China eventually goes to war with Taiwan, we want to be able turn their command and control facilities into the computing equivalent of a train-wreck. One of the advantages of Windows never mentioned in the article is the ability of Microsoft to remotely deactivate Windows XP in the case of a national emergency. Thanks to GNU/Lunix, Taiwan will be on a collision course with the mainland in the near future.

    Which throws into question Mr. Stallman's motives. A known proponent of socialism, the Chinese government and RMS are natural allies. Could it be a back door to Stallman's dream of an uber-Socialist United States? We may never know for sure. Next time you consider contributing to an open source project, ask yourself this question: don't you want to make sure your work isn't used for nefarious purposes? Will you risk having blood on your hands?

  21. I smell a trend by Felinoid · · Score: 3, Interesting

    PDAs and Cell phones are going more and more to java for applications so phone and PDA makers are now looking more at what makes the best operating system to drive java.

    Linux is free and you get to dictate the hardware specs. You don't get this with Palm or Windows CE.
    This makes Linux an idea operating system to run java applications.

    But this won't take us any closer to a Linux on the desktop than we were before and with the applications in java there will be a big os battle with the applications remaining portable between them.

    It sells phones and it costs less. But that won't alwasy mean a cheaper phone.

    --
    I don't actually exist.
  22. My choice of platform kills it. by tjstork · · Score: 4, Funny


    Oh my gosh. I just spent 3 years writing an application for Windows, and now Windows is done. Before that, I spent a year on OS/2, and OS/2 was killed by Windows. Before that, I spent a few years working on Commodore Amiga, and that was killed by PC Clones, and before that, I was big into Atari 800, and that was killed by Apple...

    If I write something else for Windows, christ, MS will file bankruptcy...

    --
    This is my sig.
  23. Too bad Motorola phones suck balls by melted · · Score: 2

    Not by themselves (there are phones that are worse than those Motorola makes), but when compared to Nokia and Sony they do. Motorola was my first cell phone and it was bulky as hell, had a huge antenna and drained batteries really quickly. After 3 or 4 months of struggling with it, I bought myself a Nokia and Philips for my wife. They both (even Philips) were MUCH better than Motorola. Lighter, stronger batteries, better UI.

    As to Linux in my mobile phone... I don't know about everyone else, but I _TALK_ on mine. And for me the ability to keep a phone book and make calls are the main features. If I need games on the road, I'll buy gameboy advance. If I need web, I have a laptop. If I need a digital camera, I have a digital SLR.

  24. Benefits from Linux on mobile phones ... by Slayer · · Score: 2, Insightful

    A phone maker mostly benefits from being able to tinker with the system and not having to pay license costs per unit sold. Regardless of how Palm or Microsoft charge for licenses, they try to make money somehow with something similar to what linux folks have written for free.

    A more important question is why Slashdot folks should bother (as normal user you never see the underlying software of mobile phones anyway). Here the point is that if a player comes close to dominating the market, they tend to lock out competitors from associated markets.

    Example: If MS dominates the mobile phone market, they'll make damn sure that only Windows PCs or WinCE devices can connect to their phones. Similar things could be imagined if Palm dominated the phone market and you'd try to connect random PDAs to your phone.

    If linux is the underlying OS, there is a moderate to high chance, that open protocols are used for linking a PC or PDA to your phone (Motorola, Nokia, Siemens has no direct reason to actively lock out other OSs or PDAs). Linux and *NIX folks might have to reverse engineer some protocols, but aren't expected to be actively prevented from doing so (e.g. through patents or DMCA-crap)

  25. Re:In Communist China... by gotr00t · · Score: 2, Insightful

    Just think though... you're right that the majority of the Chinese population is very poor, but remember that the 20% or so of the population who reside in urban areas is still a HUGE amount of people, and just a bit less than the entire population of the United States.

  26. Re:No business sense? by Mr_Silver · · Score: 4, Insightful
    Sure it does. I can think of 3 reasons off the top of my head: lower production cost

    How would either of them be cheaper? Both Symbian and Linux are for low powered devices. Putting the code onto a chip would be the same cost.

    Symbian 0 - Linux 0 (both equal, no points)

    no licensing fees

    True, however the reason behind the licencing fees is so that Symbian can recruit people and pay them to develop full time. If you were going to go with a Linux based solution you'd have to pay for the development yourself. Also, most of the companies who are using Symbian have shares in the company and agreed the licencing model themselves to directly ensure they don't get screwed. Symbian cannot do a Microsoft here and pull a bait and switch tactic since they are owned by the very same companies that they do business with.

    Symbian 1 - Linux 0.5

    competitive advantage

    Symbian is already out there, already proven and already has applications written for it. Linux in the mobile arena isn't as proven, isn't already written with the mobile in mind (there would still be a lot of work required), requires that companies give away their competitive advantage (through the GPL licence) and has far less applications written for it.

    Symbian 2 - Linux 0.5

    I still see no reason to jump ship. Even if other companies jumped ship, it won't signal the death of Symbian.

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
  27. Gripes from a former Moto user by harlemjoe · · Score: 2, Insightful

    I have owned now three subsequent GSM generations of Motorola phones -- starting with the clunky big StarTac, moving on to the little one, and then finally settling on one the Motorola tribands ( I am in and out of the US a lot ) .

    I have hated all but the first with a passion, and for only one reason -- interface design. Everything about these phones was non-intuitive and counterintelligent. To read ones own text messages would take at least 5 keypresses. The phone book display was set up so that only part of the number could be seen at one time, seriously stressing my short term memory.

    Most irritating was the fact that the Yes and No buttons are inverted on Motos (vs. Sony Ericsson or Nokia) and hence when others would answer my phone for me, they would often disconnect the calling party.

    I have since jumped ship to Nokia, now that their tribands are affordable, and have never been happier.

    Somehow I predict a similar convoluted and dire interface (not to mention closed to the average hacker) for Moto's linux solution. Don't be too excited, I've worked with Motorola phones before, and hope to never again.

    --
    shooting is not too good for my enemies