Search:

Type: Posts; User: T1voZA

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    6,361

    Nero LiquidTV™ | TiVo® PC...

    Nero LiquidTV™ | TiVo® PC puts you in control of when, where, and how you watch TV. Schedule your favorite TV shows to fit your lifestyle. Use the award-winning TiVo interface to watch live TV...
  2. Replies
    52
    Views
    33,262

    UEC decoders sometimes wait till both the single...

    UEC decoders sometimes wait till both the single as well as the repeat key sequence has been received before performing the requested action. Given your learnt codes only contain the repeat key...
  3. Replies
    52
    Views
    33,262

    It might be worth replacing the last digit in...

    It might be worth replacing the last digit in each of the learnt TiVo codes (e.g. 364, 367, 359, etc) with either 4866 (as per the neo learnt codes) or 4940 (as per the austar atlas code).

    The...
  4. Replies
    52
    Views
    33,262

    Try the codes in the above attachment...

    Try the codes in the above attachment first.
  5. Replies
    52
    Views
    33,262

    There are two sets of IR codes in the attached...

    There are two sets of IR codes in the attached zip file, the first just changes the lead out value from 4866 to 4940. The second file replaces all common patterns with the pattern from working austar...
  6. Replies
    52
    Views
    33,262

    Leaving it forum based allows it to serve as a...

    Leaving it forum based allows it to serve as a reference for others trying to achieve the same purpose.

    The neo remote does learn the frequency. At present, the only way to convert neo codes to...
  7. Replies
    52
    Views
    33,262

    I assume you uploaded the previous scripts via...

    I assume you uploaded the previous scripts via FTP? You can do the same for the above files, simply skip the wget line and download the testcodes.tgz from your PC then upload to your TiVo via FTP.
    ...
  8. Replies
    52
    Views
    33,262

    You need to first give the file execute...

    You need to first give the file execute permission, then you may execute it, this can be done as follows:

    chmod 755 ir_codes.tcl
    ./ir_codes.tcl

    Your 'ir_codes.tcl' file looks fine, the device...
  9. Replies
    52
    Views
    33,262

    Yip, looks they they will be useful as they...

    Yip, looks they they will be useful as they contain a different format to the codes I have been testing. Would I be correct in assuming the DBS device codes correlate to the hex codes extracted from...
  10. Replies
    52
    Views
    33,262

    Yip, I would still like them :D I've already...

    Yip, I would still like them :D

    I've already written the code and algorithms, there are a number of IR format permutations possible so having extra test cases will help validate the code even if...
  11. Replies
    52
    Views
    33,262

    You need to enter the codes in Pronto CCF format...

    You need to enter the codes in Pronto CCF format (i.e. the codes extracted when viewing your .ncf file in the Marantz RC3200 editor). An example of this would be a code like:


    0000 006E 0012 0012...
  12. Replies
    52
    Views
    33,262

    Could you upload a copy of both your Neo codes as...

    Could you upload a copy of both your Neo codes as well as the extracted CCF codes that you used for conversion. I'm busy testing some Pronto 2 Neo conversion code and more test cases would be useful.
  13. Replies
    52
    Views
    33,262

    There doesn't appear to be any apparent problems...

    There doesn't appear to be any apparent problems with the code.

    Your IR codes all send the command for a repeat keypress but not for a single keypress. This is not necessarily a problem and many...
  14. Replies
    52
    Views
    33,262

    It doesn't matter where you store the tcl file...

    It doesn't matter where you store the tcl file containing the IR codes as when you execute the file it will upload the codes to your TiVo's MFS database.

    Correct, since you've used the same codes...
  15. Replies
    52
    Views
    33,262

    The above HEX codes do not correlate to the HEX...

    The above HEX codes do not correlate to the HEX format required when converting Pronto ccf codes.

    The good news is that you're halfway there. Using NeoHacker, open up the .ncf file from your Neo...
  16. Replies
    6
    Views
    4,529

    You need to set the FTP port to 3105 and not the...

    You need to set the FTP port to 3105 and not the default 21.
  17. Replies
    6
    Views
    4,529

    Take a look at the "mfs_ftp installation...

    Take a look at the "mfs_ftp installation" thread.

    While you're at it, you may want to take a look at nanVue which will automate all the necessary conversion, upload & download steps on your PC.
  18. Replies
    25
    Views
    14,876

    Correct, the reason the 'ntpdate_local_ip' file...

    Correct, the reason the 'ntpdate_local_ip' file was removed in post 12 was to enable ntpdate to route it's request through emuProxyZA.

    If running ntpdate lead to a successful result then there...
  19. Replies
    84
    Views
    37,186

    You need to edit the '/etc/resolv.conf' file and...

    You need to edit the '/etc/resolv.conf' file and set the nameserver to the IP address of your router or the IP address of your ISP's DNS address. The edited file should look as follows (replace...
  20. Replies
    25
    Views
    14,876

    Either your ISP is blocking the request to the...

    Either your ISP is blocking the request to the time server or the time server is failing to respond, the later seems to be happening quite frequently as of late. The 'ep7Response.log' lists the time...
  21. Replies
    84
    Views
    37,186

    Try running emuProxyZA as you did but instead of...

    Try running emuProxyZA as you did but instead of outputting the debug content to a file, output the content to your putty terminal. This is done by dropping everything after the "-d2" in the above...
  22. Replies
    84
    Views
    37,186

    Out of interest, if the pid listed was 161 why...

    Out of interest, if the pid listed was 161 why did you type "kill 162"? Doing so should have led to a result of "bash: kill: (162) - No such pid" but I do see that emuProxyZA is no longer listed in...
  23. Replies
    25
    Views
    14,876

    Hi gazman88 Thanks for the logs, only problem...

    Hi gazman88

    Thanks for the logs, only problem is ntpdate is currently bypassing emuProxyZA. To fix this, could you delete the 'ntpdate_local_ip' file as follows:

    rm /etc/ntpdate_local_ipOnce...
  24. Replies
    84
    Views
    37,186

    Hi Don If you could enable the debug log and...

    Hi Don

    If you could enable the debug log and trace files in emuProxyZA, this should enable us to determine where the problem lies.

    First thing that needs to be done is to kill the running...
  25. Replies
    6
    Views
    3,644

    You can mount and unmount the partitions on your...

    You can mount and unmount the partitions on your TiVo's drive via telnet. As long as your drive is formatted using a partition the TiVo is able to support there shouldn't be any problems mounting the...
Results 1 to 25 of 59
Page 1 of 3 1 2 3