Blog / Howto

How to recalibrate your Dell Streak’s touchscreen

February 21, 2011

A few days ago I was trying to unlock the screen on my Dell Streak and I was having a hard time dragging the lock icon, it wouldn’t go all the way through and not responding well. I thought my Dell Streak was busy at first, maybe a process was using up a lot of resources in the background, but when I was finally able to drag it all the way and at the screen …

How to upgrade your AT&T locked Dell Streak (Baseband GAUSB1A111231 Build 6601) to Android 2.2 Froyo

January 23, 2011

I’ve been patiently waiting for Dell to release the 2.2 version of the Android OS for my AT&T locked Dell Streak but they just keep pushing it back and there’s currently no specific release date. They’ve already released it for the non-AT&T locked versions but it seems like AT&T is preventing them from releasing it to the AT&T-locked ones. The Dell update package seems to check the baseband version of the device so even if …

How to zip an entire directory with Python

January 22, 2011

I’m finally done with the Python project I’m working on and now just working on the build script. I want my build script to zip the entire build directory at the end so at first I got lazy and I figured I’d just call an external zip application (7-Zip) and let it do all the work. This would of course require the person doing the build to have 7-Zip installed, so I decided …

How to unlock your Dell Streak for free

December 13, 2010

If you’ve searched around for “Dell Streak unlock” you’ve probably seen results to unlock it using a Rebel Simcard or some ridiculously priced unlock service where you give them your IMEI number and they’ll give you the unlock code within 24 hours after paying.

Luckily, I stumbled upon this post before I did any of that which told stories of customers who were able to get unlock codes for their Streaks by simply calling …

How to convert a Large Integer value to normal date format using PowerShell

December 6, 2010

My co-worker was wondering last week whether an old Windows domain user account was still being used by someone. Having managed Windows domain environments at my previous jobs, the first thing I did of course was go to Active Directory and check the LastLogonTimestamp attribute. This attribute is stored in the Active Directory database as a Large Integer so it will need to be converted to a normal date format to make sense of it. …