Page 1 of 1

Slingbox PRO-HD / 500 - Double Arrow Keypress help needed

Posted: Sat Aug 17, 2013 1:04 am
by kaz911
Hi,

I could do with some help. I have made a setup file for my CableTV Box (Etisalat eVision Pace DPI79xx) - and everything works perfectly - apart from the arrow keys - they generate DOUBLE keypress - on both my PRO-HD and my 500.

I know "protocols.ini" is where to look - but I'm blank :) on how to solve it.

Posted: Sat Aug 17, 2013 3:27 am
by vickyg2003
This is a real common problem for sling box users. You'll need to modify your proticol .INI with some special non-repeating protocols found. Here.
https://www.hifi-remote.com/forums/dload ... e_id=11416

Append these to your current protocol.INI file. Hopefully you'll find a non-repeating version of the protocol you need. If not we can create one for you.

Please make sure to post your bin and rdmu files when you complete them to help our community.

Posted: Sat Aug 17, 2013 4:39 am
by kaz911
thanks - so I append it - and regenerate the BIN file? or do I have to change more things in RemoteMaster?

Posted: Sat Aug 17, 2013 4:40 am
by kaz911
kaz911 wrote:thanks - so I append it - and regenerate the BIN file? or do I have to change more things in RemoteMaster?
ohh and once they work i'll upload :--) Better than remembering where I put it myself *G*

Posted: Sat Aug 17, 2013 5:11 am
by vickyg2003
kaz911 wrote:thanks - so I append it - and regenerate the BIN file? or do I have to change more things in RemoteMaster?
Once you fix protocols.INI, you need to select the the non-repeating version from the drop down in remote master.

Posted: Sun Aug 18, 2013 8:30 am
by alanrichey
We have some duplicate threads here with a matching conversation going on over at Place Shifting. I suggest we close that one and use this one,

For the experts: Turns out his protocol is MCE and that is not one of the ones we have tweaked as a non-repeating protocol. Can we do the usual byte change to fix it ?

Code.S3C80=40 9a 41 8b 0d 00 05 35 01 a8 00 dc 00 00 00 00 \
00 c3 76 03 02 6b 08 76 00 01 6b 03 b6 06 80 76 \
03 01 6b 0b 56 03 fe 76 00 01 6b 03 46 03 01 1c \
12 f6 01 4c 38 03 f6 ff 7a f6 ff 55 b0 c6 87 36 \
04 f6 ff 7e 6e 37 64 f6 c6 f8 88 00 f6 01 58 f6 \
01 0a 7b db af 76 03 01 6b 0b f6 ff 70 f6 ff 70 \
f6 ff 75 8b 10 1c 1a f6 ff 75 f6 ff 75 f6 ff 70 \
1c 16 8d 01 4c 1c 1a 8d 01 4c 4c 04 8b 02 4c 08 \
37 3f 08 f6 ff 75 f6 ff 70 8b 06 f6 ff 70 f6 ff \
75 90 c3 4a eb af

Posted: Sun Aug 18, 2013 10:26 am
by 3FG
Alan,
This sends a single frame. I'm not sure if the toggle behavior will be suitable--it alternates with each button press. Of course, we don't know what toggle behavior is needed, so this is worth a try.

Code: Select all

[MCE No Repeat]
PID=01 FE
DevParms=Device:7=4,OEM2:8=15
DeviceTranslator=BitDoubler(0,7,50) BitDoubler(1,8,32)
FixedData=a9 32 95 55 00 00 40 00
CmdParms=OBC
CmdTranslator=Translator(0)
DefaultCmd=00
CmdIndex=0
Code.S3C80= 47 93 81 8B 09 00 05 37 01 A4 00 DE 00 CE 08 00 \
58 04 37 50 06 37 00 03 B6 04 F0 37 52 06 37 00 \
03 B6 09 C0 2C 08 38 0B CF 10 0C 10 0B DF 10 0C \
10 0B 90 C3 FB 03 B6 0C 03 2A ED 1C 12 F6 01 4C \
77 71 38 03 F6 FF 67 38 04 F6 FF 63 B0 C6 87 36 \
05 F6 FF 67 20 C6 37 66 F5 77 70 C6 F8 87 FF F6 \
01 58 AF 4C 04 8B 02 4C 08 90 C3 7B 09 77 70 1C \
18 F6 01 6D 8B 07 1C 16 F6 01 64 77 71 4A EA AF \

Posted: Sun Aug 18, 2013 10:40 am
by alanrichey
Absolutely, many thanks.

kaz911: Please paste that into your PROTOCOLS.INI and see if it helps.

Posted: Sun Aug 18, 2013 7:36 pm
by kaz911
Thanks guys - and sorry for the confusion. If it can be any help - I'll upload the IRScope source/capture?

I'll try out the above right away.

Posted: Sun Aug 18, 2013 7:58 pm
by kaz911
Thanks - that worked (after removing the last line backslash :) You guys are the best! Now i'll double check everything and then upload. I think it will be compatible with all recent Pace IP TV Boxes.

Code: Select all

[MCE No Repeat] 
PID=01 FE 
DevParms=Device:7=4,OEM2:8=15 
DeviceTranslator=BitDoubler(0,7,50) BitDoubler(1,8,32) 
FixedData=a9 32 95 55 00 00 40 00 
CmdParms=OBC 
CmdTranslator=Translator(0) 
DefaultCmd=00 
CmdIndex=0 
Code.S3C80= 47 93 81 8B 09 00 05 37 01 A4 00 DE 00 CE 08 00 \ 
58 04 37 50 06 37 00 03 B6 04 F0 37 52 06 37 00 \ 
03 B6 09 C0 2C 08 38 0B CF 10 0C 10 0B DF 10 0C \ 
10 0B 90 C3 FB 03 B6 0C 03 2A ED 1C 12 F6 01 4C \ 
77 71 38 03 F6 FF 67 38 04 F6 FF 63 B0 C6 87 36 \ 
05 F6 FF 67 20 C6 37 66 F5 77 70 C6 F8 87 FF F6 \ 
01 58 AF 4C 04 8B 02 4C 08 90 C3 7B 09 77 70 1C \ 
18 F6 01 6D 8B 07 1C 16 F6 01 64 77 71 4A EA AF
[/code]

Posted: Sun Aug 18, 2013 8:40 pm
by kaz911
Files works - zip with all source and bin files uploaded in files section

thanks for all your help!

Posted: Mon Aug 19, 2013 12:02 am
by alanrichey
Good thanks. And I have updated the file in the Working Section that has all the non-repeating protocols.

Posted: Mon Aug 19, 2013 6:39 am
by vickyg2003
alanrichey wrote:I have updated the file in the Working Section that has all the non-repeating protocols.
Thanks for that. I'll update my protocols.INI file. I wonder why we don't have the sling non-repeating protocols in the mainstream INI file. Your upgrades require this section to open and your upgrades cover a huge assortment of oddball equipment.

Posted: Mon Aug 19, 2013 7:19 am
by alanrichey
I am very aware this is the 'JP1' forum, which is mainly aimed at JP1-compatible remotes, but because the Sling system uses the same chipsets we can piggy-back on this forum and utilise all the software tools and expertise (for which I am eternally grateful), when Sling Media aren't interested.

So the non-repeat tweak is normally only for us, not the other 99% of users on the forum. For that reason they probably should not be in the mainstream INI file ? Not sure.