Archive for April, 2006

What do I install every time I flash my device?

Tuesday, April 25th, 2006

My primary device is an HTC Wizard/QTek 9100 (well, that’s more the T-Mobile MDA styling – mine is more of the square styling).  I’m currently running an internal build of Crossbow on it, but since I have to flash it so frequently in order to test out the new changes that we’re making, I’ve had to really trim down the number of apps I install/configure to the bare essentials….I figured that I’d share this out in case people are interested. Note: I’m specifically leaving off games here as people have significantly varied interests for games (unless it’s CardFu of course).

(more…)

CardFu project update

Monday, April 24th, 2006

I’ve posted the first (incomplete) version of the design doc for CardFu. Over the next few days I should be flushing that out more and then I can start with the proof of concept (a fully authored deck using the cards I already have designed, in order to make sure that the CDL is properly thought through).

Camera phone picture time updater

Monday, April 24th, 2006

So, this weekend I needed to clear off all of the pictures that I had taken on my Motorola v600 because I was loaning it out to George.  The problem with transferring the photos over Bluetooth OBEX is that file creation dates are lost.

Luckily, the v600 saves the pics with filenames in this format: MM-DD-YY_TTTT.jpg.  I decided to write up a quick little app that used a Regular Expression to grab the time info from the filename and then update the file creation/modification timestamps so that the photos would have the proper meta information.

I did a quick search online and found a great short code sample on Code Project that told me the API to use to change the timestamps (it’s File.SetCreationTime(file, dateTime) by the way) and I verified my RE using my favorite RE editor, Expresso, and twenty minutes later I had my tool.

I’m going to add a bit more customizability to it (in case there are cameras out there that use a different filenaming method) and post it up here.  Should have it up later this week.

Coming soon

Wednesday, April 19th, 2006

Getting things ready here.  Subscribe to the RSS feed to know when to come back.