Here is a mips compile of curl-7.29.0, including SSL support. I also threw in a certificate bundle, so it should be ready to use. Installs to /usr.
*** You'll probably need libz as well, so I...
Type: Posts; User: djl
Here is a mips compile of curl-7.29.0, including SSL support. I also threw in a certificate bundle, so it should be ready to use. Installs to /usr.
*** You'll probably need libz as well, so I...
It doesn't seem to matter if the day matches the date. I changed the "1" to a "2" to make the year 2023 and it works fine, even though that will be a Thursday. Eighty years? I admire your optimism!
I edited tivoapp to change the certificate date, and transfers are working fine. On 11.0k I get the offset as 28251640 = 0x1af15f8 but someone with real skills needs to check this!
I was just wondering why you were patching 091208 rather than 110622. The changes regarding "not an episode" (for NPL, anyway) are in the later bundle.
Just out of curiosity, where does this occur? We put a lot of work into fixing this in the NPL a while back, but the logic may not have carried over to related modules. Which version of TWP are you...
I know this was a while back, but you might want to try NCID with the ncid-fly module. You need to install rsyslog as well, but it will then watch for HME activity and will not write to the screen...
Could a bounty bring back some of the hall-of-famers? Good luck topgun, keep us posted.
What is the issue with logos? Sorry if that was an earlier post, I must have missed it...
I'd be shocked if it wasn't built into tivoapp, both for purposes of speed and for the fact that they build EVERYTHING into it. It does beg the question, though: has anyone been disassembling code...
With the release of the TiVo Stream (for beaming content to iPads) comes an update for the iPhone/iPad TiVo app. This (required) update enables streaming, but also introduces code that checks for...
Season Passes that are created at tivo.com and then downloaded when the TiVo phones home have a new type (11). TWP doesn't recognize these, so here is a fix. Both ui_season_pass.itcl and...
This would be a great addition, if you can get it working. If I recall, BCC used a simple pipe into s3tots. It wasn't the fastest solution, but it did the job.
Much obliged; these are too important to go missing. Have you had any luck running either on a Series 3? I had to uninstall the patched version, there were too many menu pauses.
Are the server and client running on the same server? If not, you need to add the address of the ncid server to the command line:
ncid 192.168.1.whatever --no-gui --message --program...
Be sure to keep in mind the previous couple of messages. As written, you have to issue ncid-fly with an absolute path:
ncid --no-gui --program /path_to/ncid-fly &
You're right, John, the command line has to be absolute for the script to run, such as:
ncid --no-gui --program /path_to/ncid-fly &
The above works fine, I've been using it for some time now.
...
If the test works fine, then all of the files are in the right spot. When you say that you can't get it to work, do you mean that caller-id doesn't come up when you get a call? How are you calling...
OK, I've uploaded both rsyslog and ncid-fly to the files sections. Let me know how these are working for you!
rsyslog: http://www.dealdatabase.com/forum/showthread.php?66672-rsyslog-5-8-4
fly2osd...
This package is a Series 3 replacement for the various text-to-screen programs. It uses fly to generate a graphic which is then displayed via osdwriter, a solution which sidesteps the problems with...
MIPS cross-compile of rsyslog, a drop-in replacement for syslogd. It is far superior in that it allows filtering and has the ability to call scripts and programs based upon log entries. Any TiVo...
I knew I had seen something else that watched the log file, I'm glad this came up... rsyslog is a drop in replacement for syslog, but with the added benefit of message filtering and the ability to...
Yup! All HME apps write that upon startup. I'm using rsyslog to set a flag when those messages come through, and if the flag is set then caller-id doesn't run...
I've been really remiss in that I've known about the text2osd/osdwriter problem for ages, and did put together a solution that I never posted. Writing to the screen when any HME app (such as...
Latest build of lynx, cross-compiled. Installs to /usr, so default location for lynx.cfg and lynx.lss is /usr/etc (locations can be changed via command line). I included the terminfo folder from...
I don't think anything has been updated in CVS since the latest distribution, so this isn't really necessary. FWIW, the bash command you're looking for is something like:
cvs -z3...