Monday, September 29, 2008

SkyFire instead of Opera Mini - SMT5800

I wrote a small post before about getting Opera Mini to run on a Verizon SMT5800. Although Opera was working okay, and does a far better job than pocket internet explorer, it still is not the ideal solution. It often renders text poorly even when zoomed in, and sometime has a clipping problem where part of the page does not render at all. On top of that, it is difficult to install for an average user. So, I sought out a better alternative to Opera mini or Pocket Internet Explorer, and found SkyFire

I had signed up for skyfire months ago for the beta, but was just recently included. Now it seems it is much easier to get the beta, just sign up and go.

Impressions:
1.) Very easy to install, you sign up, they sms (text) you a link. You access the link from your mobile, answer a couple of things, and boom it installs.
2.) So far, for me, this browser is the best thing for a windows mobile phone. It renders pages way faster than opera or pocket ie, and does a fantastic job of making it look like it would on a desktop. This of course means you will do a ton of zooming in since everything is so small, but it works well.
3.) Besides navigating text and images easily, it does an amazing job of rendering flash content. You can even access sites like hulu and youtube with no problems! Of course it is still choppy and I would not recommend watching a whole show, but for watching a clip, it works great, and opens way more formats that pocket ie and opera can do.

The only negative is actually how it works. Basically, you connect to skyfire's servers, they process your page views on their server and send them to your phone. So, it makes the experience excellent, but if privacy (on your mobile browser) is a huge concern for you, I would not use their product.

Thursday, September 25, 2008

Update on Playon Hulu on PS3

Just a quick update on the "Playon" software that i blogged about earlier.
A quick refresher, Playon, by themediamall.com is a software program that you run on your pc to allow your xbox or ps3 watch netflix, youtube, hulu, and espn content right on your tv. The software is still very much in beta, so I just wanted to share my quick thoughts.
I have been using it for a couple weeks now, I probably have used it 10 times in total. The picture quality is still acceptable (not near as good as dvd quality or hd, but still good to just watch a show). The speed is very good, if you have a decent cable internet connection, you will experience zero problems or lag in watching a show. In fact, you can fast forward through the few commercials at 1.5 speed with no problems at all, so you can cut commercial time down to less than 30 seconds per commercial.
The bugs:
Just about every time I use the playon tool, it is broken for hulu. This means that you have to go re-download the application in its latest build from their site. To their credit though, every time hulu breaks and every time i download the software it is fixed. However, you will find that the "update" feature in the software does not work at all. If you manually update, it will tell you that you have the latest version, when in fact you dont. Just ignore the update button for now, and any time you have a problem, just go redownload and re-install the software. It is okay to install right over top of the existing software, no reason to remove it first.

for now:
  • Still no netflix, though they say coming soon "very soon"
  • Hulu works great, but like I said you almost have to update the software every time you want to use it.
  • They made improvements in the interface, so now when you access the media server from your ps3, you only see one option "playon" you click on that to get to all the sub channels that are supported, way better.
This is still in Beta, so I can't say anything negative. They give you 60 days to try it, I just hope that it is stable by the end of my trial period, so I will buy it. I cant see spending the money yet until it is stable however. Give it a shot, this is a great tool.

Recover Data from My Book World Edition

A friend of mine has (had) a western digital my world book network attached 500gb storage device. Unfortunately his house was the recipient of a electrical storm that blew out most of the equipment on his home network. He was left with a worldbook that was no longer responding to network request. If you plugged in the network cord, it immediately went red (or orange) as if the NIC inside was bad. Since this device does not have a usb port for connecting to computers, we were kinda screwed.

After contacting support at WD, they basically said the same thing, and for a cost (probably $100) I could ship the unit back and they would fix/replace it. However, they will not recover the data for you. That obviously was no good.

So, I had a suspicion that the drive itself in the unit was okay, just the motherboard or nic was bad on the WD hd. In order to test this, I broke apart the unit, (lots of snapping and screws) and removed the internal SATA drive. I then plugged the SATA drive into a windows box and looked at the partition manager to see if it could read it. Windows XP showed that there were 4 partitions on the drive, but I could not access the data since it was the wrong file system. This gave me hope that the drive itself was okay. So, here are the steps to recover your data from a world book that has a bad network card or bad motherboard.

Author Edit: These instructions are for the Western Digital My WorldBook 500 GB edition (without raid). Several commenters have left updated instructions for 1GB and 2GB units, including units with raid. Please see the comments if you do not have the 500GB model, as it will provide a different mount command in Linux/Unix.

What you need:
First off, find out if your pc has a SATA slot available. (Basically, if your pc has sata drives you should be okay, you can always temporarily disconnect one that you dont need in your computer). Visit your manaufacturer's website to find out if your pc has SATA (which is a simplified connection to a hard drive versus the old IDE style.) Once you determine your computer (or a friend's) supports sata, go ahead and take apart the pc. Keep in mind, nothing we are doing should damage your computer or your windows install, so there are no worries for borrowing a friends machine temporarily.

Second, after locating a pc that can connect to your WD drive (keep in mind this is the drive you actually physically removed from the worldbook housing) go to the link I provided above and download Ubuntu Linux. Do not worry, you do not need to be a unix/linux geek to solve your problem, it is a graphical program.
Download the Linux iso image and burn it to cd. Keep in mind, you need to take special steps to burn an iso image, you can't just drag the iso image into the cd like you would copy files normally. If you need help, open your cd burning software and use the help file to find info on "creating iso" "burning iso", "burning images" or "creating images".

Once you have the cd burned, you will now open up the computer that will accomidate the WD drive. Open up the computer, install the drive. and then insert the cd and boot up the pc. Keep in mind, with some computers, you might need to access the bios (cmos) and activate the new drive for the motherboard to see.) While in the bios (setup) make sure that your CDROM is the first bootable device.

When the machine loads to the boot menu (boot from cd) choose the Ubuntu option that says something like "Try ubuntu without installing" Basically use the menu that allows you to use ubuntu without installing it.

After a minute or so, your pc will boot into Ubuntu, which is a lot like windows. Access the menus up top until you see one that says "Terminal" I believe it is under the system main menu, though it might be under applications->accessories->terminal.

When you click terminal, you will be taken to a prompt window (text based)

Type in:

sudo mkdir /media/mount (hit enter)
then type:
sudo mount -t ext3 /dev/sdb4 /media/mount (hit enter)

You can now close the terminal window.
Now go back up to the system menu or the places menu and find the "computer" option. Launch this. It is just like "my computer" in windows xp. You should now see your local hard drive (which is actually your windows install on the machine) and you should see the new worldbook drive. If you have any external hard drives plugged in to your computer you will see them as well. Copy the data from the "public" drive of your WD drive into an external drive or your local windows drive.

That's it, data recovered. Take out the CD, Power down your pc, disconnect the WD drive, and fire your computer back up to boot into windows and see your recovered data.

Wednesday, September 3, 2008

ABS and TCS Off lights go on in 2002 Pontiac Grand Prix GTP

Unfortunately I recently had the ABS light and the "TCS Off" light both illuminate on my dashboard on my 2002 Pontiac Grand Prix GTP. Keywords: ABS Light turned on Grand Prix, TCS light turned on Grand Prix, ABS and TCS not working Grand Prix.

There are a few sketchy posts out there that recommend that you replace wheel speed sensors and hubs on the car, but unfortunately the problem for me was the ABS control module. After taking the car to two different mechanics, and dumping tons of money into it, I had to ultimately replace the ABS control module anyhow, which is a $1,300 job.

FYI, I had to pay the dealer $100 to diagnose the problem, and then $1300 for a new module. I tried a used ABS control module with another mechanic, and the used part had the same symptoms as my existing one. Apparently, this is pretty common and you almost always need to put a new ABS control module in.

Save yourself the aggrevation, and if these lights go on in your car go straight to the dealer, do not waste time at local mechanics.