Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Communications Businesses Google Handhelds The Internet Hardware

Google Announces "Open Phone" Coalition, No gPhone [Updated] 225

Ponca City, We Love You writes "USA Today has an advance story on Google's plans to announce a new operating system, geared specifically for cellphones with partners that include Sprint, Motorola, Samsung and Japanese wireless giant NTT DoCoMo. Although details won't be released until later today the new G-system will be based on Linux overlaid with Java and Google hopes to have a branded device ready for worldwide shipment by spring. Mobile Web browsing is notoriously slow and Google plans to change that by providing easy access to the Internet at PC-type speeds. Google plans to basically give away the software developer tools, used by programmers to write new applications. "If you're a developer, you'll be able to develop (applications) for the new Google Phone very quickly," said Morgan Gillis of the LiMo Foundation. AT&T and Verizon Wireless are noticeably absent from the coalition not wanting to support a device that favors Google over other providers. Sprint, the No. 3 carrier, supports the coalition, but it hasn't formally agreed to make the Google Phone available to its 54 million subscribers." Update 1727 GMT by SM: It's official, Google is releasing the mobile "Android" OS in place of the Google branded mobile phone that many expected.
This discussion has been archived. No new comments can be posted.

Google Announces "Open Phone" Coalition, No gPhone [Updated]

Comments Filter:
  • AT&T? (Score:1, Interesting)

    by thatskinnyguy ( 1129515 ) on Monday November 05, 2007 @09:30AM (#21240331)

    AT&T... [is] noticeably absent from the coalition not wanting to support a device that favors Google over other providers.
    WHAT?! They support devices that favor Apple over other providers. Does anyone else see this hypocracy?
  • by $1uck ( 710826 ) on Monday November 05, 2007 @09:36AM (#21240393)
    So what version of Java? Micro Edition? or full blown Java?
  • Really.... how? (Score:4, Interesting)

    by EveryNickIsTaken ( 1054794 ) on Monday November 05, 2007 @09:39AM (#21240423)

    Mobile Web browsing is notoriously slow and Google plans to change that by providing easy access to the Internet at PC-type speeds.
    There is so much wrong with this sentence that it makes me want to gouge my eyes out. I wasn't aware that PC-type is suddenly a benchmark for speed... and how exactly is changing the OS going to make cellphone browsing that noticeably faster?
    Also...

    One caveat: You'll have to use Google for navigation
    Do no Evil, eh?
  • How open is open? (Score:3, Interesting)

    by KenRH ( 265139 ) on Monday November 05, 2007 @09:46AM (#21240485)
    The article states it will be linux-kernel + java, and of course it will be google servises as default for everyting. That is all fine.
    But my question is; what if I want to use other services, will that be possible/difficult?
  • by LingNoi ( 1066278 ) on Monday November 05, 2007 @09:47AM (#21240489)
    Isn't openMoko and others (something QT) developing an open platform mobile OS already? Why not just take what they've done and fork it or help out. What's the point in yet another open mobile platform when there are already people that have half finished implementations.

    Oh I get it. This open platform would be closed from the public to tinker with and actually only be available to the mobile phone providers? Is that the idea?
  • by Constantine XVI ( 880691 ) <trash,eighty+slashdot&gmail,com> on Monday November 05, 2007 @09:48AM (#21240501)
    AFAIK, Sun is working on deprecating JavaME, and since Java's OSS now, it opens up the possibility of Google porting Java to the platform.
  • Re:Privacy (Score:3, Interesting)

    by BuR4N ( 512430 ) on Monday November 05, 2007 @09:57AM (#21240569) Journal
    Wonder if they plan to (with the assistance of the carrier) to serve up local ads based on where you are positioned when you make a search or accessing any other Google service.

    In metro areas where the phone network is fine grained, the positioning is quite accurate.
  • by biggyfred ( 754376 ) on Monday November 05, 2007 @10:03AM (#21240623)
    What does this potentially mean for joe users like myself as far as interoperability with linux programs? Does this mean a platform that will be friendlier with syncing? Does it mean a competitive alternative to the WM phone OS? I ask because I really don't know. Any insights on this one?
  • Re:AT&T? (Score:2, Interesting)

    by wolff000 ( 447340 ) on Monday November 05, 2007 @10:04AM (#21240641)
    The only deal they have with Apple is for a single device. I don't see any good reason for AT&T not to join in. This is disappointing since they are my provider. If this platform turns out well I may be changing providers when it comes time to renew my contract. AT&T by the way has snubbed Google on most if not all of their devices. The phones they have come with pre-installed messenger apps and email notification and Google apps are not supported. The best you get is a download for gtalk but it is not integrated so you have to be "online" to use it. The others simple work without having to have the app open. AT&T has gone down hill since they started advertising fewest drop calls. That is when mine started dropping like mad and most of the people I know with service from them have had the same.
  • My plan (Score:2, Interesting)

    by mikiN ( 75494 ) on Monday November 05, 2007 @10:09AM (#21240683)
    For all who are getting a little weary of all those great "Open Phone" initiatives being touted here and there without seeing much practical (affordable, stable, educational, worthwile) upshot coming of them, here's my plan.

    1. Get a small (and I mean 'small', because it'll basically be the footprint of your phone-to-be), well-documented ARM development board, a small keyboard and a display.
    2. Get one of them dirt-cheap GSM bugs (an online store recently mentioned on /. sells them for about $50 a pop)
    3. Find out if it also supports a speaker-output, if and how programmable it is (some GSM bugs have an USB or serial interface on which you can send AT commands).
    4. Hook it up to your board and test it.
    5. Rig the OS for the board.
    6. ???
    7. Have Phun.

    No brand tie-ins, undocumented hardware, binary blobs in the kernel, outdated development toolchains, whatever. Just dial and answer calls, damnit!
  • by TheRaven64 ( 641858 ) on Monday November 05, 2007 @10:43AM (#21241005) Journal

    1. it didnt use AWT. instead they create yet another windowing toolkit specifically for micro devices. i dont understand why it was essentially a copy of awt.
    AWT was intended to wrap existing widgets. This doesn't make sense in a mobile device where there is likely to be little or no existing widget set. Swing would work, but it has higher overheads. The needs of a mobile UI are quite different to those of a desktop one, so a direct port would not make sense.

    2. it didnt allow use of floats/doubles.
    Most mobile CPUs don't support floating point arithmetic. Removing floats from the language makes it obvious to developers that, if they want floating point functionality they are going to need to emulate it. When I learned to program, most desktop CPUs didn't have an FPU. Languages supported floating point ops, but except in rare cases (i.e. someone had bought an external coprocessor) they were all emulated. A single floating point operation can need a hundred or so integer operations to emulate, but came from the same amount of source code as an integer op that took one instruction. This lead to people writing some quite inefficient code because they didn't understand that the cost of a + b varied by an order of magnitude or two depending on whether a, b, both or neither were floating point quantities.
  • by mikiN ( 75494 ) on Monday November 05, 2007 @10:59AM (#21241187)
    (scant reply to post below me)

    If you want data too, skip the GSM bugs (well, maybe some have GPRS feature hidden in their firmware somewhere :-) ) and go for a full-feature GSM/GPRS module.

    These guys sell one [gsm-modem.de] (not affiliated with them, just an example). It's got all you could ask for. Just add an antenna and a battery to your board and you're set.

    Add everything up and you will end up half the price of an iPhone. Best of all, it will run _Your Stuff_, and _Your Stuff_ Only. (_Your_ as in: only the stuff that you decide to put on, no crapola, undocumented "features" or government mandated remotely 'provisioned' (i.e. push-downloaded onto your set while you're not looking) snoop vectors).
  • Sprint = WiMax (Score:3, Interesting)

    by Darth Cider ( 320236 ) on Monday November 05, 2007 @11:16AM (#21241369)
    Sprint has invested heavily in 2.5 GHz spectrum, with 85% coverage of U.S. households. Predicted speeds [dailywireless.org] are 2-4 Mbp/s down and 1 Mbps up. Sprint's partnership with Google was announced in July [washingtonpost.com]. Quote: " '[T]his is not a cellular model,' said Atish Gude, Sprint's senior vice president for mobile broadband operations." At about the same time, Sprint announced a partnership with Clearwire, the other big WiMax spectrum-holder.

    This could really put competitive pressure on telcos, especially if applications development leads to truly useful products. (Instead of silly little widgets.) Who wants a phone that can do less but costs more?
  • by mveloso ( 325617 ) on Monday November 05, 2007 @12:45PM (#21242537)
    I'm surprised that google is going the partner route. One thing that means is that the initiative is almost guaranteed to fail.

    Why?

    Because partners have their own agenda as to why they're partnering with Google.

    Most carriers have long, and somewhat decent working relationships with their platform vendors. Apple comes out, and whacks all those relationships with a stick by producing a device that's arguably far superior to any US phone.

    What are the other carriers to do? The phone OS's functionality is basically specified by the carrier, who picks and chooses various features depending on the phone's price point, how the phone will fit into the carrier's current phone mix, and the competition (not necessarily in that order). Google comes out with something that's "open" , and while it may be interesting, from a carrier point of view, that interest doesn't necessarily mean that it's going anywhere. Given how big Google is, the carriers may be on board just to sink the gPhone ship (welcome to corporate america).

    Only time will tell. Will the gPhone be substantially better than Symbian etc?
  • by Anonymous Coward on Monday November 05, 2007 @01:42PM (#21243393)
    It will be interesting to see how OpenMoko fairs. I was a Linux user for a very long time. I remember when both KDE and GTK+ started off (and remember Enlightenment anyone?). I am therefore a bit skeptical when it comes to open source interfaces. Considering that they were developed by people on their free time for no money, they are great accomplishments.

    Then you have nothing to fear: OpenMoko development is being paid for. It just happens to be open-source.

    HOWEVER, one of the big issues I observed was the inability to really create new ideas. The window managers seemed to always be a hybrid between Windows and OS X.

    That seems backwards to me. Linux desktop developers often don't care about marketshare or backwards-compatibility. OTOH, what has Windows done recently that's innovative?

    I think a big reason for that is that innovation of that kind is really hard to do. It's hard because you have to come up with new ideas, and then you have to convince a bunch of people working on the same project that your idea makes sense. In large group projects, unless there is a clear leader, I think often the design ends up being a compromise between people. Which can make for robust interfaces, but not new. In large group projects, unless there is a clear leader, I think often the design ends up being a compromise between people. Which can make for robust interfaces, but not new.

    Exactly -- and OpenMoko has far fewer developers than Microsoft, or even Google (as you point out yourself). And apart from a few apps (google.com, gmail, gmaps), Google's are not that well-known. With the number of developers they have, and the number of big-name user-facing apps, they've got to have 98% of their workforce either doing server-side architecture stuff, or making user apps that never ship.

    I'm not afraid of OpenMoko sucking. In fact, I'm sure they're going to (inadvertantly) pull a Google-Youtube here: they're going to spend a bunch of time trying to make a kick-ass UI for this, and then somebody else is going to make one that actually *is* kick-ass, and then they're going to throw away what they had and use that instead. They just need to ship the damn thing (release was delayed from last month to next month).
  • Re:Privacy (Score:2, Interesting)

    by Paradise Pete ( 33184 ) on Monday November 05, 2007 @03:48PM (#21245253) Journal
    Next to the big ticket items such as our mortgage, the monthly cell bill is the single biggest expenditure in our budget for two people.

    That I just don't get. Cell phone usage is very expensive and rarely actually necessary. There's not typically a need for people to be constantly accessible, it's just convenient.

    Anybody in their twenties spending large amounts on things like cell phone bills is strangling their older self. When they are reaching retirement that compounded money will likely be rather important to future-old-guy. And he'll be wishing he hadn't made so many stupid phone calls.

    I know it doesn't seem like it, but the future does eventually arrive, and one day you will actually be old and less capable of earning new money. You owe it to that version of you to take care of him now.

    $100 a month spent as a 25 year-old steals (conservatively) $50,000 from the 65 year-old. Is it worth $50k to make those phone calls?

Thus spake the master programmer: "After three days without programming, life becomes meaningless." -- Geoffrey James, "The Tao of Programming"

Working...