Your Universal Remote Control Center
RemoteCentral.com
Discrete Code Hunter Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 6 made on Friday October 1, 2004 at 16:27
zbee
Lurking Member
Joined:
Posts:
September 2004
7
Somebody did the following thing with one one4all cameleon six which have separate
pvr buttons for recording and so on.
This guy have try to use that keys on th cameleon instaed of the double funktons keys.
key name="shift_blue" code="33" />
key name="ofa_record" code="35" />
key name="ofa_rewind" code="55"/>
key name="ofa_play" code="56"/>
key name="ofa_forward" code="57"/>
key name="ofa_pause" code="58"/>
key name="ofa_stop" code="59"/>
key name="ofa_skipF" code="5a"/>
key name="ofa_skipR" code="5b"/>
key name="ofa_file" code="5c" />
key name="ofa_epg" code="5d" />
key name="discrete_off" code="b4"/>
key name="discrete_on" code="e8"/>


then change the action map


actionmap name="enigmaMain">
....
!-- EPG will be selected on the kameleon key guide-->
action name="showEPGList" key="ofa_epg" flags="m" />
....
!-- the boqet keys ihave never used , i prefer Prog +/- -->
action name="nextService" key="bouqup" flags="mr" />
action name="prevService" key="bouqdown" flags="mr" />
....
!-- Important: here the discrete_ function calls, the normal keys function only by toggleVDR -->
action name="discrete_play" key="ofa_play" flags="m" />
action name="discrete_pause" key="ofa_pause" flags="m" />
action name="discrete_record" key="ofa_record" flags="m" />
action name="discrete_stop" key="ofa_stop" flags="m" />

action name="discrete_startSkipF" key="ofa_forward" flags="m" />
action name="discrete_repeatSkipF" key="ofa_forward" flags="r" />
action name="discrete_stopSkipF" key="ofa_forward" flags="b" />

action name="discrete_startSkipR" key="ofa_rewind" flags="m" />
action name="discrete_repeatSkipR" key="ofa_rewind" flags="r" />
action name="discrete_stopSkipR" key="ofa_rewind" flags="b" />

!-- the + - keys are for servicechange occupied, the Bouquets i have never used -->
!-- action name="showUserBouquets" key="bouqup" flags="m" / -->
!-- action name="showDVBBouquets" key="bouqdown" flags="m" / -->
!-- action name="showRecMovies" key="bouqup" flags="m" / -->
!-- action name="showPlaylist" key="bouqdown" flags="m" / -->
action name="modeTV" key="tv" flags="m" />
action name="modeRadio" key="radio" flags="m" />
action name="modeFile" key="ofa_file" flags="m" />
action name="toggleDVRFunctions" key="video" flags="m" />

action name="toggleIndexmark" key="shift_green" />
action name="indexSeekNext" key="ofa_skipF" />
action name="indexSeekPrev" key="ofa_skipR" />

actionmap>

actionmap name="serviceSelector" style="sselect_default">
....
action name="modeRadio" key="radio" flags="m" />
action name="modeFile" key="ofa_file" flags="m" />
action name="showAll" key="red" flags="m" />
....
actionmap>


The second step will be to program the Kamelon accordingly.
To reprogram the Kameleon-6 you need the Programm IR and following update:
in Protocols we make new protocol


Upgrade protocol 0 = 01 6c (S3C80) Manual Settings
43 8b 42 8b 05 00 00 6a 01 67 6c 03 f6 ff 99 e4
07 09 e4 08 0a e4 03 07 e4 04 08 f0 08 56 08 0f
6c 07 f6 ff 99 f6 ff 38 fb 0d 46 08 80 6c 07 f6
ff 99 f6 ff 38 7b fb af 28 03 f6 ff 71 28 04 f6
ff 71 28 05 f6 ff 71 28 06 f6 ff 91 c6 f8 19 64
f6 01 58 28 07 f6 ff 71 28 08 f6 ff 71 28 09 f6
ff 71 28 0a f6 ff 91 c6 f8 9b 47 f6 01 58 8d 01
0a 48 c2 f0 c2 f6 ff 7d 28 c4 8d ff 7d 1c 12 f6
01 4c 56 c2 0f 6b 09 c6 f8 00 3d f6 01 58 2a f7
af f6 ff 71 1c 12 8d 01 4c 38 c6 c7 03 f0 c0 3e
c7 13 f6 ff c1 3e c7 13 f6 ff c1 3e c7 13 f6 ff
c1 60 c0 0e 56 c0 0f c7 26 56 c2 f0 42 20 d7 62
af 28 c1 f0 c1 02 12 02 01 af
End


under device we add new device



Upgrade code 0 = 0c d5 (SAT/1237) Dreambox
6c 00 fe f6 7e de ee e1 0e 0f 44 1a
00 00 01 00 02 00 03 00 04 00 05 00 06 00 07 00
08 00 09 00 0a 00 0b 00 44 00 0d 00 0e 00 0f 00
20 00 21 00 22 00 23 00 24 00 25 00 28 00 51 00
5d 00 50 00 40 00 41 00 42 00 43 00 45 00 26 00
52 00 51 00 56 00 58 00 55 00 57 00 59 00 35 00
5a 00 5b 00 0c 00 53 00 5c 00 54 00
End
and of corse we copy the new xml back to the dreambox.

My hope is to perform the same thing instead of the Kameleon with the Pronto.
regards
zbee


Hosting Services by ipHouse