Reviving the Veo Observer

Recently I came across an old Veo Observer camera. I remember the Veo cameras as being refreshingly easy to use, and quite inexpensive for all the functionality you get.

This camera seemed to power up normally, and acquired an IP address as expected. However, when I logged on to the camera with a web browser, all it gave was a “404 Not Found” error. Also, when I tried to use the Veo Observer Studio software from the CD that supposedly came with the camera, the software said that there was a “Protocol Version Error.”

This led me to believe that someone may have tried to upgrade the firmware in the camera, and either disconnected before completing the upgrade, or loaded the wrong firmware. So all I had to do was find the correct firmware, as well as the correct utility for loading it onto the camera. This turned out to be a lot more difficult than I thought. The manufacturer (Veo) no longer exists, and all I could find on the Web were complaints from users who are just as SOL as I was. Fortunately, I stumbled on an obscure website that turned out to contain a repository of old device drivers, one of which happened to be the Veo Setup Utility and the Veo firmware. I was then able to load the firmware successfully, and then log on to the camera and see the video stream from it. I’ve decided to host the Veo Setup Utility and the latest firmware here on my website, in case someone else comes across the same problems.

During my search for Veo software, I also found that someone has written a clever Perl module for communicating with the camera (making it usable from virtually any OS), and another person has written Java code for it, too. This inspired me to make a quick-and-dirty C++ application based on the Perl code. My little program controls pretty much all the features of the Veo observer, and displays the image stream from the camera.

Download the program here.

More Modding of the RAZR V3xx

The quick-start guide that I gave two days ago is hereby out of date!

On another Motorola hacking website, modmymoto.com, I found a vastly superior program called P2KTools. This utility allows you to access absolutely everything the phone can possibly support. It even lets you switch communications between P2K, AT, and Flash mode.

Best of all, P2KTools doesn’t require PST Phone Programmer to operate. Apparently, PST is a proprietary Motorola application, and is illegal for distribution to the public. The good folks at hacktherazr.com fail to mention this clearly (naughty!).

When downloading P2KTools from modmymoto.com, make sure you get the latest version, which is 3.0.8 at this time. For some reason they have multiple earlier versions also available in their Downloads section. Are they trying to confuse people?

Once again, to communicate properly with the RAZR V3xx, go into the program’s Settings, and check the “P2K05” check box under “P2K Settings.” As we learned earlier, the V3xx only supports the newer P2K05 command set, and will not work with the regular P2K commands.

Modding the Motorola RAZR V3xx

[Disclaimer: Modding your phone probably voids all kinds of warranties, and is not recommended for anyone.]

Update: I found a better program for RAZR hacking!

This is a quick-start guide for anyone who wants to start hacking away at the RAZR V3xx. For some reason, other guides that I’ve found on the web either don’t apply to this particular model, or often contradict themselves and drove me into further confusion.

I recently “upgraded” my cell phone to a V3xx, with AT&T as my provider. Naturally I wanted to see what kind of features I could access within the phone, and to what extent I could customize its skin, sounds and interface.

Here is the exact sequence of steps I took to get my phone connected to my PC and start modifying its filesystem:

  • Go to hacktherazr.com, which is a site with plenty of loosely-knit resources for hacking the RAZR. The only drawback of the site is that it doesn’t contain any information specific to the V3xx, and all of their “get-started” guides only pertain to earlier models.
  • From the site’s “Start here” guide (not from their “Downloads” section), download the Motorola USB Driver Installer, install the drivers, and follow the rest of the “Start here” guide.
  • From their “Downloads” section, download and install “PST 7.2.5,” which is a utility from Motorola to facilitate communication with your phone. Make sure you apply the “patch” included in the Zip file! Installing this tool will probably require you to restart your computer.
  • The last tool that you’ll need is called P2K Commander. But do not use the version that they have on their site — it’s outdated and will not communicate with the V3xx! To get the latest version of P2K Commander, go to the author’s website and download it from there. As of this writing, the latest version is 4.9.D. The author requires you to register in his forums to download the files, but registration is free.
  • To prepare your phone for communicating with your PC, you must set its USB mode to “data connection.” To do this, go to Main Menu → Settings → Connection → USB Settings, and set the Default Connection to “Data Connection.”
  • On your PC, launch the PST Phone Programmer before you plug in your phone! Let PST load completely before plugging in.
  • Now plug in your phone, and give your PC a few seconds to recognize it. Then give PST a few more seconds to configure the phone for communication. You should hear the phone’s “charging” sound two or three times as it’s being configured, as well as the PC’s USB plug/unplug sound.
  • Now you’re ready to launch P2K Commander, so launch it. P2K Commander is a gateway to the phone’s internal filesystem. But, before doing anything in this tool, click on its “Options” menu, and check the “Use P2k05” check box! This is the critical step, since the V3xx uses the P2k05 command set, unlike its predecessors.
  • Finally, you’re ready to use P2K Commander to your heart’s content. From this point on, you’re welcome to follow the other guides outlined at hacktherazr.com, since most of them still apply.

Here is a very simple example of what could be done with P2K Commander and the RAZR V3xx:

Changing the secondary display image

When the phone is opened, its secondary display (the smaller display on the outside) only displays the AT&T logo. But suppose you wanted it to display something that was meaningful to you, such as this:
To change this graphic, use P2K Commander to navigate to the phone’s file system (“/a”) and go to the “mobile” directory.

In this directory, there is a file called cl.gif. That’s the file that gets displayed in the secondary display! This means that you can replace this file with whatever you want (as long as it’s called cl.gif), and it will be shown! Of course, keep in mind that this file must be a GIF file with dimensions of 96 x 80. Et voilà :
Short of reprogramming the phone’s firmware, there’s no end to the customizations you can make to your V3xx by simply editing or replacing certain files in the phone’s filesystem using P2K Commander. As always, don’t forget to back up any files you edit or replace. Enjoy!

Bible Code Finder

At long last, I’ve recovered the source code for my Bible Code Finder application. It’s covered in more detail in this article. The program takes a plain text file (preferably a large one), and allows you to scan it for occurrences of words with equidistant letter spacing. Download the program and, if you’d like, the source code repository. To download the full text of the Bible (or a great number of other texts), visit Project Gutenberg.

Example Bible CodeIt works like this: start the program and open the text file that you want to search (the program automatically strips punctuation and whitespace). Then enter up to seven words to look for, and click the Start button! The program will find the first occurrence of all words within a certain range, unless you select “Find All” instead of “Find One.” The result(s) will be shown in the Results tab.

The “Frame Size” parameter is the range (in letters) within which all words must be found. “Min Delta” and “Max Delta” are the minimum and maximum letter spacing of words to search.

Obviously, longer words will take longer to search for. Generally it’s highly improbable to find combinations with words longer than 8 letters. On the other hand, don’t search for words shorter than three letters, since too many results will be found. As a rule, try to enter longer words first, then shorter words. This will result in a quicker search.

Getting NTFS to Work in Linux

This is really not that difficult, but I thought I’d document it here for my own reference later on. First, download the kernel module RPM from the official linux-ntfs site. Install the RPM:

su
rpm -ivh kernel-module-ntfs*

Then load the kernel module:

/sbin/modprobe ntfs

And that’s it. If you want to permanently mount an NTFS partition at a certain directory, add a line to /etc/fstab:

/dev/sda1    /home/username/mydir    ntfs    ro,umask=0222    0    0

It’s best to mount NTFS partitions as read-only, since NTFS support in Linux is still incomplete, and we don’t want to risk damaging the partition.