Archive for the ‘Fixes/Hacks’ Category

Update your Android G1 to Cupcake without the wait

Saturday, May 23rd, 2009

Problem: I got the T-Mobile G1 (Android) because of the open-source engine behind it.  I wanted a phone that would continue to be updated and include features wanted by lots of users, as opposed to those features only allowed by the manufacturer (e.g. Apple’s iPhone). I have been disappointed with T-Mobiles schedule of updates (lots of posts out there say that Cupcake was scheduled for January 2009) and tired of waiting for the Over the Air (OTA) update, so I decided to take the plunge and root my phone so that I could update it with whatever I wanted, whenever.

Quick Solution: Rooting your phone is actually much, much easier than I thought it would be.  The two excellent guides that I used are Android and Me’s G1 rooting article and xda-developer’s G1 rooting article. Once you have rooted your phone, you can manually update to Cupcake (Android 1.5) without waiting for the OTA update.

Read the rest of this article »


Android is slow when loading Home screen, SMS, and other Apps

Saturday, February 28th, 2009

Problem: after a few days, my Android phone transitions to the Home screen very slowly (sometimes taking >10 seconds). Other apps also seem to be slower.

Quick Answer: Try clearing some of the system memory.

Read the rest of this article »


Get rid of WordPress messing with your quotes while writing code

Thursday, May 1st, 2008

Problem: Recently I was writing an article where I posted some python code.  Using WordPress, I was switching between HTML/Code view and “Visual” view.  Every time that I switched, the WordPress editor would change some of my code, namely the quotes.  I ended up with something that looked like this:

Solution: Not exactly sure, but it seems to have stopped.

Read the rest of this article »


Fix the GlowWorm Blue Screen of Death/No Boot/No User Login Window

Wednesday, February 13th, 2008

This goes over my experience with GlowWorm.app causing a boot error in Mac OS 10.5.1 Leopard, and what I did that fixed it.

Symptoms

  • You just installed GlowWorm.app
  • Your computer will not boot (or not reach the login window, but the mouse appears) in normal mode
    • You can boot into safe mode
    • You can boot into single user mode

The quick answer: boot into “safe mode” and run the GlowWorm unistaller.app and disable firewall; reboot.
Read the rest of this article »


How to move WordPress to a subdomain

Saturday, February 9th, 2008

I recently made a WordPress blog for one of our clients. Everything was setup fine in a directory similar to www.thewebsite.com/blog/. Then I decided that I wanted the blog to have its own subdirectory, www.blog.thewebsite.com.

The quick answer: export your data and reinstall WordPress.

Read the rest of this article »


Fixing the Adobe CS3 problem: “The help system cannot be launched…”

Friday, February 8th, 2008

This article covers an error with Adobe CS3 (Mac). The two symptoms that I know of are

  1. “The help system cannot be launched because the help folder is missing. Please install the help folder or reinstall Dreamweaver” error message OR
  2. nothing happens when you launch help from one of the apps (Dreamweaver, Fireworks, Photoshop, etc)

Read the rest of this article »