programming an atlas dvr remote
Moderator: Moderators
-
Mark Pierson
- Expert
- Posts: 3023
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
-
mr_d_p_gumby
- Expert
- Posts: 1370
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Newbury Park, CA
That's not a valid fix for the RDF, though it probably allowed you to get your upgrade to match KM in this one case.suzook wrote:i fixed it.i uploaded to the file section at yahoo. here is the the link http://groups.yahoo.com/group/jp1/files ... ice%29.rdf
Code: Select all
[DeviceTypes]
TV = 0
VCR/DVD = 1
Cable = 2
CD/Audio = 3
AUX = 4Mike England
-
mr_d_p_gumby
- Expert
- Posts: 1370
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Newbury Park, CA
The correct fix for this problem is to change only the [DeviceTypes] section as follows:I've checked this in both RM & IR, and it will work properly with this change.
Do NOT add an AUX entry to the [DeviceTypeAliases] section as you did in your "fixed" version. The above change is the only one you should make.
Some time back (in this message), another user reported a problem with the checksum range. I haven't had time to test for this problem, but you might also have to change the [Checksums] section if you encounter the same problem:The problem that user tonymorehen reported with the [FixedData] at $017 has not been mentioned by any other user, so I don't know if his case was unique or not. I would not change the fixed data yet, as it will require some time & experimentation to track down what's going on there.
P.S. Nils, this will need to be done for the next release of RDFs...
Code: Select all
[DeviceTypes]
TV = 0
VCR/DVD = 1
Cable = 2
CD/Audio = 3
VCR/DVD = 1,1Do NOT add an AUX entry to the [DeviceTypeAliases] section as you did in your "fixed" version. The above change is the only one you should make.
Some time back (in this message), another user reported a problem with the checksum range. I haven't had time to test for this problem, but you might also have to change the [Checksums] section if you encounter the same problem:
Code: Select all
[Checksums]
^$000:$002..$3FCP.S. Nils, this will need to be done for the next release of RDFs...
Mike England