<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92">
<channel>
	<title>codehydra.com</title>
	<link>http://codehydra.com</link>
	<description>Innovation via brute-force</description>
	<lastBuildDate>Sat, 06 Mar 2010 10:58:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>HowTo: Extract MMS Attachments from Android</title>
		<description><![CDATA[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"






		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this [...]]]></description>
		<link>http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/</link>
			</item>
	<item>
		<title>Script to convert android boot images</title>
		<description><![CDATA[




		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





FileName=${1%.*}
FileNameExt=${1#*.}

echo "Convert..."
convert -resize '320x480!' -depth 8 $1 rgb:${FileName}.raw
#echo ${FileName}.raw

echo "File Property test #1"
RESULTS_SIZE1=`stat -c %s ${FileName}.raw`
#echo $RESULTS_SIZE1

if [ -f ${FileName}.raw -a "$RESULTS_SIZE1" -eq 460800 ]
then
    echo "Step 1: [...]]]></description>
		<link>http://codehydra.com/hardware/script-to-convert-android-boot-images/</link>
			</item>
	<item>
		<title>Technical Articles &#124; Android Developers</title>
		<description><![CDATA[Technical Articles &#124; Android Developers.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
		<link>http://codehydra.com/hardware/technical-articles-android-developers/</link>
			</item>
	<item>
		<title>twitter+btjunkie+yahoo pipes</title>
		<description><![CDATA[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





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on [...]]]></description>
		<link>http://codehydra.com/software/twitter-btjunkie/</link>
			</item>
	<item>
		<title>MLIGN Shows HTC Nexus Running on G1</title>
		<description><![CDATA[MLIGN Shows HTC Nexus Running on G1.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
		<link>http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/</link>
			</item>
	<item>
		<title>Android ADB .DLL exports</title>
		<description><![CDATA[AdbWinApi.dll
mgwz.dll






		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
		<link>http://codehydra.com/hardware/android-adb-dll-exports/</link>
			</item>
	<item>
		<title>HOWTO: Set up NTP on Windows Vista « Cumps.be</title>
		<description><![CDATA[HOWTO: Set up NTP on Windows Vista « Cumps.be.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
		<link>http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/</link>
			</item>
	<item>
		<title>ffmpeg screenshot jpeg » Pirahna’s blog en</title>
		<description><![CDATA[ffmpeg screenshot jpeg » Pirahna’s blog en.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
		<link>http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/</link>
			</item>
	<item>
		<title>How to install Android SDK and play with Android 2.0 in the emulator – Android and Me</title>
		<description><![CDATA[How to install Android SDK and play with Android 2.0 in the emulator – Android and Me.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
		<link>http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/</link>
			</item>
	<item>
		<title>How to Easily Estimate Distances &#8211; The Old Farmer&#8217;s Almanac</title>
		<description><![CDATA[How to Easily Estimate Distances - The Old Farmer's Almanac.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
		<link>http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/</link>
			</item>
</channel>
</rss>
