Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Remote.conf required! R-TV S10 DDR4

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    i see
    Last edited by paras0710; 10-05-2017, 18:05.

    Comment


      #17
      Originally posted by Wenkie View Post
      Thanks, I did everything as you explained but the remote still doesn't work :-( then I have to stick with my k400.. The only thing is that I can't turn it on.. Have to unplug and plug it back in
      ok
      BTW you can try this method but it requires root.

      install terminal emulator from play store
      type these command in terminal

      su
      (grant su permission if asked)

      then

      dmesg -c

      then

      press all buttton in remote in sequence you can remember like power>home>dpad up> dpad left> so on

      now type

      dmesg | grep "code is 0x"

      it will show multiple message in this format wrong custom code is 0xAABBCCCC ( BB = button code CCCC = factory code)

      for e.g

      remote: wrong custom code is 0x7e817f80 ( here 0x81 will be your first pressed button code and 0x7f800001 will be your factory code)
      remote: wrong custom code is 0x7c837f80
      so on

      each line is in sequence you pressed the button for e.g 1st line showing code for power button 2nd for home and so on

      now open remote.conf ( copy it to sd or usb storage from superceleron rom i.e from system/etc you may not able to edit in original place) file in any text editor
      first edit factory code is this format 0xCCCC0001 ( CCCC is last 4 digit of your remote code like mentioned above)
      now below you can see many hex code which is button code followed by random 1 to 3 digit numbers these numbers represent type of key(you can see these codes in keylayout/Vendor_0001_Product_0001.kl file for e.g

      key_begin

      0x45 125 #MENU
      0x42 1 #BACK/EXIT
      0x0d 97 #ENTER/OK
      0x10 105 #LEFT
      0x0b 103 #UP
      0x0e 108 #DOWN
      0x11 106 #RIGHT
      0x18 115 #VOL+
      0x17 114 #VOL-
      0x4d 116 #Power
      0x1a 102 #home

      key_end

      edit these hex code with your button hex code accordingly and save remote.conf now replace this new remote.conf file to system/etc folder reboot box and check.

      Comment


        #18
        Thanks! Will give it a try when I have time this weekend.. Hope I can sort it out.. Appreciate it

        Comment


          #19
          I try this method because stock rom of damn r10 did not work after while,i try vorke rom-it works fantastic,i try all files published here but something wrong..keylayot files vendor0001 is empty, most of keys works only down key and back key don't.I try other method with dmesg, but doesn't return me key for down key and back key.Please someone to make instruction step by step,without twrp ,if it is possible

          Comment


            #20
            I have this exact control and I want to install other roms but the control stop functioning.

            If I copy these files from my original rom to the folder manually would that work in the new rom?

            Comment

            Working...
            X