Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Google Businesses The Internet Cellphones

Google Mobile Phones Debut in Feb? 127

SpinelessJelly writes "It appears that Google's Android, criticised by Microsoft as vaporware, has sprung to life. Prototype devices are circulating, software developers are experimenting with the SDK and PC-based Android emulator, and there are rumours of a show-stopping debut at February's Mobile World Congress event in Barcelona. Numerous examples of the Android GUI are also starting to leak out."
This discussion has been archived. No new comments can be posted.

Google Mobile Phones Debut in Feb?

Comments Filter:
  • by babbling ( 952366 ) on Wednesday December 26, 2007 @12:15PM (#21821622)
    Try the development kit.

    It comes with an Android emulator, and a few of the Google applications. Included is an address book, a dummy dialling application, a working Google Maps application, a working browser... and any other applications that Android developers decide to write for it.

    The only thing that is missing is the phone hardware, but we've seen pictures and videos of phone hardware running this. I'm surprised the release is so far away considering the resources available and how complete everything seems to be.
  • Re:Comparisons (Score:2, Informative)

    by GamerCowboy ( 954246 ) on Wednesday December 26, 2007 @12:33PM (#21821762) Journal
    The Nintendo DS [wikipedia.org] uses an ARM 9 paired with an ARM 7 and it can make some pretty games run at a good clip. I'm not sure how processor-intensive mobile phone software can get but games are normally considered to be intensive applications.
  • Re:Comparisons (Score:4, Informative)

    by AKAImBatman ( 238306 ) <akaimbatman@gmaYEATSil.com minus poet> on Wednesday December 26, 2007 @12:47PM (#21821864) Homepage Journal

    I've recently benchmarked EP9301 (167MHz) with Nbench, and integer performance rating was 1.8 of Pentium-90.

    OpenGL ES supports floating point or fixed point math. Using floating point is going to severely reduce your performance if you don't have a Floating Point Co-Processor. And fixed point math is incredibly inaccurate, leading to a lot of graphical glitches in pre-accelerator games. (And is *still* slower than pure integer computations.)

    Now remember Doom-I running on a 33 MHz i386-SX.

    Doom was a 2.5D raycaster, not a true 3D engine. Quake is a better comparison. Quake did run on a 90MHz processor, but it also ran in 256 color mode with rather small textures. Model meshes consisted of a handful of polygons wrapped with a single (low-res) texture. Visibility and lighting were pre-calculated using a modified BSP Tree structure that took HOURS to generate.

    Android phones lack such a luxury. Graphics will be produced real-time using high-color, high-resolution textures. Scaling, rotation, and lighting are expected to be smooth and responsive. Graphical output should be crisp with little to no blurring. (Poor rendering quality is VERY bad for on-screen text.) In these situations, a 200MHz processor becomes barely adequate. In fact, it still remains to be seen if it will be able to handle the load.

    It's possible that the phone manufactures who use the 200MHz chip with no 3D accelerator will keep the graphical effects to a minimum. (Obviously, a non-rotated 2D image with GL_ORTHO is going to be WAY faster to render than a full-3D scene with rotation matrices.) But that would tend to put the phone at a disadvantage in the market. The hardware is powerful enough to demand a higher price, but doesn't appear to be a good value when stacked against other smart phones.
  • Re:Comparisons (Score:4, Informative)

    by AKAImBatman ( 238306 ) <akaimbatman@gmaYEATSil.com minus poet> on Wednesday December 26, 2007 @12:53PM (#21821918) Homepage Journal
    The Nintendo DS has two ARM cores paired with one 2D/3D accelerator core and one 2D accelerator core. This gives it two separate rendering pipelines with a maximum output of 120,000 triangles per second on the top screen and a touch-sensitive 2D framebuffer on the other. That's not really comparable with a single 200MHz ARM trying to perform OpenGL ES computations.
  • Easy to develop ... (Score:5, Informative)

    by lakshmanok ( 1208090 ) on Wednesday December 26, 2007 @01:01PM (#21822018) Homepage
    I tried Android out -- we banged out a personalized weather application (even without a GPS chip, Android is capable of triangulating satellites to get within 300m of the user's position, which is sufficient for weather applications). The whole process took under an hour and was easy as pie. [blogspot.com]. So, no it's not vaporware. The hardware may be still be a few months away, but the software is enough to create real-world, practical applications.
  • Re:Designs - RTFA (Score:4, Informative)

    by slashbaby ( 261784 ) on Wednesday December 26, 2007 @01:10PM (#21822134)
    The FA has pictures of hardware that is cobbled together so the engineers have something to work on. It is by no means what it will look like in the end. From the FA:


    And yes, this big drab-looking device is dog ugly - but this isn't a slick made-for-media concept phone, it's merely a functional prototype on which the developers and engineers can tinker (and we all know that as rule, they're not big on elegant design).

    RTFA!!

  • Re:Designs (Score:2, Informative)

    by protobion ( 870000 ) on Wednesday December 26, 2007 @01:18PM (#21822178) Homepage
    RTFA. Its a prototype. HTC put it together. Take a look at other phones by HTC (people who manufacture the O2 XDA phones). They currently come with Windows Mobile on them. It will be great to have Android on them.
  • Re:Designs (Score:2, Informative)

    by sk8dork ( 842313 ) on Wednesday December 26, 2007 @01:24PM (#21822234) Homepage
    you must not have even watched one of the earliest and best android videos yet, much less actually read about it... in the video they explain how the platform will be able to span a range of hardware devices from relatively low end and inexpensive, like the one you're complaining about, to higher end and more expensive with touch screens that span the whole face of the device... check the video out here. [youtube.com]
  • by vhogemann ( 797994 ) <`victor' `at' `hogemann.com'> on Wednesday December 26, 2007 @01:35PM (#21822318) Homepage
    That depends,

    If HTC re-use some of its existing hardware to deploy some Android phones, maybe... I've seem some threads at xda-developers and MoDaCo with people talking about flashing their phones with alternative WinMo versions.

    My guess is: it probably will be possible... but HTC won't support it. Another possibility is that Android might appear as an paid upgrade, but it's very unlikely.

    Mind you that you DON'T need to wipe Windows Mobile to try Linux on your smartphone, there are some bootloaders out there that can boot Linux straight from the expansion card... so we might be able to try Android before flashing it definitely into the phone.

    I have a HTC s710 BTW, HTC make some cool phones indeed.

Genetics explains why you look like your father, and if you don't, why you should.

Working...