Apple TV

- Posted in Uncategorized by

enter image description here

What now seems like long ago, I hacked my Xbox to run a program called Xbox Media Center (XBMC). It allowed playback of music, pictures, video, and other media without the need of a PC, and it was awesome.

My wife likes to monopolise the living room TV, which is the main display for the majority of our media devices. Last week I broke down and picked up another second generation Apple TV for my office so I can watch Netflix. Sure there are other cheaper alternatives like Roku, or paying the $60 Gold subscription to Microsoft, but they can’t run my beloved XBMC.

XMBC is still awesome, so needless to say it’s time we “upgrade” the new ATV.

The first step is to save our SHSH info using TinyUmbrella software. This allows for the potential downgrade of firmware back to whatever was shipped from factory. This new unit was running 4.4.4 which is current for the time of this post.

After saving the SHSH info it is now time to jailbreak the device. A few different programs can accomplish this but owning a Mac I prefer using FireCore’s Seas0npass software. The latest version supports an untethered jailbreak of the 4.4.4 firmware and worked just fine.

Next, I have to SSH into the newly liberated device and install XBMC. I first made sure all the existing non-apple software was up to date, then a simple ‘apt-get install’ later and I was back to watching TV.

The last thing to do is to make sure all the new updates did not get erased by blocking auto-update from Apple. Easy enough.

Sony Vaio VGN-P698E

- Posted in Uncategorized by

enter image description here

My wife wanted a Windows Tablet for Christmas. The main reasons were the need to run actual Microsoft Outlook, and for it to fit in her purse. I wasn’t going to pay nearly $1000 for the already outdated tablet technology, or the mound of accessories needed to make it useful (docking station, bluetooth keyboard, etc.)

Luckily I have a strong UMPC background to pull from and started to look at alternatives. The purse size constraint eliminated all netbooks, but I knew from experience she would need a real keyboard that was large enough to touch type, or come close. For business applications my Fujitsu U820 was adequate, but the 1gig ram and slow 60gb hard drive were definite performance killers.

I always wanted a Sony Vaio P, but the release price was out of my budget. The P698E specification was identical to the U820 but with 2gig ram and 128gb ssd standard. At less than half the cost of any tablet I took a chance and ordered … TWO! Couldn’t let the wife have a superior toy, right?

We are both very pleased with the unit. She uses hers more often then a core2duo desktop which speaks volumes to its capability. Battery life was my only disappointment, clocking in at just about two hours. I will probably buy the extended size replacement for hers, which will increase that time to the five hour mark. Mine is my only Windows 7 machine, but it wasn’t a needed purchase so its use has been low. It does run well enough I can justify selling my other UMPC/Netbooks without regret.

MySQL Control Center

- Posted in Uncategorized by

A friend asked me to recommend a GUI interface to help with MySQL database tasks. I started using MySQL Control Center on some old version of Fedora long ago and really haven’t had the need to find something better.

There is a Windows port ready to download, and it is real easy to compile from source for Ubuntu. I only needed to add qt3-apps-dev along with the standard build-essential package for it to work.

Sony PSP

- Posted in Uncategorized by

Sony PSP

So with all the talk about the PlayStation Vita release I took the time to dust off my old PSP and run some updates. There are still a few games I haven’t played that IGN put in their top 25 list, and a couple others that need to be finished.

For those following along, I actually did get a deal on a white PSPgo that I carried in my pocket for a while. For me that was it’s only advantage, so when at home I still use the PSP-3000.

Snow Leopard in VirtualBox

- Posted in Uncategorized by

So it seems Oracle is doing pretty good after taking over VirutalBox. I was for the first time able to make a guest OS X machine from a retail DVD which runs on both a Linux and Windows host. The only modification was to the .vbox XML file as follows:

<ExtraData>
<ExtraDataItem name=”GUI/LastCloseAction” value=”powerOff”/>
<ExtraDataItem name=”GUI/LastGuestSizeHint” value=”1024,768″/>
<ExtraDataItem name=”GUI/LastNormalWindowPosition” value=”119,101,1024,810″/>
<ExtraDataItem name=”VBoxInternal2/SmcDeviceKey” value=”ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc”/>
</ExtraData>

The original guide I used can be found here.