Output a BIN file for a Tivo with a non-zero Unit Code. Then import the file and although the Output Tab is correct the Unit Code drop down on the Setup Tab is not set.
I must get a life !!
Moderator: Moderators
This happens with the V1111 bin code posted here.alanrichey wrote:Sunday morning so not much to do except fiddle![]()
Output a BIN file for a Tivo with a non-zero Unit Code. Then import the file and although the Output Tab is correct the Unit Code drop down on the Setup Tab is not set.
I must get a life !!
I wonder if it would resolve Morac's issue by trying to export a binary using the Tivo (Offical) protocol instead of the Tivo (Offical 2-byte)? I noticed there was a difference with the device codes when opting for Tivo (Offical 2-byte) vs Tivo (Offical).Morac wrote:The "Unit Code" to 2 in RemoteMaster doesn't match the remote code as read by the TiVo. For example setting the unit code to 1 results in a remote code of 8, 2 results in 4, 3 is 12, etc. I used my S3 to test this since as mentioned in #1, nothing works with the Premiere
Ah, okay. That makes sense then, its an outdated protocol.ini file.
Should I assume no changes are necessary for the non-2 byte version?gfb107 wrote:Make the following change to the TiVo (Official 2-byte) entry in protocols.initoCmdTranslator=Translator(lsb,comp,0,8,0) TranslatorFromDev(comp,2,4,8)CmdTranslator=Translator(lsb,comp,0,8,0) TranslatorFromDev(lsb,comp,2,4,8)
Yes, it does since Morac's RM probably doesn't since he's the one that...alanrichey wrote:Actually, my PROTOCOLS.INI has that change in so that doesn't explain it.
Well, at least for his...Morac wrote:It looks like I can simply import the V1111_PL.bin file into RemoteMaster and change the "Unit Code" to whatever number I want
If you have a separate issue, then perhaps it isn't accounted for in this thread or properly described?Morac wrote:The "Unit Code" to 2 in RemoteMaster doesn't match the remote code as read by the TiVo. For example setting the unit code to 1 results in a remote code of 8, 2 results in 4, 3 is 12, etc.
Code: Select all
"Unit Code 5" bin before exporting.
Upgrade Code 0 = 4C 5B (VCR/1115) (RM v2.00-preview7 (942))
11 00 B2 F8 FE FE 8C 00 1C 00 06 C9 5E F3 73 50
EB 50 6B 50 AB 50 2B 50 CB 50 4B 50 8B 50 0B 50
F3 50 87 50 07 50 53 50 7B 50 3B 50 BB 50 DB 50
ED 50 FB 50 7F 50 7F 50 D7 50 57 50 97 50 17 50
67 50 93 50 5B 50 37 50 1B 50 9B 50 B3 50 1D 50
DD 50 5D 50 77 50 33 50 A7 50 E7 50 B9 50 39 50
F9 50 79 50 7F 50
End
Upgrade protocol 0 = 01 11 (S3C80) TiVo (Official 2-byte) (RM v2.00-preview7 (942))
43 8D 22 8B 12 CF 44 08 08 01 1A 01 06 01 1A 03
31 D7 42 11 A7 08 B7 F6 01 46 46 29 0D 8D 01 49
EndCode: Select all
Reimported from above bin
Upgrade Code 0 = 4C 5B (VCR/1115) (RM v2.00-preview7 (942))
11 00 B2 F8 FE FE 8C 00 1C 00 06 C9 5E F3 73 F0
EB F0 6B F0 AB F0 2B F0 CB F0 4B F0 8B F0 0B F0
F3 F0 87 F0 07 F0 53 F0 7B F0 3B F0 BB F0 DB F0
ED F0 FB F0 7F F0 7F F0 D7 F0 57 F0 97 F0 17 F0
67 F0 93 F0 5B F0 37 F0 1B F0 9B F0 B3 F0 1D F0
DD F0 5D F0 77 F0 33 F0 A7 F0 E7 F0 B9 F0 39 F0
F9 F0 79 F0 7F F0
End
Upgrade protocol 0 = 01 11 (S3C80) TiVo (Official 2-byte) (RM v2.00-preview7 (942))
43 8D 22 8B 12 CF 44 08 08 01 1A 01 06 01 1A 03
31 D7 42 11 A7 08 B7 F6 01 46 46 29 0D 8D 01 49
EndAdditionally, under which conditions would one place a preference in using one of the three TiVo protocols over the other?eferz wrote:It seems to only affect the Tivo (Offical 2-byte) protocol, as neither the Tivo (Offical) or Tivo (Advance) protocols possess that problem. Maybe there's another bug in the protocol?