I have been playing around with my Android Developer Phone (ADP) for about 2 weeks now, and this are my thoughts on it so far.

Wireless connection (Wi-Fi/3G)

The Wi-Fi range is a bit limited, with my laptop I get about 80% signal quality in my living room, but the ADP only gets “fair” or no connection.

Another issue is that some times the phone will not connect to a remembered network (it might be a problem with hidden SSIDs), and the only way to fix it is to delete the saved network and add it again, which is highly annoying if you have a 64 char WPA2 passphrase :).

I can’t really say anything about the quality of the 3G, because coverage is rather bad where I live and where I work.

Screen

Even though I run the screen at lowest brightness setting it is still bright enough to see it in sunlight (well it is winter right now, so the sun isn’t that bright). Sometimes it takes 2-3 tries to select something on the screen, probably because I tap on it to quickly/lightly.

I have found some nice wallpapers on InterfaceLIFT. I download the images in 800×480 and crop the image to fit the screen.

Audio

The audio player that comes with Android works well, and the sound quality is better than my old iPod mini 4Gb. I have upgrade the 1Gb MicroSD to a 16Gb MicroSDHC class 2 card and stuffed it full with music, and it works great. It’s nice that file formats other than mp3 are support (e.g. ogg vorbis).

It took me a while to get album covers to show up in the player, but after I tried Banshee (which supports the G1 out of the box), I discovered that I should just rename my cover.jpg files to AlbumArt.jpg :). Bash one liner to do this:

find . -name "cover.jpg" -print0 | while read -d $'\0' i; do j=`dirname "$i"`; mv "$i" "$j/AlbumArt.jpg"; done

A nice features is the ability to control the music player using the button on the headphones’ cable.

Applications / Android OS

The applications that come with the G1, like Gmail, browser and messaging, are easy to use and just work. Please note that I had a PalmOne Treo 600 before the ADP, so everything is super compared to it ;).

I have installed a couple of extra applications (either from the market place or directly from webpages) that you might find useful:

  • Connectbot: establish ssh connections to servers, supports ssh keys
  • AndFTP: upload/download files via ftp/sftp
  • Terminal: gives access to the ADP’s Linux shell
  • Anycut: create shortcuts to applications or activities like text a specific contact

The Android OS feels stable and relative mature, and I have only experienced one major crash. It happened just after adding 14Gb of music to the sd card, and I was playing around with the headphones while the player was busy creating thumbnails of the Album art. Suddenly the player forced quit, and then the sd card could not be accessed, neither by the player nor could I mount the card on my computer. I could only make it work again by reformatting the card, and copying all the music on to the card again.

Camera

Light years ahead of the crappy camera in the Treo 600, takes good pictures, but I don’t see me using it much.

When I took the phone out of the box, the small plastic cover above the camera lens was lose and still does not sit flush with the rest of the back cover, but I’m sure it can be fixed.

Keyboard

I like the keyboard, the keys are not to small and provide excellent tactile feedback. My only issues are:

  • I often hit enter when I want to hit del, and the other way around, but that’s probably me having to get use to the placement of the keys
  • Danish characters (æøå) are slow to type, first you have to long press a (for æå) or o (for ø) and then either use the trackball or touch screen to select the character (you can also use enter to type the selected character, and space to select the last character)

I’m used to my phone no having auto completion, but it would speed up typing words with Danish characters.

Overall

Although I have limited experience with smart phones, I really prefer the ADP when I compare it to my friends iPhones or HTC phones running Windows Mobile. My girlfriend also really likes it and is defently going to buy the regular HTC G1 when it hits Denmark.