i wish i could for example how to change the name of device here
Posts by drakulaboy
-
-
M8S+ which differs from MXIII-Gwrong, they have the same cpu
-
this is working on my MXIII-G box, i put the remote.conf file in /storage/.config/
if the power doesn't work for you try instean on line 0x51 31 replace it with 0x51 116
Code
Display More#********************************************************************************************************* #this file is configuration for each factory remote device # work_mode 0 oftware 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 factory_code = 0x7f800001 work_mode = 0 repeat_enable = 1 repeat_delay = 40 repeat_peroid = 39 release_delay = 121 debug_enable = 1 fn_key_scancode = 0x15 left_key_scancode = 0x1c right_key_scancode = 0x48 up_key_scancode = 0x44 down_key_scancode = 0x1d ok_key_scancode = 0x5c pageup_key_scancode = 0x04 pagedown_key_scancode = 0x1b mouse_begin 0 0x1c 1 0x48 2 0x44 3 0x1d mouse_end key_begin 0x4d 113 0x56 114 0x4e 115 0x25 105 0x26 103 0x27 106 0x28 108 0x0d 28 0x1b 1 0x53 102 0x51 31 0x49 139 0x52 264 0x31 2 0x32 3 0x33 4 0x34 5 0x35 6 0x36 7 0x37 8 0x38 9 0x39 10 0x30 11 0x58 265 0x44 14 0xbd 122 0xbb 123 0x09 269 0x11 266 0x54 267 0x4f 268 key_end repeat_key_begin 0x4d 113 0x56 114 0x4e 115 0x25 105 0x26 103 0x27 106 0x28 108 0x0d 28 0x1b 15 0x53 102 0x51 704 0x49 139 0x52 264 0x31 2 0x32 3 0x33 4 0x34 5 0x35 6 0x36 7 0x37 8 0x38 9 0x39 10 0x30 11 0x58 265 0x44 111 0xbd 122 0xbb 123 0x09 269 0x11 266 0x54 267 0x4f 268 repeat_key_end
-
i solved my power button on/off problem on LibreElec
remote.conf, when i push the power button it's showing that little menu with Power off, restart, and when i shutting down and puh again it's starting.
-
nice, thank you, i got my remote.conf from android, placed it, it's working but:
Power button is only waking up the box
Home not working
Menu working
Volume working
Mute working
Arrows working
Numbers working
**
EDIT: i'm getting it, i just edited the Ok number and it's working, will keep diggin
EDIT2: Back is working bby)))
Thank you all! -
FYI: i have a MXIII-G box with board MXIII-C V1.1 n200c downloaded LibreELEC-Amlogic.arm-M8SPlus-7.0.2-update.zip from here MEGA and updated from USB , it's working good, but how can i do that remote to work again on LibreElec? Thank you!