codehydra.com | Innovation through brute force

Archive for March 2010

I have not said much on the internet about it, but I am going to be a dad.
And the sonograms to determine the sex of the baby are coming up.  So I figured what better way to count it down then w/ a little code. =)

Code from here (why reinvent the wheel..)

**EDIT**

Changed the way the time was calculated to make it easier to read.

Awesome's Countdown

·

APK_Install1

This allows you to install APK files to your android device by right clicking the file in windows explorer.

This was tested on XP(sp3) and a MyTouch3g.

APK install

·

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”

·

Theme Design by devolux.nh2.me