HowTo: Extract MMS Attachments from Android
Needed Software:
SQLite3explorer
Needed Files:
/data/data/com.android.providers.telephony/app_parts/*
/data/data/com.android.providers.telephony/databases/mmssms.db
Load mmssms.db in SQLite3explorer and execute...
SELECT ct, _data, name FROM part WHERE ct LIKE 'image%';
should return something like..

Then just rename the PART_######### file(s) to something with the correct extension, like "image_1.gif"

twitter+btjunkie+yahoo pipes
http://twitter.com/newMovieTwit
My newest yahoo pipes and twitter creation.
Links to btjunkie right now, that may change.
enjoy
[update:12:28:09]
added a few regex to try to clean up the formatting of test being passed to btjunkie
Digg the Blog » Blog Archive » digg.git – part 1
Digg the Blog » Blog Archive » digg.git - part 1. : Digg.com switch to git
Twitter ‘bot’ in bash
My little twitter 'bot'
This little guy will twitter random facts each time it is ran (cron job) upto 140 - the total length of hash tags


