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"

4Aug/090
How To: Hackintosh a Dell Mini 9 Into the Ultimate OS X Netbook – Dell mini 9 hackintosh guide – Gizmodo
24Mar/090
Education: Academic Earth Aggregates Lectures from MIT, Harvard, Yale, and Others
Education: Academic Earth Aggregates Lectures from MIT, Harvard, Yale, and Others.
I have been watching the Stanford lectures for a few months now in an attempt to recall my programing classes from years ago.


