Adroid Dev Phone 1

I just ordered the Adroid Dev Phone 1, an unlocked Android device available through the Developer Console.

Price: $399.00 USD

Overview

Run and debug your Android applications directly on a device. Modify and rebuild the Android operating system, and flash it onto a phone. The Android Dev Phone 1 is carrier independent, and available for purchase by any developer registered with Android Market.

Development Platform Features

  • SIM unlocked - Put any SIM in the device
  • Hardware unlocked - Rebuild the Android operating system, and load it onto the device
  • Test out your apps on real hardware before publishing them to the world

Hardware Features

  • Touch screen
  • Trackball
  • 3.2 Megapixel camera with auto focus
  • Wi-Fi
  • Bluetooth v2.0
    • Handsfree profile v1.5
    • Headset profile v1.0
  • 3G WCDMA (1700/2100 MHz)
  • Quad-band GSM (850/900/1800/1900 MHz)
  • QWERTY slider keyboard
  • Includes 1GB MicroSD card (Can be replaced with up to 16GB card)
  • Included in the box
    • HTC Android Dev Phone 1
    • USB Cable
    • AC Adapter (with US plug)
    • Stereo Hands-Free Headset
    • Battery
    • Getting Starting Guide
    • 1G Micro SD Card (inserted into Device)

Software Features

  • Real web browsing
  • Customizable home screen
  • One-touch Google Search
  • Android Market
  • Full-featured Google applications:
    • Google Maps
    • Gmail
    • YouTube
    • Google Calendar
    • Google Talk
  • SMS and MMS
  • Music Player

OS X’s GNU Screen - Open in the Current Working Directory

How to get GNU Screen working properly in Mac OS X.

Link: http://code.google.com/p/silassewell/wiki/ScreenOSX

Four Ways to Make Safari Better

OS X GNU Screen Proper Bash Prompt

How to get GNU Screen working properly in Mac OS X.

Link: http://code.google.com/p/silassewell/wiki/ScreenOSX

Gracefully restart Apache in Debian

alias graceful="sudo /usr/sbin/apache2 -t && sudo /etc/init.d/apache2 stop && sleep 2 && sudo /etc/init.d/apache2 start"

Simple Shell Script to Manage SSH Tunnels

A simple shell script for managing SSH tunnels.

Link: http://code.google.com/p/silassewell/wiki/ManageSSHTunnel

Better Terminal Font in OS X (GNOME)

With the release of Leopard (OS X 10.5) came a sufficiently usable Terminal (aka tabs). The only real complaint I had was the font.

I ended up tracking down the default font used in the GNOME terminal and installed it using the steps below:

  1. Download Bitstream Vera Mono 1.10
  2. Extract the archive
  3. Double click on VeraMono.ttf
  4. Click Install Font
  5. From Terminal click Terminal->Preferences
  6. To the right of Font click Change…
  7. Select Bitstream Vera Sans for the Family
  8. Select 12 for the Size
  9. Close the Fonts window
  10. Enable Antialias text under Text
  11. Restart the Terminal