> These aren't the droids you're looking for.
fake-droid is a small Ruby library for generating test data in the Android emulator (At the moment only SMS).
Synopsis
$ gem install fake_droid
require 'fake_droid'
droid = FakeDroid.new
10.times { droid.fake_sms }