PDA

View Full Version : How to remove noppv?


tgun
08-31-2002, 11:09 AM
I have extreme and Kraven's upgrade on my t60. I am subscribed with a legit card and noppv is causing problems trying to record. What is the easiest way to remove it? Can I just delete the noppv.tcl file?

superzap
08-31-2002, 11:51 AM
Don't just delete noppv.tcl. Edit /tvlib/tcl/tv/TClient-lib.itcl and remove lines 1459-1462 (or commented out by pacing a # before the first non-blank). These are the lines: toggleLed 0
toggleLed 1
exec /tvbin/noppv.tcl -6 >> /dev/null
after 45000

tgun
08-31-2002, 11:55 AM
Thank you very much.