I am working on an android app to analyze a users message history.
One major issue is that i need a bank of messages to work with, ideally over a long period of time.
I have found how to send messages to the emulator via telnet but this is A. slow and B. messages are time stamped on arrival.
I would like suggestions on how to programmatically generate a pseudo-random inbox of say, 300 messages (content doesn't matter at this point, but i need a range of times and dates).
Update: As an idea, would it be possible to somehow load my phones (1.5 android) message history to the emulator?