Skip to main content.
May 27th, 2008

The Story of an Ipod Touch and a Cheap USB Power Adapter

I bought an Inspire USB Power adapter to charge my new iPod Touch by my bedside and when I travel. While I have had no problems with it fully charging my iPod, the other night when I was browsing the web when while I was charging my iPod, scrolling through web pages was very jerky. When I tried to select something it would just jerkĀ  out of the way. I had really crushed my iPod screen eariler that day when it was in my pocket and I thought: “great less then two weeks old and I already broke it!”

So I tested a few other apps, and noticed that some had problems and some didn’t. Most noticeably, I couldn’t even play iSolitaire. Grabbing and moving the cards was impossible. Then I thought that maybe charing the iPod while using it was the problem. So, I unplugged the cable and the touchscreen responded normally again.

The problem hit me. The 5V from the cheap USB adapter had to be noisy. The adapter is so light and cheap there can’t be much for voltage regulation, especially under a load like charging the battery. Since the touch screen is a very sensitive, it must be vulnerable to small voltage fluctuations. I tested my theory by plugging the iPod into a USB hub to charge it and found the touch screen operated normally. I don’t currently had an o-scope to test my theory that the 5V regulation is crappy on the Inspire adapter, but I’d wager I’m right.

The moral of the story is if you start to see erratic touch screen behavior when you’re plugged-in — don’t freak — it’ll probably work fine when you unplug it. You may want to get a better adapter or try a different USB port –it’s not worth the risk of damaging you device.

Posted by benjamen as electronics, iPhone/iPod Touch at 2:41 PM UTC

1 Comment »

May 25th, 2008

Getting Java Plugin to work in Firefox 2 under Hardy Heron

I’m running the KDE4 version of Kubuntu Hardy Heron. Yesterday my wife ran across a site where she needed java support. In earlier version I just had used automatix2 to install java, but unfortunetly they aren’t providing a 8.04 version.

I fired up adept and installed the sun-java6-jre and sun-java6-plugins packages, but for some reason adept wouldn’t let me click OK on the license agreement. Back to old command line. After running dpkg –configure -a and apt-get -f install, I was back in business.

Firing up Firefox 2, I went to a java test site and no luck. after looking at about:plugins I discovered the packages don’t actually install the plugins in the right place. So after searching and searching, I didn’t find the exact answer online, but I did get pointed in the right direction. So here’s what I came up with:

sudo apt-get install sun-java6-jre
sudo apt-get install sun-java6-plugin
sudo ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/firefox/plugins

There are several firefox directories under /usr/lib/ — firefox, firefox-3.0b5, and firefox-addons. You might have to create a link to the java plugin in one of those directories too depending on your firefox version.

Now I just need to get java running in konquerer….

Posted by benjamen as Firefox, linux at 7:48 AM UTC

No Comments »