Slashdot Mirror


Reusing Old TiVo Hardware?

buss_error writes "I have old TiVo hardware that I'd like to reuse — however, I find in searching that the most frequent reply is: 'Don't cheat TiVo!' I don't want to cheat TiVo — in fact, I'd like to nuke the drive with a completely open-source distro with no TiVo drivers at all. Some uses I think would be interesting: recording video for security cameras or a drive cam; a unit for weather reporting; fax/telephone; a power monitor for the home; or other home automation. I would prefer a completely TiVo-free install — this is because I have major issues with TiVo and don't want the slightest taint of their intellectual property. But, since I paid for the hardware, I'd like to wring some use out of it rather than simply putting it in the landfill."

197 comments

  1. Re:yes! by Anonymous Coward · · Score: 5, Funny

    I don't know. Most TiVos only have a few ports. I think the biggest is ethernet, but that's probably too small for most people.

  2. Tried It by Russianspi · · Score: 5, Interesting

    Wow. I tried it, and the best answer I found was "don't bother". I figured that since the thing runs Linux, it'd be easy enough to repurpose. Boy was I wrong. I'd like to say that I enjoyed messing with it anyway, but the truth is, it was just a pain. All of the important drivers are wrapped up in a huge binary blob, and unusable without the TiVO software. A TiVO is worthless as pretty much anything but a TiVO, unfortunately. Maybe you're a lot smarter than me (a quite distinct possibility), but I didn't get anywhere. If you decide to go ahead anyway, I wish you luck, and a lot more success than I had.

    1. Re:Tried It by Tony+Hoyle · · Score: 1

      I looked at it - we only have the S1 in this country and it's so slow and obsololete (single tuner, the generally rubbish video capture and no HD) - even though ironically its EPG is still years ahead of the competition due to Tivo's patent lock - I thought it might be an interesting project. Problem is the CPU is about as fast as the average calculator (16Mhz MIPS IIRC) and the whole binary thing means you can't use anything other than the 2.1.24 kernel to it... so you can't update the userspace (since glibc is tied to the kernel version) and basically it's stuck being what it is.

      I also hit the 'not paying tivo = theft' thing even though nobody in this country pays tivo any more - the remaining working tivos are pretty much all lifetime sub... and can be had for £50 from ebay anyway so you'd be stupid to get a sub.

    2. Re:Tried It by Bitmanhome · · Score: 1

      60 MHz PowerPC, actually. The video processor must be pretty swank to toss images around on screen like that, but yeah, the CPU is useless.

      --
      Not that this wasn't entirely predictable.
    3. Re:Tried It by tlhIngan · · Score: 1

      60 MHz PowerPC, actually. The video processor must be pretty swank to toss images around on screen like that, but yeah, the CPU is useless.

      It's not that swank. Just a hardware encoder and decoder, and an FPGA that offloads a lot of it.

      But 60MHz isn't terribly slow when you realize the Series 1 is 10+ year old hardware. PCs weren't a lot faster, but they were a lot more expensive.

    4. Re:Tried It by jj00 · · Score: 2, Insightful

      I realize I'm late to post, but I couldn't resist putting my 2 cents in. I acquired a free series 2 Tivo from a friend, and tried to use it as a local media server (I already have a directv tivo). I had plans to just use the Tivo desktop software to push my movies and such onto the Tivo, maybe download a few shows via Amazon, play some music through Rhapsody, etc.

      What a pain in the butt. In order to do any of that kind of stuff, you need a "media key". I had to subscribe to activate my Tivo just to be able to put my own content on the box. I even contacted them and asked if they had a discounted plan since I wasn't using their scheduling information for any recording whatsoever. No luck, I tried it for a bit, and it was somewhat nice, but not worth it in the end (~$100/year).

      I really think Tivo is missing out on an entire different model for the after-life of these boxes. I would totally pay for an upgrade to disable recording and just use it as a media box, music server, security camera, etc. It always annoys me when hardware companies just move on and dump older hardware. Seriously, why can't HP just sell a new printer driver for that older printer rather than just give up and no longer support it. Microsoft should have opened up the original xbox to allow the same kind of modifications. It would be a great PR move to show that they are truly environmentally conscious.

    5. Re:Tried It by Extide · · Score: 1

      Hrmm, lets see, 10 years ago you should have been able to get a 600Mhz p3. So, yeah, a 60Mhz PPC IS terribly slow.

      --
      Technophile
    6. Re:Tried It by Cramer · · Score: 1

      Actually, the S1 has a 25MHz CPU. It can be overclocked to 33. (or is it 33/66?)

      The issue sans-Tivo, is the lack of any driver at all for 90% of the hardware... IBM CS22 MPEG decoder used to be about the only thing that was openly documented. The Sony MPEG encoder is not publicly documented -- 'tho they did screw up an give tridge a copy :-) The Tivo ASIC at the heart of the machine is not, and never will be documented. Just using the Tivo drivers still leaves a HUGE amount of work to make anything remotely usable.

      And just for the record, the hardware doesn't support MP3. You'd have to re-encode everything to MP2 first. (which it's CPU is not capable of doing.)

    7. Re:Tried It by Cramer · · Score: 1

      Not for the cost ($$$) and power consumption. Plus, it doesn't need a super fast processor as most of the work is done with dedicated hardware (MPEG encoder, decoder, and audio processor.)

    8. Re:Tried It by Extide · · Score: 1

      Still is a terribly slow processor.

      --
      Technophile
  3. TiVO-IZATION by Anonymous Coward · · Score: 3, Informative

    Isn't TiVO-ization one of the main reasons why the GPL was updated to v3?

    1. Re:TiVO-IZATION by hedwards · · Score: 1

      Well, that and the GPLv2 was picked apart pretty good over the years in a way which was never really expected. Surprisingly enough all that analysis revealed flaws and loopholes which weren't really intended in the first place.

      Whether the v3 is better really depends upon who you are and what you want with the code.

    2. Re:TiVO-IZATION by Anonymous Coward · · Score: 0

      Whether the v3 is better really depends upon who you are and what you want with the code.

      The GPLv2 should probably die. I've read the objections to v3, but they're all the kind of we-love-giant-corporations-who-fuck-us-over scenarios. Such people should make things simpler and just use MIT, which is a fine choice anyway.

    3. Re:TiVO-IZATION by mysidia · · Score: 1

      The biggest problem (IMO) is the Linux kernel still uses GPLv2... that's broken and should be fixed. The kernel should move to GPLv3.

    4. Re:TiVO-IZATION by Grishnakh · · Score: 1

      That'd be very difficult to do, since you'd need to get permission from every single code contributor.

    5. Re:TiVO-IZATION by Trepidity · · Score: 1

      Also, Linus doesn't want to move to v3, and he's a pretty important code contributor.

  4. Sorry, what you're asking for is too easy to abuse by jandrese · · Score: 4, Interesting

    The reason you are being rebuked every time you try to do this is because it's exactly the same sort of thing that the crackers use. Even if your use is legitimate, you won't find anybody willing to give you much help unless you go and hang around with the cracker crowd, which may not be the sort of associations you really want to make. What you're asking for shouldn't be impossible, but it won't be easy either. Getting a basic kernel running may not be too bad since Tivo released their kernel modifications back to the community, but using the hardware on the system probably won't be the easiest thing unless you're really lucky and there is already a driver for it.

    --

    I read the internet for the articles.
  5. They call it Tivoization. by Akir · · Score: 5, Informative

    Everyone knows that you can't do anything with a tivo. It may be using open-source software, but the hardware checks the software's checksum, and if it doesn't match, it simply doesn't run the software. If you remember, this is a major reason (if not the only reason) why Richard Stallman got all upset and created GPL v3.

    1. Re:They call it Tivoization. by Antique+Geekmeister · · Score: 5, Informative

      It's not the only reason. The American software patent system is, fundamentally, insane unless you're a large corporation that can afford a suite of patents large enough to provide Mutual Assured Destruction for anyone who sues you. But the NVidia kernel drivers, Microsoft's McCarthy-like claim of "47 infringing patents" and the lack of software patents in Europe made software patents important to deal with.

      Similar problems are inherent in Microsoft's Palladium digital rights management system, relabeled "Trusted Computing". The idea that it is for "protection" is naive and not based on looking at how the software works: it's designed to block software, and files, and _hardware_ from working with anything else but vendor authorized components.

    2. Re:They call it Tivoization. by mysidia · · Score: 1

      And he's asking how to defeat that.. people can and have defeated it, the information regarding how to 'hack' the hardware to load your own OS should become common knowledge...

  6. The security cam recording might be easy by jandrese · · Score: 5, Informative

    A Tivo without service doesn't just up and die. Rather it loses its guide data but can still be programmed like an old VCR. Having it record from a security cam should be super easy to do, just program 24 different one hour recordings on whatever port the camera is on and let it go. The Tivo will even manage its disk space and everything, removing the oldest recordings as the disk fills up and replacing them with new ones.

    --

    I read the internet for the articles.
    1. Re:The security cam recording might be easy by RobinH · · Score: 4, Informative

      Now THAT is interesting. Great idea. The cool thing is that a series 2 can record 2 channels at the same time, so you could have 2 security cameras. You can also use Tivo Desktop to move the videos off to your PC if you wanted longer term storage.

      --
      "I have never let my schooling interfere with my education." - Mark Twain
    2. Re:The security cam recording might be easy by kithrup · · Score: 5, Informative

      That's only true for the oldest, Series 1 TiVo's sold before a certain date. After that, TiVo requires service. No service, and no manual recording.

      And, as I recall, it'll also nag you about the lack of service every time you go into the menus.

    3. Re:The security cam recording might be easy by Anonymous Coward · · Score: 2, Informative

      Check it out, but From what I've read, the old TiVo's, the series 1's can do this type of recording like a VCR. The newer ones will shut down that feature.

      I've also heard that if don't let the series 2 or higher TiVo phone home after you delete the account, you might be able to bypass that restriction.

    4. Re:The security cam recording might be easy by Anonymous Coward · · Score: 5, Informative

      This is only true of certain very specific models. It's called something like "Tivo Basic". Most Series 2, DirectTV Tivo (aka DirecTivo) and all Series 3 and Tivo HD do not function in this way. Most Tivos will only support watching and pausing live TV without Tivo service.

    5. Re:The security cam recording might be easy by Ichijo · · Score: 3, Informative

      a series 2 can record 2 channels at the same time

      My Series 2 Tivo can't. You need a dual tuner (DT) TiVo for that.

      --
      Any sufficiently unpopular but cohesive argument is indistinguishable from trolling.
    6. Re:The security cam recording might be easy by radiosac · · Score: 1

      don't forget you'll have to modulate the two channels if you are going in through the RF connection

    7. Re:The security cam recording might be easy by Anonymous Coward · · Score: 0

      my tivo won't do that , all that it will do is allow a 30 minute pause

    8. Re:The security cam recording might be easy by zoward · · Score: 1

      On top of that, if you had a TiVo box that had TiVo Basic service and upgraded it to full service, there's no way to go back to Basic, so once you got a HD box to replace it with (like I did), the old box is worthless without the service.

      --
      "Can't you see that everyone is buying station wagons?"
    9. Re:The security cam recording might be easy by Anonymous Coward · · Score: 0

      Does that mean Tivo (it's new here) are going to eventually REMOVE features they're offering here down under!?

      http://www.nbr.co.nz/article/tivo-partners-with-bad-boy-isp-telstraclear-sticks-with-sky-tv-114659

      "TiVo, by contrast, already lets its users view almost any unportected photo or video or music content held on their PC on their TV, via a wi-fi connection - or copy TiVo content to a PC, PlayStation3 or iPhone."

    10. Re:The security cam recording might be easy by JWSmythe · · Score: 1

          I think what he's thinking of is the series 2 DirecTiVo. It could record two satellite feeds at once. As far as I know, there was no way to work it's satellite tuners though, so if you weren't using it with DirecTV, it's a brick. I have several TiVo's, including two of the HDVR2's and a few other series 1 and 2's.

      --
      Serious? Seriousness is well above my pay grade.
    11. Re:The security cam recording might be easy by hendrikboom · · Score: 1

      What does this TiVo desktop actually involve? Does it allow you to put copy-protected TV programs on you PC so you have to return them to the TiVo to watch them? Or is stuff moved to your PC actually liberated in some sense? And does this stuff require you use Windows or some such?

    12. Re:The security cam recording might be easy by OrangeCatholic · · Score: 1

      I remember it seemed like crap. They were hyping TiVo as a kind of NAS that would feed content through the home, but you need to register the devices and use a special software player that won't break the copyright.

      What they have now is much sexier. Streaming Netflix over TiVo HD.

    13. Re:The security cam recording might be easy by Anonymous Coward · · Score: 0

      I have several series 1 TiVo devices that I use for manual recording. I also have one series 2 that I can use that way. The big thing is to never connect them to a phone line or internet after your paid subscription runs out.

      I disagree with those who feel they must protect the revenue stream and business model of TiVo. Imagine saying that you could never use your cell phone after your 2 year lock-in with your carrier expired. Would you say that a PDA phone can't be used as a PDA unless subscribed?

    14. Re:The security cam recording might be easy by fredjh · · Score: 1

      No, he was just conflating series 2 with 2 tuner; they are different things - you can get a series 2 with dual tuners, but you can get a series 2 with a single tuner, also.

      But the point was that with a dual tuner, you could run two security cams, and it's an interesting idea.

      --
      Stupid, sexy Flanders.
    15. Re:The security cam recording might be easy by MrWin2kMan · · Score: 1

      Unfortunately, Series2 TiVo's can record two programs through the built-in NTSC tuners, but most security and other video cameras can only use composite video, so you would be probably be limited to one video feed.

      --
      Nothing to see here but us trolls...move along...
    16. Re:The security cam recording might be easy by kriston · · Score: 1

      Not even. A Series 2 TiVo is only dual-tuner when one tuner is recording digital cable and the other is recording analog channels, and only when your cable TV system is a hybrid digital/analog. Not FiOS and soon not Comcast, either, and definitely not two analog sources.

      --

      Kriston

    17. Re:The security cam recording might be easy by Anonymous Coward · · Score: 0

      Exactly. I have a later version series 1, and without guide data, it's a boat anchor. I've tried to tinker with it enough to know that if you are smart enough to get it to work, there are better uses for your time.

    18. Re:The security cam recording might be easy by Chapter80 · · Score: 1

      If you're a Linux hacker, you should be able to set up a machine next to the Tivo, connected to the internet, and getting schedule data from SchedulesDirect. Then with a little code, and an IR blaster, you could browse the TV guide, and press record, and watch your Linux machine program your Tivo.

      Maybe even write a GreaseMonkey Script that browses TV Guide.com or TimeWarner's TV schedule, or whatever. And when you click on a show, blast the InfraRed programming instructions to the DVR.

      There's a good project for you! (or just buy a video card and run MythTV)

    19. Re:The security cam recording might be easy by mattack2 · · Score: 1

      No, that's wrong. Series 2 dual tuners definitely can record 2 analog sources.. Analog as in tuning directly from the cable tuner.. Not analog as in "composite in" (which is really the 'digital' from a cable box that tuned a digital channel).

    20. Re:The security cam recording might be easy by mattack2 · · Score: 1

      That contradicts Tivo's own statements. Did you try to cancel your service and JUST LEAVE IT PLUGGED IN (to the network or phone line)?

      From http://www.tivo.com/abouttivo/policies/tivobasicandtivoplusserviceagreement.html

      16. The TiVo Basic service. Your TiVo DVR may be eligible to receive the TiVo Basic service. If your TiVo DVR is eligible to receive the TiVo Basic service and you choose to terminate your TiVo Plus service, this Agreement terminates immediately upon such termination and the terms and conditions of the TiVo Basic service agreement will apply

    21. Re:The security cam recording might be easy by kriston · · Score: 1

      Ah, thanks for picking those nits. Either way I don't see your home security system having an analog NTSC modulator on it. Mine certainly does NOT.
      By the way, I have two of these so-called "dual-tuner TiVos" and on FiOS they aren't.

      --

      Kriston

    22. Re:The security cam recording might be easy by mattack2 · · Score: 1

      With FiOS you can get cablecards, right? So get a TivoHD with cablecards, and it acts as your cable box.

    23. Re:The security cam recording might be easy by jandrese · · Score: 1

      That's a lot of hassle compared to setting up a MythTV box. I'm not sure why you would want to do it.

      --

      I read the internet for the articles.
    24. Re:The security cam recording might be easy by kriston · · Score: 1

      Yeah, and I have to buy a new TiVo and rent cable cards, but now we're way off-topic.

      --

      Kriston

    25. Re:The security cam recording might be easy by RobinH · · Score: 1

      Yes, you're right. I didn't realize there was a series 2 single tuner. Sorry!

      --
      "I have never let my schooling interfere with my education." - Mark Twain
  7. Some possibilities by cwolfsheep · · Score: 4, Informative

    *MIPS Debian
    http://www.debian.org/ports/mipsel/

    * An older thread on video sharing hacking with TIVO boxes
    http://www.dealdatabase.com/forum/showthread.php?t=25139

    * Knoppix MythTV
    http://www.mysettopbox.tv/

    --

    Life is irony, and nothing ever goes as planned.
    1. Re:Some possibilities by cesman · · Score: 5, Informative

      * Knoppix MythTV

      http://www.mysettopbox.tv/

      As the creator of KnoppMyth (now LinHES), I can tell you that KnoppMyth doesn't work on a TiVO (neither does LinHES).

      Warm regards,

      Cecil

      --
      When the source is open, the possibilities are endless.
    2. Re:Some possibilities by cwolfsheep · · Score: 1

      Thanks for letting us know! Maybe someone will figure out a similar app for such hardware. (sees previous posts on Tivoization) that may be difficult...

      --

      Life is irony, and nothing ever goes as planned.
    3. Re:Some possibilities by Blakey+Rat · · Score: 3, Funny

      I saw a post on Slashdot that said it did though!

    4. Re:Some possibilities by cesman · · Score: 1

      You're welcome. I'd love to get KnoppMyth/LinHES working on as much hardware as we (development team) can. However with the source (and an unrestricted license), this isn't possible for many devices.

      --
      When the source is open, the possibilities are endless.
    5. Re:Some possibilities by Anubis350 · · Score: 1

      for the record, replies like yours are part of the reason I love /., thank you! :-D

      --
      "goodbye and hello, as always" ~Prince Corwin, from Zelazny's Amber series
    6. Re:Some possibilities by kenh · · Score: 1

      Then it must work, sorry the confusion - enjoy!

      --
      Ken
  8. TiVo has IP all over the place by OrangeTide · · Score: 2, Insightful

    "and don't want the slightest taint of their intellectual property"

    The software is not the only intellectual property. To get about from the evil IP you would have to sell the box on ebay/craigslist/whatever and buy something else instead.

    --
    “Common sense is not so common.” — Voltaire
    1. Re:TiVo has IP all over the place by Tangential · · Score: 1

      Buying any hardware that doesn't have an IP taint is going to be challenging. Those design and or firmware programming of all of those support chips, CPUs, etc.. on most motherboards are all individual little pieces of patented or copyrighted intellectual property. That's also going to be true of the monitor, keyboard and mouse that you use with it.

      --
      Suppose you were an idiot. And suppose you were a member of congress. But then I repeat myself. -- Mark Twain
    2. Re:TiVo has IP all over the place by Anonymous Coward · · Score: 0

      He said that he didn't want the slightest taint of *TiVo's* intellectual property. Even Linux is covered by copyright and licensing.

  9. check this site by Chewbacon · · Score: 3, Informative

    This is an old site that hasn't been updated in years. I used it a while back when hacking iOpeners was still popular (those were the days!). He sells some equipment for hard disk upgrades and there's some hacking info, specs, schematics, etc. in the forums. www.linux-hacker.net

    --
    Chewbacon
    The Bible is like Wikipedia: written by a bunch of people and verifiable by questionable sources.
  10. Open Use that Cheats No One by flyneye · · Score: 5, Funny

    A lot like any old computer hardware you can prop open a shed door for airflow or hands free operation while you use both hands to carry in more obsolete crap.

    Upon a bit of reflection, once you have collected enough obsolete crap, you could use some brick mortar and obsolete computers to build a new obsolete materials shed. This should free up your shop to refurbish obsolete crap that you keep planning on, but don't have the room on your bench with which to diddle.
    If you load these old machines with old OpenMosix enabled kernels and ethernet you can crunch numbers and have a heated shop. The only drawback to this, besides blacking out your neighborhood and sending your electric meter dials spinning like a centerfuge is the need to then build another obsolete materials shed.

    --
    *Repent!Quit Your Job!Slack Off!The World Ends Tomorrow and You May Die!
  11. Name it V'GER by smitty777 · · Score: 3, Funny

    Re-program it, and send it back to earth to seek out the maker.

    --
    "Before God we are all equally wise - and equally foolish"
    Albert Einstein
    1. Re:Name it V'GER by cloudscout · · Score: 2, Funny

      Why have two carbon units entered T'VO?

  12. WHO TAGGED THIS HARDHACK? IT IS _NOT_! by Anonymous Coward · · Score: 1, Informative

    Uhm.....NOT a hardhack. A hardhack involves hardware modification to the hardware at a nontrivial level. How is this then a hardhack?

    1. Re:WHO TAGGED THIS HARDHACK? IT IS _NOT_! by Anonymous Coward · · Score: 3, Funny

      Probably some idiot who couldn't even figure out how to post a reply in the right thread.

  13. Re:Don't cheat TiVo! by _Sprocket_ · · Score: 1, Insightful

    'nuff said.

    That sounds as useful as "don't snitch."

  14. Do this by Anonymous Coward · · Score: 0

    Give me your old TiVo.

  15. Re:Sorry, what you're asking for is too easy to ab by qortra · · Score: 5, Insightful

    Sorry, what you're asking for is too easy to abuse

    Genuine question (I'm not being rhetorical): do you consider using hardware you own for personal, constructive purposes ever to be "abuse"?

  16. Nonsense by frovingslosh · · Score: 4, Insightful

    Sure there is intellectual Property on the hardware. Just has every AMD cpu based system that you buy contains AMD ip, but that is not a reason to stop one from using it for something other than the original designer intended. He bought the hardware, he is entitled to use it for whatever he wants, and is in no way required to go to that huge on-line fencing operation to get rid of it.

    Perhaps just the opposite attitude would be more appropriate. Since Tivo basically cheated the intent of the GPL by taking their software and building a system that avoided giving back to the community, even to the point of deliberately making their hardware difficult to re-purpose after it reaches its normal end of life, I think the smart thing for an on-line community rich in open source tradition would be to change its slogan from "Don't cheat Tivo" to "They cheated us, go ahead and cheat Tivo if you can keep it legal".

    --
    I'm an American. I love this country and the freedoms that we used to have.
    1. Re:Nonsense by OrangeTide · · Score: 1

      I just think it's strange for software guys to draw the line where they do.

      And yea, I don't know where this "don't cheat TiVo" push came from. It certainly doesn't jive with the traditional concept of Hacker Justice.

      --
      “Common sense is not so common.” — Voltaire
    2. Re:Nonsense by DavidTC · · Score: 1

      It's because Tivo is so stupid that their 'lifetime subscription' model does not, in fact, actually have a 'lifetime subscription'. Instead the software on 'lifetime subscription' Tivos just doesn't bother to check if you have a subscription.

      Hence the tiniest bit of software hacking on the other Tivos can magically give you a lifetime subscription. (And, presumably, because that software is actually signed by Tivo, said Tivo will have no idea it was actually originally not a lifetime subscription one.)

      This is, somewhat reasonably, seen as a scam. Hence the 'don't cheat Tivo' idiocy. It's because it is impossibly easy to cheat Tivo.

      If they would have actually given a real subscription to the 'lifetime subscription' people, none of this would matter. (This would also let people move said subscriptions to other machines.)

      The 'don't cheat Tivo' people are sorta the equivalent of people like me, who thinks it's somewhat unethical to 'unlock' phones, because said locked phones were sold at a discount with a specific restriction on them, and if you wanted an unlocked one you know where to buy them. But I have to put up with the idiotic unlock people when I want to jailbreak my iPhone.

      There's a line between 'Using the hardware you own however you want to', and 'Getting out of an agreement you made with a company when you bought the hardware', and even 'Using a service you have no right to because the permission check was in your hardware device'.

      I'm a big fan of the first. If I happen to come into possession of a Tivo, or an iPhone, or whatever, I should be able to 'break in' and make it do whatever I want. Use other services, make it a general purpose computer, whatever. (Note I'm not saying they have to 'let' me do that, or make it easy for me, I'm saying I should have the right to try. Although I do think GPL devices should have to let me, which is why I promote GPL 3.)

      But 'whatever I want' doesn't including having the device connect to some service provided by the manufacturer where there's supposed to be a monthly fee. Likewise, if I purchased my hardware at a discount that required two years of service on their network before I actually owned it, then I don't get to claim it was 'lost', keep it, and use it somewhere else after a month.

      The problem is that a lot of companies that sell 'closed box' hardware put the damn checks in the software, so anyone who breaks in can undo them, so they can claim those people are doing it solely to steal from them. I used to be on their side, but now I'm starting to suspect they're doing this on purpose so they have some reason to whine when people want to repurpose their hardware for something else. (Because their business model actually requires selling the service, but they don't want to make people actually sign contracts.)

      --
      If corporations are people, aren't stockholders guilty of slavery?
    3. Re:Nonsense by OrangeTide · · Score: 1

      It's funny you mention unlocking phones. It's the cell providers that pay for those discounted phones. But when the cell companies stop fucking ripping everyone off every chance they get I'll have some sympathy for them.
      TiVo is just a victim of their own incompetence. The cell industry is just greedy and vicious and is far more deserving of some serious hacker justice.

      The whole use hardware however you want to does have it problems. Take the CueCat for example, we're the ones that bankrupted that company getting free or cheap CueCats and sidestepping their business model (no, I couldn't type that without laughing).

      --
      “Common sense is not so common.” — Voltaire
    4. Re:Nonsense by OrangeCatholic · · Score: 1

      DavidTC's post is awesome, but I just wanted to point out that the dont-cheat-tivo people are morons. There's like 2 guys who wrote serious hacker tools for TiVo and about 10,000 hangers-on who have little idea how to use them. So yes, TiVo could use a little hacker justice, if only so that the existing tools are properly supported.

      Incidentally, swapping hard drives was a feature available on day one of TiVo's launch (would that be 0day? I never quite got the lingo).

    5. Re:Nonsense by DavidTC · · Score: 1

      Yeah, I don't have a lot of sympathy for cell companies. Unlocking phones is sorta like stealing from the local loan shark. (Actually, loan sharks have more competition.)

      As for the CueCat, a laughably dumb business model is not, in fact, a problem for anyone but the investors.

      The barcode scanner industry is still going fine.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    6. Re:Nonsense by DavidTC · · Score: 1

      Yeah, the 'don't cheat tivo' people are pretty stupid.

      Hell, the entire thing is stupid. Why the hell doesn't Tivo want third parties things to run on their stuff?

      The work fixing the 'lifetime subscription' issue seems a lot less than the idiotic arms race. Just send everyone who currently has such a machine a notice they have to sign up for a free account, which acts just like a subscription but is magically paid each month. And after six month disable the 'lifetime subscription' downloads.

      The problem, of course, is that Tivo's business model requires subscribers, and that people would quickly release tools replacing their subscription with free sources.

      Which is what the 'don't cheat cheat tivo' don't seem to be able to distinguish. Half them seem to think that's 'cheating' Tivo too. No, stopping using a service that you're under no contractual obligation to use is not 'cheating', and neither is reprogramming a piece of hardware you own to do whatever you want. (As long as, like I said, this reprogramming isn't to get free access to a subscription service without paying.)

      Tivo could easily support themselves on the machines alone. If they can't, they need to raise the price of their machine, and/or provide other services besides a channel guide through their subscription. Which they, in fact, do. If they still can't support themselves, well, sucks to be them. (I don't know why they couldn't support themselves with sales, considering that people can generally make a Tivo-like machine for almost the amount they sell them for, so they have to be making money on the sales. Massproducing a tiny computer with TV recording capabilities would seem to be a reasonable business plan even without subscriptions.)

      It is morally dubious to sell people a machine they can only use if they're willing to pay a certain amount of money each month for a service you provide, and then complain when they figure out ways around needing that service. If you don't want that to happen, require them to sign a contact (Like the cell phone people do with locked phones, which is why I don't have much sympathy for unlockers.), or simply charge them more to start with. Don't whine and bitch and lock down the machine.

      --
      If corporations are people, aren't stockholders guilty of slavery?
  17. Don't bother. by dudeman2 · · Score: 1

    If your Tivo has lifetime service then the best use of it is to sell it (working or not) on eBay and recoup your lifetime service cost.
    Otherwise, you're looking at a doorstop. The Tivo (series 1 and 2) are woefully underpowered by today's standards. You're better off buying any reasonably expandable PC made in the past 4 years, add on MythTV and some video capture cards with hardware acceleration.

  18. Only one site for Tivo Series 1 hacks... by Anonymous Coward · · Score: 3, Informative

    http://www.dealdatabase.com/forum/forumdisplay.php?f=46

  19. Ebay by whoop · · Score: 2, Interesting

    Scanning Ebay's completed auctions, it looks like that's where my Tivo1 with lifetime subscription is going. It's far too much hassle to try finding some use for it, when I can just pocket $50-100. Now, where did I put that thing??

  20. The drama queen by westlake · · Score: 2, Informative
    I have major issues with TiVo and don't want the slightest taint of their intellectual property.

    Sell it and be done with it.

    1. Re:The drama queen by humina · · Score: 1

      There are 3 tivo version 2 machines at the local goodwill. I was wondering how hackable they were since they were priced so low (so this was the perfect thread). I guess they just turn into landfill without any sort of hacker community, and are just junk in a few years. Repurposing the machines would be great, but I guess the company doesn't see any profit from opening up their hardware.

      --
      check out the best blog ever:
      http://oehlberg.com
    2. Re:The drama queen by buss_error · · Score: 1

      Sell it and be done with it.

      The point is that I don't want TiVO to continue to derive profit from my mistake in ever buying it in the first place. I should have simply said "no" and purchased a more open platform, but I had a weak moment and fell for the siren song of "you don't have to mess with it to get it to work." I tried Mythdora in 2007 and didn't have the hardware to make it work right at the time.

      In other comments, "Don't rip off TiVO" is a mantra uttered by others - it isn't one I share.
      While I will not use my uber hacker powers to rip them off, it's quite obvious that others have drank deeply of the kool-ade and see any use of a TiVO device not compensating TiVO as theft of service. I happen to see it as the proper application of the "First Sale" principal vis-a-vi the hardware, anyway. (The "service" is unquestionably out of bounds for my ethics.) Others do not. It is an area where while I do not agree with them, I can see their point and admit that to their mind, this is a legitimate issue.

      Just not one I happen to share.

      I'll think about it a bit more, but absent removing the HD and reusing it, looks like the land fill just got another load of dirty diapers.

      --
      Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
  21. Re:Sorry, what you're asking for is too easy to ab by Lord+Bitman · · Score: 5, Insightful

    Okay, I admit right off that I am unfamiliar with TiVo aside from what I've heard mentioned on TV. I don't have a tivo, I don't plan on getting a tivo, I've never actually looked into it.

    However, I was under the strong impression that TiVo was a DVR. How can one "crack" or "rip off" a DVR? What does a TiVo provide which would be something that, if one were able to re-flash a TiVo, "crackers" would be able to use to some disadvantage to TiVo? Is TiVo cracking something which is actually done? What benefits does it have? What makes it "bad" as opposed to just "bad for the company that wants you to keep using its software"?

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  22. Re:yes! +1 Insightful by Anonymous Coward · · Score: 0

    I'd give ya the +1 myself but, I'm probably gonna post more in this thread :)

  23. Re:Sorry, what you're asking for is too easy to ab by TubeSteak · · Score: 1, Interesting

    Genuine question (I'm not being rhetorical): do you consider using hardware you own for personal, constructive purposes ever to be "abuse"?

    The abuse is in the percieved theft of service.
    If you're using a TiVo, as a TiVo, without paying TiVo, you're 'stealing'.

    This is a self-regulating phenomenon that popped up in the TiVo community.
    Much the same way anime fan-subbers will stop distributing online when it comes out on DVD for their language.

    --
    [Fuck Beta]
    o0t!
  24. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 5, Interesting

    How can one "crack" or "rip off" a DVR?

    Typically it means buying the hardware at a discount and then modifying the software to use some sort of alternative TV Guide feed, instead of the TiVo paid subscription service.

    You can argue the merits for or againt, but most Tivo fans with the necessary hardware and software experience want the TiVo company to succeed and will staunchly refuse to help you.

  25. Don't buy TIVO, or any other locked down device by syousef · · Score: 5, Insightful

    Don't "cheat" TIVO my arse. Aparently the defintion of cheat has become using something you own to do something you want to do. If they have a business model that subsides the hardware, why is that anyone else's problem?

    Seriously, why do people buy a locked down piece of hardware, then wonder why they can't do anything that hasn't specifically been authorised with it? Your solution starts with not buying the damn product in the first place!!!

    Stallman may be a crazy loon that I don't want representing me, but in this particular case he's absolutely right. You shouldn't be allowed to create an abomination like TIVO with open source.

    --
    These posts express my own personal views, not those of my employer
    1. Re:Don't buy TIVO, or any other locked down device by Maximum+Prophet · · Score: 4, Informative

      Seriously, why do people buy a locked down piece of hardware, then wonder why they can't do anything that hasn't specifically been authorised with it? Your solution starts with not buying the damn product in the first place!!!

      I my case, it's because I heard Tivo used Linux, and they allowed hackers. Turns out, that's only on the series 1 machines, and some early series 2's. I got a series 2.5.

      This is the case with any business that want's to rent hardware to do a specific purpose. Tivo just decided to avoid the hassles of actually renting it, so they "sell" you a locked down box.

      Anyway, no-one's mentioned it yet, but you can desolder the boot prom, and substitute one that has the checksums bypassed.

      --
      All ideas^H^H^H^H^Hprocesses in this post are Patent Pending. (as well as the process of patenting all postings)
    2. Re:Don't buy TIVO, or any other locked down device by evilviper · · Score: 1

      You shouldn't be allowed to create an abomination like TIVO with open source.

      BSD is Open Source, and the license is perfectly fine with TIVO's business model.

      The GPL is not Open Source, but "Free Software", Stallman's own term, hence the FSF. In short, it tries to FORCE all software to be free, Open Source does not.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    3. Re:Don't buy TIVO, or any other locked down device by justinmikehunt · · Score: 0

      I agree completely. I don't see what the difference is between owning a tivo, without using the tivo service, and owning a cell phone and having it unlocked and using on a different carrier...

    4. Re:Don't buy TIVO, or any other locked down device by martin-boundary · · Score: 1

      Anyway, no-one's mentioned it yet, but you can desolder the boot prom, and substitute one that has the checksums bypassed.

      That would be a criminal offense, the DMCA doesn't joke about bypassing securit protections. People like Dmitry Sklyarov have gone to jail for a lot less.

      The only proper place for a TiVo is in the landfill.

    5. Re:Don't buy TIVO, or any other locked down device by TheRaven64 · · Score: 1

      The GPL is a license approved by the Open Source Initiative as being Open Source. The BSD license is approved by the Free Software Foundation as being a GPL-compatible Free Software license. There are a few corner cases where it is possible to be Free Software but not Open Source, and vice versa, but almost everything in the real world is either neither or both.

      --
      I am TheRaven on Soylent News
    6. Re:Don't buy TIVO, or any other locked down device by Sir_Lewk · · Score: 1

      The GPL is considered both an Open Source License and a Free Software license. This is one of those "a square is a rectangle but a rectangle is not always a square" situations.

      To back up this statement, please note that the GNU GPL is an OSI approved open source license.

      --
      "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
    7. Re:Don't buy TIVO, or any other locked down device by Anonymous Coward · · Score: 0

      Thanks, that's exactly the kind of useful knowledge this thread needs. I had been assuming for years that TiVo was using an XBox/XBox360-like system with the prom's checksum stuff hidden inside of some other (bga mounted) chip soas to make removal as likely to destroy the component or board as possible.

    8. Re:Don't buy TIVO, or any other locked down device by Maximum+Prophet · · Score: 1

      Bah, updating the PROM doesn't allow you to view the encrypted programs. What it allows you to do is run other code on the box.

      However, you can connect to the web interface on an unmodified Tivo, download the encrypted program, and use tivodecode http://tivodecode.sourceforge.net/, to access the video.

      --
      All ideas^H^H^H^H^Hprocesses in this post are Patent Pending. (as well as the process of patenting all postings)
    9. Re:Don't buy TIVO, or any other locked down device by mysidia · · Score: 1

      The DMCA doesn't make it illegal to bypass security protections. The anti-circumvention provisions only pertain to circumventing technological measures that effectively control access to a copyright work

      Using a custom boot PROM to run a general purpose OS on the box doesn't bypass any measures that effectively protect copyright material.

    10. Re:Don't buy TIVO, or any other locked down device by mysidia · · Score: 1

      If an application is not open source, then by definition, it cannot be free software...

      Not all Open Source licenses necessarily satisfy the free software definition, however.

      An example might be a program distributed as open source that you cannot use for commercial purposes, for example: it's subject to a patent, or a library it depends on is subject to a patent, and the included license only provides a patent license grant for non-commercial purposes.

      Example would be: RSAREF. The RSA Reference library which used to be needed to compile and use PGP.

      Until RSA Security's patent on the RSA cryptography expired, the RSA algorithm in the US could only be legally utilized by the RSAREF library, which included a grant only for non-commercial purposes.

      So PGP could never qualify as free software, no matter what the sw license.

    11. Re:Don't buy TIVO, or any other locked down device by martin-boundary · · Score: 1

      The anti-circumvention provisions only pertain to circumventing technological measures that effectively control access to a copyright work

      That is precisely why replacing the boot PROM is illegal. Remember, the DMCA only talks about circumventing technological measures (eg here), it doesn't require actually accessing the copyrighted work itself afterwards.

      By replacing the PROM, you circumvent a technological measure that controls access to the TiVo code, regardless of your motives.

    12. Re:Don't buy TIVO, or any other locked down device by martin-boundary · · Score: 1

      It's a technological measure that controls access to the OS binaries, which are copyrighted works. That's all that the DMCA requires to put you in jail.

    13. Re:Don't buy TIVO, or any other locked down device by Anonymous Coward · · Score: 0

      Me too. I bought a TiVO because I heard they could be used as a basic DVR (back when those were still hard to find). They didn't serve Canada back then anyway. Turns out I got a newer one, I found out too late. My research at first found no hint of "old one good, new one bad". It would not even record on a timed basis without the service. After a while I gave up, and I have an inert lump sitting in the basement.

      I eventually bought a Panasonic DVR/DVD recorder - a hundred times better!

  26. Re:Sorry, what you're asking for is too easy to ab by Dputiger · · Score: 1

    If I use my genuine, personal hardware to do something illegal with a legal program, I am using the hardware in an illegal/abusive way. I'm not equating legality and use/abuse, but it's not hard to see how the freedom to use any given device legally often opens abusive or illegal options.

  27. Re:Sorry, what you're asking for is too easy to ab by Dare+nMc · · Score: 3, Informative

    It's about the guide data. Tivo would sell a DVR for $199 but charge $5 a month so you could dial into their server monthly to download the guide (and some value added TVGuide stuff.) They also sold identical hardware for $350 that had a lifetime subscription. You could simply alter a few bits on the non-lifetime DVR and re-sale it for a profit as having a lifetime sub. (past tense, since I have no idea what tivo has done in the last 2 years) TIVO did deserve the hack though. They sold lifetime subscriptions for $150. Even on hardware with a service plan, the hardware failed (even under warranty) they would replace the hardware and refuse to update to lifetime subscription unless you paid another $150. This pissed off a programmer so much he went on a mission to avoid paying twice, succeded and shared it with all.

  28. Re:Sorry, what you're asking for is too easy to ab by timothy · · Score: 3, Informative

    Re: "cracking" / "ripping off" -- Typically it means buying the hardware at a discount and then modifying the software to use some sort of alternative TV Guide feed, instead of the TiVo paid subscription service.

    At least some TiVos (I have one; it's actually a Toshiba/TiVo joint-branded thing, also a DVD player, which I bought 4 or so years ago) were sold w/ lifetime service (lifetime of the device, not the purchaser ;)), rather than subscription.

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  29. Re:Sorry, what you're asking for is too easy to ab by moxley · · Score: 4, Insightful

    I think maybe you didn't get what he was asking.

    He isn't asking to "cheat Tivo" or use their service with the box when he is done......He's simply wanting to repurpose the hardware - the attitude that there is something wrong with this seems very out of place around here.

    I could understand if he said he was trying to bypass paying for Tivo, or was somehow going to try to take advantage of the service in some way that isn't kosher; but no, that's not the deal - he just doesn't want to throw away what amounts to a computer...

    I'm fairly interested in this as I have 2 series 2 tivos just laying around, they work fine and I would feel very wasteful just throwing them away......

      - I upgraded to the series 3 (and I like it, and have been happy with the company as well as after I purchased a new HDTV I called them and told that I had owned 2 series 2's and wasn't about to pay $300 or more for an HD box, the deal they gave me was probably one of the best retention offers I've ever received from a company - not only did I get an HDbox for next to nothing, I got several months free and monthly fee reduction of over 40% for life)...

    So I wouldn't ever advocate screwing them - but using perfectly good hardware for your own purposes (when it doesn't rip anyone off) rather than trashing it is something everyone should support - it's the sort of thinking I feel like a lot more people need to get with given the rampant consumerism and it's impact of the world and that people in it....

  30. Best way to start by Bruha · · Score: 1

    Figure out if there's a JTAG or serial header you can use on the MB and go from there. It's pretty much the only way you would get anything meaningful done.

    Also, the older Tivo's are probably the only ones that would be useful, since they can record analog sources. The digital ones are laced with DRM hardware that would probably make things hell.

  31. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    but it's not the same as that at all, fan subs are copyright infringement. this is just a bunch of morons who so love corporatism that they cannot see the difference between not buying something and stealing from the seller.

  32. Re:Sorry, what you're asking for is too easy to ab by mikep554 · · Score: 1

    The problem is that repurposing a tivo would require the exact same skills, tools and methods as cheating tivo by stealing their service. Short of personally knowing the requester, there isn't a real good way to distinguish the hacker (repurposing) from the cracker (stealing service).

  33. Re:Sorry, what you're asking for is too easy to ab by richlv · · Score: 1

    so why not have discount hardware and subscription _agreement_ for some defined period of time ?
    the only reasin against this that i can imagine is some law preventing such agreement clauses that disallow customer to cancel subscription but keep the device.

    i don't own tivo and don't plan to get one (not had a tv at home since it broke 3 months ago), but applying such hardware limitations would surely make me less interested in one if i even was a target demographic.

    --
    Rich
  34. Me too by mrslacker · · Score: 1

    I have one TiVo I got for $12, and another I got for free. Both series II, one is a dual tuner.

    It turns out both of the models I have require a chip mod for you to be able to do anything at all. There's a guy that sells these, but he doesn't publish much information about them. Alternatively, he'll do if for you at (IIRC) $100 a pop. After that, you can start to put in your own mods, etc.

    About the only widespread hacking information you'll find is on how to increase the disk sizes on your TiVo. As others have noted, TiVo supporters are fiercely in support of the company.

    Probably my only options now are to reuse the HDs, DVD-R and perhaps the remote (my MythTV one's buttons have their labels wearing off). Plus, the TiVos are not HD, which means they are now perhaps of limited interest to me.

    Ultimately, my MythTV machine is much more flexible, although HD/cable recording with firewire remains a joke. Getting an HD-PVR might my the best bet here to link up to it.

  35. Re:Sorry, what you're asking for is too easy to ab by spire3661 · · Score: 5, Insightful

    The only way you would be stealing (theft of service) is if you were feeding off Tivo's TV guide listing service without paying for it. If you can find a way to use a free listing service on a TiVo there is NO moral/ethical conflict.

    --
    Good-bye
  36. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    I own two TiVo's, and If I could help you, I would. But both of mine work and so I haven't even cracked the case.

    TiVo has zero to fear from Hackers I think.

  37. Re:Sorry, what you're asking for is too easy to ab by vux984 · · Score: 3, Informative

    so why not have discount hardware and subscription _agreement_ for some defined period of time ?
    the only reasin against this that i can imagine is some law preventing such agreement clauses that disallow customer to cancel subscription but keep the device.

    Er, this is how cell phones work in the US. You get a phone at deep discounts or even free and sign a multi-year contract. You cancel early you pay through the nose in 'cancellation fees' and the phone is yours to keep. Or you complete the contract and the phone is yours to keep. Nothing illegal about this sort of arrangement.

    However, people don't generally LIKE these contracts and we should hardly cry foul when a company gives you discount hardware without the lock-in, and tries to rely on things like 'good customer service' and 'quality product' to keep its customers.

  38. Re:Sorry, what you're asking for is too easy to ab by KC1P · · Score: 5, Insightful

    The abuse is in the percieved theft of service.
    If you're using a TiVo, as a TiVo, without paying TiVo, you're 'stealing'.

    This is a self-regulating phenomenon that popped up in the TiVo community.

    I totally don't get it, unless people are talking about the guide data (which of course makes sense). I bought my TiVo when they first came out -- it was $400 and it belongs to ME. I didn't have to promise to buy their service to get the box at that price, and I never did -- I already know what channels all my shows are on, so I just use it as a plain DVR and program it by hand. How am I a criminal? Now I just wish the damn thing knew about the new daylight savings rules, or at least had a way to set the clock short of pulling out the hard drive and adding a command to the startup script (the RS232 port has never worked). Plus it would be nice to make it stop giving an error screen every time I go to the main menu, badgering me to buy the service. Why is it considered sacrilege to ask how to deal with that, on an expensive box that I already paid for?

  39. Re:yes! by Anonymous Coward · · Score: 0

    I guess you've never met Rob "CmdrTaco" Malda.

  40. Don't cheat Tivo! RIAA/MPAA take note! by itsHenry · · Score: 1

    Isn't it interesting that Tivo has such a loyal crowd! I own three Tivos and I pay for service for two of them (the third is not connected). I wouldn't consider hacking my Tivo to avoid paying. Tivo has developed such a loyal following by being user friendly to it's users and trying to give them what they want that you are you can get kicked off and banned from forums for discussing it.
    Sounds like the RIAA should hire Tivo to do it's PR work. :)

    Way to go Tivo. I love my Tivos. Can't wait until next year. I'm getting a HD Tivo! :)

  41. Re:yes! by Anonymous Coward · · Score: 0

    Well, I did say most.

  42. Re:Sorry, what you're asking for is too easy to ab by pla · · Score: 5, Insightful

    If you're using a TiVo, as a TiVo, without paying TiVo, you're 'stealing'.

    Absolutely, positively false.

    I personally own a Toshiba-branded TiVo series 2 box, which came with free lifetime basic service (which essentially means the channel guide and nothing else, but that works for me just fine).

    I have never paid a dime directly to TiVo (though no doubt Toshiba paid some form of licensing fee), and use one of their their products 100% legitimately. I do note, however, that they appear to no longer offer their "basic" service, nor any "lifetime" terms - Their loss, because I will never buy another box from them (and really, I would upgrade at this point, what with no digital or HD support in my box; but as TiVo clearly doesn't want to sell to me, I will probably end up screwing around with Myth again in a year or two instead, and have a lot more motivation this time to make it work as I want).


    That said, if you remove the channel guide from that (and yeah, I know about the "advanced" features like remoting and such, but I've never found myself "needing" to watch a recorded show anywhere but home), what does TiVo really sell? If you turn their box into a time-based (rather than content-based via the channel guide) digital VCR, you've "stolen" absolutely nothing. They sold you hardware, you used it in a way they might not like but don't really have any right to complain about (again, key point, without using any of the features of their subscription). See :CueCat for a preemptive rebuttal to any arguments to the contrary.

  43. Repurpose? Resell! by kheldan · · Score: 1

    Does it currently work, and have a lifetime program guide subscription? If so then sell it and use the money to buy something more general-purpose. If it doesn't have a lifetime subscription, I'd just junk it and find something else. The hardware is a bit specialized to it's task, and if it's a Series 2 then it's processor is a bit underpowered by today's standards. For cheap you could put together a micro-ATX box with an Atom processor based motherboard in it and not have to worry about proprietary hardware.

    --
    Are YOU using the TOOL, or is the TOOL using YOU? Think about it!
  44. Re:Sorry, what you're asking for is too easy to ab by LocalH · · Score: 1

    I bet you conflate backing up legally acquired movies and games for personal use only with piracy, right?

    --
    FC Closer
  45. A lot like App£e... by KillShill · · Score: 1

    in that cultists support an anti-consumer DRM'd product to their own detriment.

    Education is the only answer to people who think defending corporate rights over their own is a good idea.

    --
    Science : Proprietary , Knowledge : Open Source
  46. Not really... by Anonymous Coward · · Score: 0

    What about the iPhone jailbreaking community? Or the AppleTV hacking community? Or even the Hackintosh community? TiVo has nothing like these, and instead, any sort of hacking is extremely underground and frowned upon by most users. If you jailbreak your iPhone, other iPhone users generally have no problem with it.

  47. Re:Sorry, what you're asking for is too easy to ab by Monolith1 · · Score: 1

    unless you go and hang around with the cracker crowd, which may not be the sort of associations you really want to make

    Who let this guy in here!!

  48. Re:Sorry, what you're asking for is too easy to ab by Eil · · Score: 1

    I ran into this exact same mentality when I started looking into satellite TV. I wanted a solution that I could roll myself, with DVR and the whole bit. It turns out that there's a popular video standard called DVB-S that almost all international satellite providers broadcast in. The hardware is cheap, the video and audio are plain MPEG2. There are lots of DVB tuner cards that go right in your PC and many of them even have Linux drivers.

    The first problem I ran into is that whenever I went asking for information in satellite forums, I got yelled at. A lot. It turns out that there's a subculture of individuals in the satellite scene who trade information on cracking the encryption for Dish Network and some Canadian provider. Apparently these two networks use (or used to use?) standard DVB hardware and bolt some kind of weak encryption on top. Out of curiosity, I checked into this a little but and found that they were a pretty hypocritical group: they create tools and hardware to crack Dish Network's encryption so that they can watch premium TV for free, but have a huge problem with other people sharing the same information or cloning their work. One of the most popular forums actually charged a subscription fee for firmware updates to grey-market boxes. (The firmware updates contained "fixes" whenever Dish would change their encryption.)

    The TL;DR summary: satellite crackers are about as far away from the actual hacker scene as you can get.

    The second problem I ran into is that there's little genuinely free DVB content in the American hemisphere. Except for home shopping and religious channels, the NASA channel is about it. On the other side of the world, you have a lot more options. Once I found this out, I kinda lost interest in the whole thing.

  49. Re:Sorry, what you're asking for is too easy to ab by justinmikehunt · · Score: 0

    They do still offer a lifetime service. I believe it costs $400.

  50. Re:Sorry, what you're asking for is too easy to ab by tkrotchko · · Score: 1

    You are quite correct. I bought 2 Tivo's about 3 years ago when there was a rumor of the end of lifetime service. They keep trying to sell me a new HD box, and I'd like to buy, but they either don't offer transfer of my lifetime, or they want another $300 or so.

    So as much as we like the Tivo, it's not cost effective over Verizon's DVR.

    I would like to turn them into time-based recorders, but the rational thing to do is sell these boxes to someone for $300 each (the subscription can be transferred).

    It's crazy how the Tivo crowd thinks that unless you're paying Tivo a monthly fee that somehow you're not doing the right thing.

    --
    You were mistaken. Which is odd, since memory shouldn't be a problem for you
  51. Re:Sorry, what you're asking for is too easy to ab by mikep554 · · Score: 1

    No, I don't, I believe that falls under acceptable use. I don't neccessarily agree with the "Don't hack your Tivo" attitude either. I'm just trying to bring some clarification as to why the "don't steal from Tivo" folks try to also clamp down on the "repurpose my Tivo" folks.

  52. Part of Why People are Stupid. by Anonymous Coward · · Score: 0

    I run into this a lot in quite a variety of circumstances. If you attempt to do anything outside of the norm, use anything for any non-standard purpose, you are assumed to be breaking the rules are to be corrected.

    Most people are not concerned with what things can do. They are concerned with what they are told they do. What they are told it does is a rule. People that attempt to circumvent that rule are out of line. (...and, probably up to no good.) And, since someone is asking about it, are not asking if it is possible, or how, but rather, if they should break the rule. And, they should not.

    So, the would be preachers preach the rule to the heathens, rather than actually answering the damn question. It is not like they would know anyway: They do not care if such things are possible; so, they have no interest in actually learning nor remembering if they even are, much less how.

  53. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    However, people don't generally LIKE these contracts and we should hardly cry foul when a company gives you discount hardware without the lock-in, and tries to rely on things like 'good customer service' and 'quality product' to keep its customers.

    What's Popcorn Hour have to do with this? I thought we were discussing TiVo?

  54. Re:Sorry, what you're asking for is too easy to ab by BillX · · Score: 2, Informative

    If you're using a TiVo, as a TiVo, without paying TiVo, you're 'stealing'.

    No, you're not. If you paid $ for a piece of hardware, that's your hardware. Perhaps you mean attempting to access TiVo's schedule/listing service with an unofficial client, or otherwise outside the terms of its contract. Alternate, platform-neutral and OSS-friendly listings services do exist, try http://www.schedulesdirect.org/ .

    --
    Caveat Emptor is not a business model.
  55. Easy by soundguy · · Score: 1

    If you can't get the serial port working on a series 1, you probably didn't follow the instructions. Once you are in, the Tivo recording/scheduling stuff can be ignored, but you need the userland Tivo binary (I think it's called "mother") running to manage the stored files. You can make the hardware sing and dance by "echoing" hex values to various s2c bus addresses. I experimented with this years ago and was able to initiate recordings, switch the video input between the tuner, component, and s-video ports, switch the audio between the tuner and the line inputs, etc. I probably should dig up all those old notes since I have 4 series 1 boxes that are now mostly obsolete for analog TV.

    Originally, you needed to set up the box for satellite or cable-with-a-box so the line inputs (channel 0) were used. That still works fine if you don't want to get inside and mess around on the s2c bus. You can then just schedule a round-the-clock series of recordings on channel 0 and plug in a security cam.

    IIRC (it's been a decade or so) the series 1 has a 53mhz PowerPC CPU, 16 megs of DRAM, a proprietary GAL chip that handles the hardware and emulates an IDE controller, and a Sony video encoder chip. The Series 1 is actually pretty much just the original Sony set-top box reference platform with an added Tivo identity chip so they can lock the membership to that hardware. To do a complete rewrite without any Tivo software, you'd need to dig up the original developer's kit and use those drivers. I guess you could write your own drivers from the technical reference if you were so inclined.

    Personally, I think it's a lot easier to just use any old x86 box and a USB or ethernet cam.

    --
    Nothing worthwhile ever happens before noon
  56. Re:Sorry, what you're asking for is too easy to ab by Uberbah · · Score: 2, Interesting

    The problem is that repurposing a tivo would require the exact same skills, tools and methods as cheating tivo by stealing their service.

    Then maybe TIVO shouldn't design their hardware so you have to hack it to use it in perfectly legitimate ways.

  57. Re:Sorry, what you're asking for is too easy to ab by Uberbah · · Score: 1

    Even on hardware with a service plan, the hardware failed (even under warranty) they would replace the hardware and refuse to update to lifetime subscription unless you paid another $150. This pissed off a programmer so much he went on a mission to avoid paying twice, succeded and shared it with all.

    Sounds like grounds for a nice, fat lawsuit as well.

  58. Re:Sorry, what you're asking for is too easy to ab by Uberbah · · Score: 1

    If I use my genuine, personal hardware to do something illegal with a legal program, I am using the hardware in an illegal/abusive way.

    What illegal action? He's not downloading child porn, distributing copies of software, or hacking government databases, so your point doesn't seem relevant.

  59. Dump that trash. by JakFrost · · Score: 1

    I have a Series 1 DirecTiVo and it's gathering dust in a box ever since I tried to sell it off on eBay early this year and had TiVo shutdown two of my eBay auctions on me, even after I complied and tried to sell it without the access card. Everything in the TiVo is legit and the access card is original. The only upgrades that I made to the box was to install a network card in it so that I could get guide data downloads without a phone line that I no longer have in the house. I canceled my DirecTV with TiVo service last year because of this and also because I got tired of TV.

    eBay and their Vero system is full of crap about checking authenticity. They complained about selling the box with their Intelectual Property and sent me a nasty e-mail about the access card. So I re-listed it again without the access card and still got shutdown with a warning that a third violation will close my eBay account. My next step was going to be to file a federal lawsuit against eBay and TiVo for preventing me from re-selling my own bought property under the right of first sale but I got busy around the house and never filled out the paperwork.

    Forget the TiVo, forget eBay Vero, they suck.

    Buy yourself a $70 USD Intel Atom 330 motherboard with Dual-Core 1.6 GHz x86 compatible processors and 1Gbig NIC with 2-SATA, 1-PATA, and 1-DDR2 DRAM slot and go crazy with it. I did just the thing with Elastix PBX. The cost savings in power and frustration will pay for any money you save with that obsolete 8-year TiVo!

  60. Why play with the TiVo by masshuu · · Score: 0

    While it will mean forking out more money, you could spend $300 and get a shuttle or somthing like it off of newegg or some other store and not worry about the TiVo, best part is once you buy it an load mythTV on it, all you have to do is play for your TV service. You could later make a file server with 10 TB of storage and stuff it in a closet or basement or something later, so you can store more shows.

    --
    O.o
  61. Re:Sorry, what you're asking for is too easy to ab by ePhil_One · · Score: 1

    Even on hardware with a service plan, the hardware failed (even under warranty) they would replace the hardware and refuse to update to lifetime subscription unless you paid another $150..

    Sounds like grounds for a nice, fat lawsuit as well.

    Except that the "Lifetime contract was for the lifetime of the hardware, not the lifetime of the person who bought the box. It was in the in the language of the contract he signed.

    --
    You are in a maze of twisted little posts, all alike.
  62. Re:Sorry, what you're asking for is too easy to ab by theaveng · · Score: 1

    >>>If you're using a TiVo, as a TiVo, without paying TiVo, you're 'stealing'.
    This is a self-regulating phenomenon that popped up in the TiVo community.

    Did I just step into the novel called 1984? Jeez. "If you are suspected of doing something illegal your neighbors, or even your own children, will report you. The government will investigate."

    --
    FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
  63. Look here by Anonymous Coward · · Score: 0

    tivoza and oztivo

    Both sites will help you understand what is involved in doing what you ask.

    Nuff said.

    Close thread

  64. Re:Sorry, what you're asking for is too easy to ab by DavidTC · · Score: 5, Interesting

    The idea that the 'channel guide' is some valuable thing is stupid anyway.

    We need to get away from the entire model of having third parties provide guides.

    Channels should provide their programming guide. Each channel should, somewhere, have that information in a standard format.

    And a list of the links to those guides should be collected on the cable and sat providers websites, in some format computers and boxes can important them.(And I'm sure someone would provide broadcast lists for major metropolitan areas.)

    Someone makes a damn standard XML format, and the channels would just dump their data straight into it. It's like 20 fucking hours of programming, one time, to publish their damn schedule, and from them on it just works.

    The idea that anyone should ever pay for that data shows how retarded the media companies are in this country. You should want to tell us what's on your channel, you morons, so we can watch it. Because you are too flat-out bone stupid to do that, we have to pay other people to do it for us.

    Can you imagine if other places worked this way? What if each bus had its own schedule that they didn't bother to make public, so we had 'bus guide' companies that would run around peacing the entire system together and changing us whenever it changed?

    --
    If corporations are people, aren't stockholders guilty of slavery?
  65. Re:Sorry, what you're asking for is too easy to ab by nabsltd · · Score: 1

    Channels should provide their programming guide. Each channel should, somewhere, have that information in a standard format.

    In the US, they generally do, now that digital TV is the standard.

    The big problem is that the box basically needs two tuners if you want to update guide data while watching a channel, since it has to "tune" to the other channels (however briefly) to get the latest data.

  66. Re:Sorry, what you're asking for is too easy to ab by DavidTC · · Score: 1

    I am not aware of that digital TV provides future programming information.

    Providing what is currently on the channel is all well and good for TV stations, but they really need a place to download upcoming stuff.

    Heck, they could encode the URL of the file in the channel itself so that devices could pick it up automatically, during the original auto-tune. Then cable companies don't have to worry about collecting it.

    Even if the upcoming shows are on the channel, unless it covers a week in advance or something, it's not that useful. You shouldn't have to 'update guide data while watching a channel', because the box should have an entire week in advance always.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  67. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    So what? We train people in all sorts of skills that could be abused.

    Locksmith for one.

    Knowledge is not the culprit.

  68. Re:Sorry, what you're asking for is too easy to ab by jsm300 · · Score: 1

    The digital TV standard allows for providing up to 16 days of guide data. However, the FCC only mandates that a station provide 12 hours of guide data, and many stations only provide the minimum. In many cases the station is just going with the default settings and can be convinced to change them; however, the most guide data I've seen, at least in the Denver area, is 7 days of guide data.

  69. TheSquire by thesquire · · Score: 2, Insightful

    I am amazed at the timidity, childishness and ignorance of some posters on the issue of re-use of a piece of hardware someone paid good money for. There is no "abuse" of TIVO involved, as far as the intent of the original poster is concerned. The word "abuse" is over-used and reflects a politically-correct embracing of the notion of victim-hood that makes me cringe. Someone even went as far as to assert that the phone companies who offer discounted phones as a hook to con suckers into paying grossly exhorbitant phone charges for years at a time become innocent victims when a purchaser ends the subscription contract and keeps the phone to do with as they like. How silly. Grow up!

  70. Re:Sorry, what you're asking for is too easy to ab by Cylix · · Score: 1

    Traditionally DVB streams are of the encrypted variety around Northern America. While there is a steady transition to digital feeds for the cost savings there is still a very healthy analogue infrastructure.

    Many syndicated shows are delivered via this infrastructure in the form of "wild feeds." This changes seasonally and it's always fun to manage when there is a wealth of syndicated content to acquire.

    More recently there has been the push to digital content distribution systems. Pathfire being the predominate provider that I can remember. This methodology still uses satellite communications, but is actually performed using terrestrial IP + multi-cast. (Still DVB receivers/modems in the end).

    --
    "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
  71. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 1, Informative

    I have never paid a dime directly to TiVo (though no doubt Toshiba paid some form of licensing fee), and use one of their their products 100% legitimately. I do note, however, that they appear to no longer offer their "basic" service, nor any "lifetime" terms...

    I can tell you haven't looked at Tivo's web site in around two years, as they've been (and still are) offering "lifetime" service since one year after they introduced the very first Series 3.

    Originally they reintroduced lifetime service only for pre-release Series 3 buyers who were willing to transfer their earlier lifetime service to the new unit. Then they continued the same offer beyond the release date. Then they expanded it to allow any existing subscribers to upgrade. Then new lifetime subscriptions were available to any subscribers, plus any "friends and family" by referral from any Tivo subscriber. Then they offered it to anyone. And that was about two years ago.

    They still offer lifetime subscriptions today. Not that you'd know, you haven't checked within the last two years...

  72. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    Maybe you need to learn more about the various useful aspects of this tool called 'knife', 'air', 'keyboard', 'gun', 'towel'. All can be used for good and ban purposes. Legal and illegal.

  73. Re:Sorry, what you're asking for is too easy to ab by Grishnakh · · Score: 1

    Maybe I'm missing something, but how could anyone even use older TiVo hardware for its intended purpose? If the only signals they understand is standard NTSC, those are now obsolete, as NTSC has been shut off and all stations are now ATSC.

  74. Re:Sorry, what you're asking for is too easy to ab by mysidia · · Score: 1

    So? The SSH program can be used to hack into other people's servers.

    Does that mean when anyone asks how to use SSH to get into their server, we should tell them "Don't try to hack into servers", and refuse to assist?

  75. Don't write stupid subject lines by fm6 · · Score: 1

    Seriously, why do people buy a locked down piece of hardware, then wonder why they can't do anything that hasn't specifically been authorised with it?

    Because they're hackers. Hacking doesn't make any practical or economic sense. There's always some off-the-shelf solution that's less hassle and probably less money.

    Electronic hardware depreciates 50% per year. So it's not very long before all its market value is gone. Does that make old C64s useless? Not to the hackers who are still playing with them 15 years after they were discontinued.

    Now about your headline. "Don't buy TIVO, or any other locked down device". You're making an apples and oranges argument here. Yeah, it's stupid to buy a Tivo to repurpose it for some other use. But here's a flash: pretty much all Tivos are bought by people who plan to use them the way they're intended. The Ask Slashdot wasn't submitted by somebody who went to a store and bought a brand new Tivo — he's somebody who has an old one he doesn't want to throw away.

  76. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    I work for a TV station.

    See I thought that too. But it has taken me 2 weeks to pull data directly from our software package into routines that I can use. I am currently working on making an RSS feed.

  77. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    it is easy

    in Australia there is a free to air epg that most digital recivers can pick up and display easily

    free, open, more accurate than newspaper listings

    easy!

  78. Re:Sorry, what you're asking for is too easy to ab by Vellmont · · Score: 1


    The reason you are being rebuked every time you try to do this is because it's exactly the same sort of thing that the crackers use.

    Who are these "the crackers"? Are they related to "the terrorists"?

    --
    AccountKiller
  79. Re:Sorry, what you're asking for is too easy to ab by OrangeCatholic · · Score: 2, Interesting

    Exactly. TiVo is so obsessed with being a subscription-model company that they will do ANYTHING to the hardware to keep the subscription model going.

    Two examples:

    The HD box has no general-purpose inputs. That's right. It's a DVR that can't actually record anything. You either use the RF input or you get a CableCard. This is because they don't have to have the DVD companies screaming at them that users are copying movies etc. onto their hard drives.

    Well, this pissed me off so much that I avoided upgrading to an HD box. So you know what TiVo did? They gave me the HD box for free.

    All this, just so they can get my $14/month.

  80. Check out these sites for info. by Anonymous Coward · · Score: 0

    There are places in this world where tivo will not sell their services and there are work arounds.
    These sites will not help you steal as the software will not work here in the US.
    But they will give you information about what you can do with the unit.

    http://www.oztivo.net/twiki/bin/view/Main/WebHome

    And

    http://tivoza.nanfo.com/wiki/index.php/TivoZA

  81. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    xmltv works fine here in europe (free guide).

    The idea is it's a public domain software that queries web sites automatically.

    Europe, 10 points!!!

  82. Re:Sorry, what you're asking for is too easy to ab by richlv · · Score: 1

    but there is a lockin, just a different one.
    now, if both are so bad, maybe companies should offer less subsidised hardware... that might make people actually research their options and require some quality hardware.

    --
    Rich
  83. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    Heh, so do I - Not fun, is it? I do feed encoding, and every dang morning, I have to check the Tivo/replays

  84. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    each digital channel /does/ have the next 8 or so hours worth of shows encoded into its meta data per ditial standerdy

  85. Re:Sorry, what you're asking for is too easy to ab by AmiMoJo · · Score: 1

    From Tivo's point of view they expect you pay for on-going services after you bought the box. No subscribing to their revenue stream is "abuse".

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  86. Sorry, wrong number by OmniGeek · · Score: 1

    The anti-circumvention
        provisions only pertain to circumventing technological measures that effectively control
        access to a copyright work

    That is precisely why replacing the boot PROM is illegal. Remember, the DMCA only talks about
    circumventing technological measures (eg here), it doesn't require actually accessing the copyrighted work itself afterwards.

    By replacing the PROM, you circumvent a technological measure that controls access to the TiVo code, regardless of your motives.

    Not true. The boot PROM checksum dance does NOTHING to protect the TiVo code; it is intended to prevent anything EXCEPT the TiVo code from running. Bypass the checksum dance, and your TiVo will run the TiVo code exactly as before; thus, there's no "protection of a copyrighted work" being circumvented here. All that changes is that the (BTW, uncopyrightable) hardware will now run YOUR operating system of choice. Before tou argue that the checksum thingy protects the copyright on THAT code, let me point out that the "protection measure" is supposed to protect a specific copyrighted work, and cannot mean categorically locking out an entire class of works (i.e., everything EXCEPT code from a specific vendor). There's even a specific exception for compatibility, which this modification would fit into.

    --

    "My strength is as the strength of ten men, for I am wired to the eyeballs on espresso."
    1. Re:Sorry, wrong number by martin-boundary · · Score: 1

      Not true. The boot PROM checksum dance does NOTHING to protect the TiVo code; it is intended to prevent anything EXCEPT the TiVo code from running. Bypass the checksum dance, and your TiVo will run the TiVo code exactly as before; thus, there's no "protection of a copyrighted work" being circumvented here.

      In particular, this prevents modified TiVo code from running, which is the point. If you disable the checksums, then among the consequences are that you can modify the behaviour of the TiVo code in unauthorized ways. If you perform a null modification, then the code runs as before, but you have still broken the technological protection device. If you replace the OS, you have still broken the protection.

      I don't think the TiVo protection is intended to be legally against an entire class of works, it just happens to imply it due to the mathematical nature of the protection mechanism.

      There's even a specific exception for compatibility, which this modification would fit into.

      I'm not entirely conviced this fits in this case. You're only allowed to disable the protection to learn what you need to do to achieve interoperability with an independent work. If run the modified TiVo, then you're running a derivative, not an independent work.

  87. Re:Sorry, what you're asking for is too easy to ab by codeguy007 · · Score: 2, Insightful

    TIVO can call it anything they want. They still can't make you buy their service just because you own their hardware.

  88. Re:Sorry, what you're asking for is too easy to ab by DavidTC · · Score: 1

    Which is an argument for doing exactly what I said, not the opposite. ;)

    For all I know, it is immensely complicated to get a listing of TV shows. But that's all the more reason for the TV stations to do it once, and publish it in some standard format (An RSS feed with some custom fields is probably the best bet right now.), instead of having five third parties come in, do it themselves, and sell the results and attempt to keep copyright over the listings.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  89. Re:Sorry, what you're asking for is too easy to ab by DavidTC · · Score: 1

    Eight hours is not enough, and neither is requiring all devices that get that information to have a tuner. Perhaps someone wants to put it on a web page, and things like that.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  90. Tivo+broadcom=hard by Anonymous Coward · · Score: 1, Informative

    As someone who works creating software for set top boxes for a satellite company that uses the exact same chips as tivo's, I can tell you its going to be pretty damn hard to re purpose that box unless you have an insane amount of time on your hands. First of, at least for our boxes, we create one series of boxes that are unsecured and used in house for development, these dont check checksum values on bootup and have different bootloaders. The second set of boxes are for public consumption that do all the security checks and what not.

    Second, even if tivo doesnt have these checks, you may be able to get a kernel going, as pretty much every set top runs linux including the tivo's, but without the proprietary drivers to interface with every piece of the broadcom processors inside, its pretty damn useless to use one. These arent generic processors but more in the vein of microcontrollers with many separate functions in blocks inside the processor and without the drivers they are fairly useless as you cant really use them. That is unless you want to illegally dig up the docs which you wont have since you arent a paying customer to broadcom. Either way its going to be hard to build your own working software running on there without all this, and even with all the docs it is an insane amount of work for one person to try.

    Of course this is all based on the tivo's running broadcom chips, the older ones I would have no clue on.

  91. Mod Parent Informative by mpapet · · Score: 1

    It's the first useful post in this entire discussion.

    The short story is, the Tivo-ized Linux is infected with checksum routine that will fail if you make any changes to the OS and binary driver blobs that aren't publicly available. The first person publicly cracking the checksum routine will probably get served DMCA-related litigation. (aka DVD-Jon)

    --
    http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
  92. Re:Sorry, what you're asking for is too easy to ab by pla · · Score: 1

    They still offer lifetime subscriptions today. Not that you'd know, you haven't checked within the last two years...

    Thank you for pointing that out. You have it correct, I do not check their website regularly. I have absolutely no loyalty to companies themselves, and tend to only search for "physical things I buy" on sites that directly sell those things, such as Amazon. And I base my original objection on the fact that TiVo's product listings on such sites, if they mention service at all, always say "TiVo service subscription required".

    I do think I've looked within the past two years, but cannot argue that they currently offer exactly what you say they do. Of course, they also want $300 for it, or 50% more than what I paid for my current unit with lifetime service included. But yeah, they do offer it.

  93. Re:Sorry, what you're asking for is too easy to ab by pugugly · · Score: 1

    Mmmm - Self-regulating themselves into Serfdom to Tivo.

    I gots to get me some of that . . ..

    Actually, no - I was *this* close to saying "When I get my money in December, I'm gonna buy a DVR rather than build another one (I had one I built a few years ago)" but if this is the mess that happen when supposedly Linux based DVRs are updated, screw that, I'll build a new one thanks.

    Cheaper in the log run anyway, and they just made it cheaper in the short run too - {G}.

    Glad to have the new info though. Sounds like I saved a heap o' trouble.

    Pug

    --
    An Invisible Entity of Vast Power whose existence must be taken on faith alone: Liberal Media
  94. Re:Sorry, what you're asking for is too easy to ab by Lord+Bitman · · Score: 1

    sounds like every other service in the world which requires relatively-specialized hardware... and none of those have this problem.
    If TiVo just lets anyone anywhere dial in, send a "can I have TV listings?" request, and it responds to those requests with "ok, sure", they don't get to complain about people "stealing" their listings any more than a website can complain about someone adding /tomorrow.html to the end of a URL.

    It's not stealing if the server says "you can have it" without you saying "I am bill gates, really"

    And if you do need to say "I am bill gates, then the process involves more than flipping a bit.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  95. Re:Sorry, what you're asking for is too easy to ab by Extide · · Score: 1

    Warranty replacement should still count as the lifetime of the device. I think that they are being rather cheap about it there. Say you had a lifetime transmission warranty but the transmission went out, well guess what it's lifetime is over and now it wont be replaced. Would you like to have that happen to you?

    --
    Technophile
  96. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    They don't want you to record a show and then copy it off the box (say, to your PC, as an MPEG2 file, which can be burned to disc). Which explains the closed system.

  97. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    It wasn't much of a change, but to make the change: You would completely dis-assemble the Tivo, take the hard disk out of the tivo and place it into your PC. Then you would boot a linux distro with a modified file-system for the tivo, that would modify the proper file. Remove and re-assemble into the TIVO. Generally one would strip the TIVO password so it could be accessed from a bash shell in the future (and turnd off the DRM used internal) to be able to download movies off of it at the same time (Also it was popular to install a larger drive as well.)

  98. Re:Sorry, what you're asking for is too easy to ab by mattack2 · · Score: 1

    Apparently *your* morals.

    (However, there may very well be a *legal* conflict.)

  99. Re:Sorry, what you're asking for is too easy to ab by mattack2 · · Score: 1

    I didn't have to promise to buy their service to get the box at that price, and I never did -- I already know what channels all my shows are on, so I just use it as a plain DVR and program it by hand.

    Series 1 Tivos can be used without a subscription(*) as a 'dumb' DVR, but that was clearly not what they intended. However, since the information/advertising at the very beginning was slightly ambiguous, they allow(**) series 1s to be used without a subscription. In fact, when they accidentally (or not, depending upon your tinfoil-hat-ness) broke it on an update years ago, they fixed it fairly quickly AFAIR.

    (*) I originally intended to use a Tivo without a subscription way back when. Personally, using a Tivo without a subscription (except for the RARE "Tivo Basic" platforms) is WORSE than using a generic intentionally-subscription-less DVR. At least for multiple recordings. (I do one late night manual recording on my sole S1 that I still use.)
    (**) Yeah, some people say you should be able to do whatever you want on the hardware you bought.. However, with series 2 and beyond, it's clearly designed to be used with the Tivo service.

    IMHO, Tivo has been *more* accommodating of "hackers" than most companies, at least regarding upgrading hard drive size. (Though unfortunately, nowadays drives are coming out at the $100 range that are bigger than the max capacity current Tivos on a single drive... so you're wasting part of the drive.)

  100. Re:Sorry, what you're asking for is too easy to ab by mattack2 · · Score: 1

    Serious questions about the home built DVR:
    * Can you do multiple tuners on your home built DVR?
    * How do you deal with encrypted channels? This does NOT just mean premium channels e.g. HBO, it means basically EVERYTHING beyond the 'broadcast' stations on cable, and the relatively few remaining analog channels on most systems -- if you're doing it via an 'IR blaster', then you're likely not able to do multiple tuners.
    * How do you deal with SDV?

  101. Re:Sorry, what you're asking for is too easy to ab by jjoelc · · Score: 1

    At least in the US, free, over the air ATSC broadcasting DOES include a (brief) guide. It is encoded in a standard, open manner, and the ability to read it is available to anyone who wants to bother. Cable?? That's another story...

  102. Re:Sorry, what you're asking for is too easy to ab by mattack2 · · Score: 1

    People *are* copying movies onto their hard drives. They're using third party tools to do it.

    The HD box has no general-purpose inputs. That's right. It's a DVR that can't actually record anything.

    You act like that's a negative. Of COURSE it can record things. It can record cable (analog or digital), or OTA (which is nowadays digital only except for a few areas that have waivers from the transfer to digital).

    Personally, I use one of my Tivos just to record analog (I took advantage of a lifetime transfer offer), though I am starting to think I'll eventually get cablecards for it.

    A Tivo is designed to record TV. Why would you want an RF in? It already has two tuners inside. The older Tivos had A/V in because they were using a "skanky hack* of controlling external cable boxes via an IR blaster. Current Tivos *REPLACE* the cable box (or not, if you only want analog or OTA stations).

  103. Re:Sorry, what you're asking for is too easy to ab by mattack2 · · Score: 1

    No, they also "understand" analog cable. While analog cable is less available than it used to be, as one data point, I still get my broadcast channels and a few higher channels in analog (Discovery being the most important to me that pop to mind). Most have moved to being only available via digital.

    Also, the old Tivos have A/V inputs. Even though I picked on the idea in another post, someone could theoretically send something in via composite in on an old Tivo and use it for something.

  104. Re:Sorry, what you're asking for is too easy to ab by jeff4747 · · Score: 1

    Can you do multiple tuners on your home built DVR?

    Yes. The number of tuners is a function of the capture card. You can have capture cards with multiple tuners, or multiple capture cards.

    How do you deal with encrypted channels?...How do you deal with SDV

    Cable box & IR Blaster. Multiple boxes if you want multiple tuners.

  105. Re:Sorry, what you're asking for is too easy to ab by mattack2 · · Score: 1

    Cable box & IR Blaster. Multiple boxes if you want multiple tuners.

    Yeah, that's a pretty hacky "solution". I can't imagine that people realistically deal with multiple cable boxes in one location with multiple IR blasters (and carefully shield/tent them so that only the right cable box is controlled by the right blaster).

    I think there are cable-card capture cards availalble now or will be available.. but still, that seems much more of a pain than (and not as reliable as) just using a standalone DVR.

    Are there lots of things I wish Tivos would do that they don't do? Yes, but for what they already do, compared with the competition, I think they're far ahead.

  106. Re:Sorry, what you're asking for is too easy to ab by jeff4747 · · Score: 1

    I think there are cable-card capture cards availalble now or will be available.

    Nope! Cablecard slots have lovely DRM that must be licensed. So Cablecard will never be available as an option in MythTV.

  107. Re:Sorry, what you're asking for is too easy to ab by mad_ian · · Score: 1

    We have this. It's one of the reasons we went thru this digital TV conversion. The fact that some devices don't scan and cache the data to show in a compact fashion is just a limitation of that make and model, as many devices do.

    --
    ~Donald / Just RTFM
  108. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    Even on hardware with a service plan, the hardware failed (even under warranty) they would replace the hardware and refuse to update to lifetime subscription unless you paid another $150. This pissed off a programmer so much he went on a mission to avoid paying twice, succeded and shared it with all.

    It's called "screwing the secondary market" and "fucking anyone who won't knuckle under to their profit plan". It's the same shit Cisco pulled as the dotcom bubble popped. Companies bought high-end routers and other hardware for top dollar. When the company imploded after a couple of years of big, blowout parties and giving out Ferraris to top execs, the hardware was sold in bankruptcy for pennies on the dollar.

    It was scooped up cheap and people went to Cisco to subscribe to updates. The Cisco fucks then insisted that a months-old router be brought in for a very pricey "re-certification". "Please leave one arm and the leg from the same side at the counter on your way out. Fuck 'right of first sale' -- we'll make that useless to you."

    Same thing the copyright pricks are doing to restrict the sale of used CDs. Same thing that publishers tried to do to public libraries many years ago. And are still trying to do.

  109. You can provide your own listings to a TIVO by Anonymous Coward · · Score: 1, Informative

    Posting anonymously because I don't feel like getting flamed by the Tivo cultists.

    I've done this; the info is out there if you look hard enough. OZTivo is a great source; there's a TIVO service emulator that consists of a few perl CGI scripts that sit on Apache; I have it in a file called "tivo-service-emu-djb.zip" so look for that.

    Also, look for "wktivoguide-3.5.tar.gz" (http://minnie.tuhs.org/Programs/Wktivoguide/index.html) as a means to convert listings in a certain format to TIVO "slices", which are binary listings data files.

    I wrote a perl script to convert the download XML program data from XMLTV to the format that wktivoguide wants, then ran the wktivoguide script to convert those to TIVO slices and copy them into the appropriate directory to be served by the Tivo service emulator on Apache.

    It took a bit of research but I did figure it out and have been running this set of scripts for years. I just need to install a bunch of CPAN modules to satisfy dependencies when I move the setup from one machine to another, but it's no big deal. I run this stuff on a Mac using the provided copy of perl and Apache that comes with OS X, so there's really nothing special.

    After getting the service emulator and listings pipeline working, you need to hack your Tivo to point it at your own Apache site; that's thoroughly documented on the web. Look at dealdatabase.com.

    I got my tivo for free from a co-worker because its drive had died; I bought a Tivo OS installation CD and installed to a new drive, hacked it, and did the work described above. Would I have paid for Tivo listings? Probably not; it's been a lot more fun to have figured out what I did anyway.
    Am I pirating listings? Well, I'm not stealing from Tivo - at worst I'm violating a EULA for the tivo software. I don't care. It's my box and I'll do as I please with it.

    Happy hacking.

    1. Re:You can provide your own listings to a TIVO by pj1234 · · Score: 1

      I have it in a file called "tivo-service-emu-djb.zip" so look for that.

      The only tivo files I have never found were the emulator scripts. I have even found a walk thru from Sweden. I would rather see unsubscribed tivos used as a media server instead.

  110. Re:Sorry, what you're asking for is too easy to ab by jandrese · · Score: 1

    They're more related to the people who buy Tivos, flip the bits in them to make them think they have lifetime service, then sell them on eBay as "NIB Lifetime Service TiVo!".

    --

    I read the internet for the articles.
  111. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    You guys are absolutely nuts. It's HIS TIVO! He's not trying to get something for free from TIVO! He's trying to use an old TIVO for something besides a brick!

  112. Free does not require source code by The+Rizz · · Score: 1

    If an application is not open source, then by definition, it cannot be free software...

    Sure it can.

    What if someone has written a piece of software, dropped it online, and publicly stated that they give up copyright and release it into the public domain, but for some reason they did not release the source code? If it's in the public domain, that's about as "free" as software can become - not having the source may make it difficult to modify, but that hardly makes it non-free.

    How about if someone coded an entire program by hand in binary? In this case there would be no "source code". Efficient, no. Possible, yes.

    The same concepts would apply if any FSF license were applied to any closed-source application. As long as you're given the right to modify and distribute, that's free software by any definition, source code or no.

    1. Re:Free does not require source code by mysidia · · Score: 1

      The free software definition is very clear on this:

      The freedom to improve the program, and release your improvements (and modified versions in general) to the public, so that the whole community benefits (freedom 3). Access to the source code is a precondition for this.

      ...

      In order for the freedoms to make changes, and to publish improved versions, to be meaningful, you must have access to the source code of the program. Therefore, accessibility of source code is a necessary condition for free software.

    2. Re:Free does not require source code by The+Rizz · · Score: 1

      You mean the GNU Project's definition of free software is clear on this. Not everyone agrees with their definitions.

      Even on the GNU Project page that you link to, they never satisfactorily explain why source code is required for it to be considered free. They say that access to the source is required for you to "study how the program works [...] change it to make it do what you wish [...] improve the program, and release your improvements", but this is just flat out untrue. Custom made patches allow you to do both of these things, and there are numerous tools available to facilitate this; debuggers, decompilers, etc. etc.

      The source code "requirement" really feels like a totally artificial addition to the entire definition, and I would say it even goes against the spirit of the idea behind Free Software - it imposes conditions upon the original coder that may not be reasonable, or even be possible: Hard drive crashes, death, or other catastrophes may cause the source code to be lost forever - but if a binary of the program still exists, and the author's intent for it to have a Free Software license is clear, why would anyone who truly believes in the concept of Free Software deny that it is Free?

      The source code requirement does not even make sense in some situations; a hand-coded binary does not have any source code! According to their definition, the person writing such code would have to translate their binary into some programming language - this forcible translation makes both extra work for the programmer, and creates an inefficient (and largely pointless) version of the software.

      The GNU Project's definitions betray their blind dogmatism - they have decided upon an entirely arbitrary definition and declared that it is a 100% requirement to use the term in this way ... and it is a way that is pointlessly exclusionary. After all, what is source code other than an easier-to-read representation of the resulting binary? For that matter, what is a binary other than a translation of the source language (meant for one audience - humans) into a different language meant for another audience (processors)? Any differentiation between binary language and a programming language is an arbitrary one; there are many, many programming languages that run the gamut from being almost-binary (e.g. assembly) to being almost-natural (e.g. COBOL). Declaring that any such arbitrary limitation is required is absurd - it would make as much sense to claim that it's not free software unless it's written in a coding language based on one of the romance languages, or written using an ISO character encoding.
      (Just to head one counter argument off, namely the intended level of human readability: Binaries are not meant to be understood by humans, but source code is, and that is the difference? Well then, I guess none of this software (all written in C) can ever be considered Free Software?)

      So long as the program is available for free, does not limit your use of it, allows you to make whatever changes you want to it, and allows redistribution with or without modifications, I (and most people) would consider it Free Software. Source code should be considered a heavily-encouraged option, not a requirement. (Clarification note: I do agree that free licenses should be allowed to require those who modify the code to include the modified code when they redistribute. I just don't believe that a license that doesn't require source code should be automatically disqualified from being considered Free.)

  113. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    Someone makes a damn standard XML format, and the channels would just dump their data straight into it. It's like 20 fucking hours of programming, one time, to publish their damn schedule, and from them on it just works.

    Eh? Guides need constant feeding and care--not just because of obvious things like schedule changes, new or canceled shows, and special events, but also for little things like episode descriptions and meta-data.

    How, exactly, is this fire and forget?

  114. Re:Sorry, what you're asking for is too easy to ab by DavidTC · · Score: 1

    Except that channels already have that stuff.

    I mean, where do you think the guides are getting it from, magic land? They're not getting it from the shows, shows do not write their own episode descriptions, nor do shows know when they will be run.

    No, the channel knows all that. The problem is that they have that stuff in some custom proprietary database somewhere, and send it to a few specific people in some crappyass format, who have each, individually, developed tools to handle each channel's format.

    And then they have to figure out what channels each and every cable station is carrying, and paste that all together into some interface.

    It's a hell of a lot of work, and it's entirely fucking stupid and pointless.

    Channels who want people to watch them should publish, in some standard format, what is on them. That is in their best interests, but in fact they're too damn lazy.

    Cable stations are not lazy, but certainly don't have time to do all that work, which is why they get the TV Guide channel instead.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  115. Re:Sorry, what you're asking for is too easy to ab by Anonymous Coward · · Score: 0

    I watch a lot of dvb that is not encrypted. It is up there you just have to know where and who to talk to. The cracker community is not the friendliest group to get information out of. Try FTA groups instead.