Noob to Libreelec (have run Kodi for a while now on various hardware devices though so not a complete noob) but have an issue with my remote (have searched the forums and wiki but not found anything useful so far!).
Sammix R95S S905X Android box, running this build from SD card currently (working VERY well, awesome work, thanks ) - except the remote....well one button on the remote, the 'OK'/Select button. Every other key appears to mapped correctly and does what i expect it to do, but i cant actually select anything as the 'OK/Select' button ISNT working at all. The 'repeat action' doesnt appear to work either (i have to press down repeatedly to move down thru a menu, for example, instead of being able to just hold the down button) but that is less of an issue than 'OK'/Select not working!
Have grabbed the remote.conf from the Droid side of the box, moved it to the config folder but still nothing.
Have looked at the file itself, but dont have a clue where to start with it to remap the key - only thing i notice about the file is that it appears to have 3 modes of operation, with different codes for the 'OK' button in each mode...? Do i need to force a specific mode to try the different codes...? If so, how do i do this..?
Apologies if this shouldn't be posted to this thread (please let me know where it should go if this is the case!)
THIA for ANY assistance....!
Dongers
#*********************************************************************************************************
#this file is configuration for each factory remote device
# work_mode 0 :software mode 1 :hardware mode
# repeat_enable 0 :disable repeat 1 :enable repeat
#
# factory_code each device has it's unique factory code.
# pattern:custom_code(16bit)+index_code(16bit)
# examble: 0xff000001 = 0xff00(custom cod) 0001 (index)
#
# release_delay unit:ms.release will report from kernel to user layer after this period of time
# from press or repeat triggered.
#
# debug_enable 0 :debug disable 1 :debug disable
#
# SW MODE:
# bit_count how many bits in each frame
# tw_leader_act time window for leader active
# tw_bit0 time window for bit0 time.
# tw_bit1 time window for bit1 time
# tw_repeat_leader time window for repeat leader
# REG
# reg_base_gen set value for PREG_IR_DEC_BASE_GEN
# reg_control set value for PREG_IR_DEC_CONTROL
# reg_leader_act set value for PREG_IR_DEC_LEADER_ACTIVE
# reg_leader_idle set value for PREG_IR_DEC_LEADER_IDLE
# reg_repeat_leader set value for PREG_IR_DEC_REPEAT_IDLE
# reg_bit0_time set value for PREG_IR_DEC_BIT0_TIME
#*************************************************************************************************************
#amlogic NEC remote
work_mode = 0
repeat_enable = 1
repeat_delay = 130
repeat_peroid = 120
release_delay = 20
debug_enable = 1
custom_begin
factory_infcode = 0
factory_code = 0x40400001
fn_key_scancode = 0x47
left_key_scancode = 0x10
right_key_scancode = 0x11
up_key_scancode = 0x0B
down_key_scancode = 0x0E
ok_key_scancode = 0x0D
mouse_begin
0 0x10
1 0x11
2 0x0B
3 0x0E
mouse_end
key_begin
0x0d 232
0x1a 102
0x45 158
0x0b 103
0x0e 108
0x10 105
0x11 106
0x17 114
0x18 115
0x1d 139
0x4d 116
0x01 2
0x02 3
0x03 4
0x04 5
0x05 6
0x06 7
0x07 8
0x08 9
0x09 10
0x00 11
0x0c 111
0x44 141
0x1f 165
0x1e 163
0x47 63
key_end
custom_end
custom_begin
factory_infcode = 1
factory_code = 0xfe020001
fn_key_scancode = 0x26
left_key_scancode = 0x54
right_key_scancode = 0x15
up_key_scancode = 0x59
down_key_scancode = 0x51
ok_key_scancode = 0x55
mouse_begin
0 0x54
1 0x15
2 0x59
3 0x51
mouse_end
key_begin
0x00 116
0x51 108
0x55 232
0x59 103
0x06 114
0x48 115
0x54 105
0x15 106
0x5c 102
0x19 158
0x58 139
0x26 63
key_end
custom_end
custom_begin
factory_infcode = 2
factory_code = 0xfe010001
fn_key_scancode = 0x00
left_key_scancode = 0x51
right_key_scancode = 0x50
up_key_scancode = 0x16
down_key_scancode = 0x1a
ok_key_scancode = 0x13
mouse_begin
0 0x51
1 0x50
2 0x16
3 0x1a
mouse_end
key_begin
0x13 232
0x11 102
0x19 158
0x16 103
0x1a 108
0x51 105
0x50 106
0x10 114
0x18 115
0x4c 139
0x40 116
0x4e 2
0x0d 3
0x0c 4
0x4a 5
0x09 6
0x08 7
0x46 8
0x05 9
0x04 10
0x01 11
0x42 111
0x43 141
0x41 113
0x0f 250
0x00 63
key_end
custom_end
Display More