Quick code to set the RTC for my arduino using the sketch from here
It’s copy/paste, not as good as NTP but better then guessing
(and ill fix that when i get my ethernet shield (maybe)
secret project under way
Finishing training at the old job. cant wait to start the new one.
the HTC Incredible has root (kind of, NAND still locked), I have built an overclockable kernel (so far unable to flash, but its ready when ‘we’ can)
bout it for now.
No tags
Today one of the new guys at work ask me a question. “Can our web portal submit “Severity 1″ support request?”
The standard answer has always been ‘No.”, but today I figured it was time to test that.
Start Tamperdata and log into the portal. Dispatch request as normal with one exception. change ‘severity’ value to 1 and submit. you now have a ‘sev1d’ support request without a phone call.
Software:
Firefox with Tamperdata add-on
No tags
We all run into situation where we need to log file sizes over time on remote servers, so we have a few options..
Buy an application… Nope!
Set an egg timer and do it manually…Nope!!
Script it…Yes!
This was my first attempt at windows powershell so be nice… I also call this from a scheduled tasks on my local PC that runs every 60 minutes.
**UPDATE**
Spent a little more time w/ debug/cleanup
No tags
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.
16
Install apk via right-click menu in XP
No comments · Posted by opcode1300 in Hardware, Linux, MAKE/HACK, Software, Uncategorized
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.
6
HowTo: Extract MMS Attachments from Android
No comments · Posted by opcode1300 in Hardware, Linux, MAKE/HACK, Software
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”

10
Script to convert android boot images
No comments · Posted by opcode1300 in Hardware, Linux, MAKE/HACK, Software
29
Technical Articles | Android Developers
No comments · Posted by opcode1300 in Hardware, Linux, MAKE/HACK, Software
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



