6Mar/100
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"

20Dec/090
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
28Oct/090
How to install Android SDK and play with Android 2.0 in the emulator – Android and Me
How to install Android SDK and play with Android 2.0 in the emulator – Android and Me.


