Are there any existing android phones that have FM hardware? I assume the FM radio support is for future phones...right?
The HTC Desire does, but it already works there. Most people are speculating that this is one of the "secrets" Google claims is still hiding away in the Nexus One, given that the Desire and the N1 are basically the same inside, and their Broadcom chipset's specs include FM receiver/transmitter.
Android 2.2 (Froyo) features
51–59 of 59 posts
Re: Android 2.2 (Froyo) features
#52Earlier quoted context omitted.
The HTC Desire does, but it already works there. Most people are speculating that this is one of the "secrets" Google claims is still hiding away in the Nexus One, given that the Desire and the N1 are basically the same inside, and their Broadcom chipset's specs include FM receiver/transmitter.
sorry, accidentally hit downvote. On desire here and fm is do much more convenient than web radio.
Re: Android 2.2 (Froyo) features
#53Here's hoping for a software fix for the N1's crappy multi-touch: http://androidandme.com/2010/03/news/is-multitouch-broken-on...
Still a great phone, though.
Re: Android 2.2 (Froyo) features
#54Can anyone elaborate on how JIT is new to 2.2 and how that compares to how <=2.1 handles it? I haven't touched Java in ages, but I thought JIT was a fundamental part of how Java works, so I'm a bit confused.
Suns JDK has had JIT since 1.2 (J2SE in marketspeak), but it is not a prerequisite for Java. It just speeds things up (after a short pause for compile to native).
Re: Android 2.2 (Froyo) features
#55Earlier quoted context omitted.
I picked up the HTC Desire a few weeks back and I have never been happier with a phone, I would sincerely recommend it. It runs Android 2.1 out of the box. http://www.htc.com/www/product/desire/overview.html I have to say, though, it actually looks better in real than it does on the pictures, if looks is anything you care about. Not sure how HTC botched the pictures, can't really put my finger on it.
isn't the problem with those HTC Android phones that you'll get such updates at least half a year later than most other people, which is time needed for HTC to upgrade it's Sense UI?
Also Google is working on making future versions of Android modular, so users can download minor updates through Android Market. Big OS number changes will then hopfully come much more seldom and be reserved for major kernel updates and so on. Hopefully this will make it easier for HTC and others to release updates faster.
Re: Android 2.2 (Froyo) features
#56Re: Android 2.2 (Froyo) features
#57Earlier quoted context omitted.
The HTC Desire does, but it already works there. Most people are speculating that this is one of the "secrets" Google claims is still hiding away in the Nexus One, given that the Desire and the N1 are basically the same inside, and their Broadcom chipset's specs include FM receiver/transmitter.
I'd read (though I can't find the link now) that there's no FM antenna connected to the FM radio in the N1. I'm not sure if that's true, or not... would be a damn shame if so.
Re: Android 2.2 (Froyo) features
#58Until Google seeks the professional services of a graphic designer and a user experience designer to improve the core UI metaphors (like navigation based, tab bar apps, split view based concepts on the iPhone), I won't consider it a serious alternative to the iPhone. This isn't about skin deep beauty. The user experience on the iPhone is better in nearly every way and it deserves just as much attention as technical i…
Re: Android 2.2 (Froyo) features
#59Earlier quoted context omitted.
Android does not have a JVM. While Android applications are written in Java, and initially compiled to Java bytecode, that bytecode is then translated into Davlik bytecode, and saved to a compact .dex executable, and run in the Davlik virtual machine. The Davlik virtual machine is quite different from the JVM. It is optimized for small devices. It is register-based rather than stack-based. It does not (currently) inc…
Very true, except that it's called Dalvik.