Copy Humax HDR-FOX T2 HD recording to USB

My Humax freeview recorder (a HDR-FOX T2 with 1tb drive) has recently started to show signs that it might be about to fail. The Hard drive is getting louder when recording and my most recent recordings pause periodically, often with the screen going blank and displaying the message ‘encrypted video cannot be show’ (or something to that effect). At first the pauses were infrequent and short, but more recently they’ve been getting much worse often missing a minute or more of the recording per ‘glitch’. The hard drive test found in the setting menu is also failing now too.

So, I emailed Humax and after a week without a reply I thought I’d give them a call…

I was expecting a replacement, or at least a repair, but no. It seems that the problem could be tuning (really?!?) or I might need to format the hard drive. Only when I’ve done both of these things will a replacement be considered.

Of course this does highlight a problem with consumer hard drive recorders. If the drive fails you lose all your recordings even with a replacement unit. I’m now regretting replacing my RAID 1 mythtv setup…

So, formatting the drive will obviously wipe out all of my recordings. So I hooked up a USB hard disk and started copying the content off the humax. For SD recordings they are decrypted as they copy over to the USB drive. Unfortunately HD recordings don’t get decrypted. Some sort of DRM fluff n nonsense I think.

Now, I don’t think this would be a problem if I copy them back onto the humax for viewing, but if the format does not work and the drive is faulty then copying them onto a new humax wont work. Bah!

There is a Windows program called foxy that can be used to modify the binary metadata file of a HD recording so that it will be decrypted when copied to a USB drive (just like SD recordings are). But I could not get this to work on Linux.

I intend to write a simple(ish) program to do the same thing on Linux as this sounds like a useful backup tool to have. But I’m not sure if I’m going to stick with the Humax. It just depends if the drive is faulty or not. My thinking is that if the drive is faulty then I’ll get a replacement and that’s that. But if formatting the drive does fix the problem then this highlights a major issue for me. I don’t fancy having to ‘wipe’ my recording once or twice a year just to keep the thing going!

Here is how I removed the encrypted flag manually using Ubuntu Linux.

BIG FAT WARNING Editing files could make your recordings unplayable, and could even invalidate your warranty. I’m not even sure if backing up HD content is even allowed. The instructions below are simply a blog of what I did to my humax files. There are no guarantees that they will work on your humax files. So if you follow these instructions and bad things happen to your humax recorder and/or recordings, don’t blame me! Remember, the risk of corrupting or damaging  your humax hard drive recorder is yours not mine. END OF BIG FAT WARNING

  1. Make sure you can FTP to your Humax box (RTFM on how to enable FTP). Hint: the default username is humaxftp and the password is 0000 which is your pin in case you’ve changed it
  2. There are four files for each recording. The one we’re interested in has the extension .hmt
  3. Copy the .hmt file to your PC. Then simply use a hex editor to modify the file. I suggest you make a backup copy of the file before editing it.
  4. The byte we need to change is at offset 0x3DC and will contain either 00 or 02 if the recording is encrypted (actually all files are encrypted, I guess the flag really means decryption allowed). Using the hex editor change this to 04 and then save the file.
  5. Now copy the file back to the humax box. When you navigate to the recording on the humax box you should no longer see ‘enc’ next to the HD symbol.

Thanks to myhumax.org for information on hmt files. The hex editor I used is called Bless Hex Editor.


Written By

admin