Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[ROM] Android TV (7.1.2) Beelink GT1 (Multi 6255 & 9377 Standard+Ultimate)

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Yes it uses an usb dongle. I did it a year ago on another box following just this forum and I got the files from there. I think the vendor file is working but I managed to make the power button the last time only by replacing remote.conf file because it is IR. I'll wait for the guide and see if it helps me.
    I'm looking for the product and vendor IDs for the Minix A3 remote. I plugged the dongle into my pc, and window's device manager detects the VID as 0C40...

    Comment


      1) Download a terminal app, have the remote connected

      in terminal do

      Code:
      [B]cat /proc/bus/input/devices[/B]
      take note of these values for the remote, Vendor= Product=

      make a new file called Vendor_????_Product_????.kl <~~~~~ replace the ???? with your values from terminal for Vendor= Product=

      open the file with a text editor and paste this inside

      Code:
      key 1     ESCAPE
      key 2     1
      key 3     2
      key 4     3
      key 5     4
      key 6     5
      key 7     6
      key 8     7
      key 9     8
      key 10    9
      key 11    0
      key 158   BACK
      key 58    CAPS_LOCK
      key 29    CTRL_RIGHT
      
      key 127   MENU
      key 217   SEARCH
      key 228   POUND
      key 227   STAR
      
      key 108   DPAD_DOWN
      key 103   DPAD_UP
      key 172   HOME
      key 105   DPAD_LEFT
      key 106   DPAD_RIGHT
      key 115   VOLUME_UP
      key 114   VOLUME_DOWN
      key 104   PAGE_UP
      key 109   PAGE_DOWN
      
      key 16    Q
      key 17    W
      key 18    E
      key 19    R
      key 20    T
      key 21    Y
      key 22    U
      key 23    I
      key 24    O
      key 25    P
      key 26    LEFT_BRACKET
      key 27    RIGHT_BRACKET
      key 43    BACKSLASH
      
      key 30    A
      key 31    S
      key 32    D
      key 33    F
      key 34    G
      key 35    H
      key 36    J
      key 37    K
      key 38    L
      key 39    SEMICOLON
      key 40    APOSTROPHE
      key 14    DEL
      
      key 44    Z
      key 45    X
      key 46    C
      key 47    V
      key 48    B
      key 49    N
      key 50    M
      key 51    COMMA
      key 52    PERIOD
      key 53    SLASH
      key 28    DPAD_CENTER
      
      key 56    ALT_LEFT
      key 100   ALT_RIGHT
      key 42    SHIFT_LEFT
      key 54    SHIFT_RIGHT
      key 15    TAB
      key 57    SPACE
      
      key 12    MINUS
      key 13    EQUALS
      key 164   MEDIA_PLAY_PAUSE
      key 165   MEDIA_PREVIOUS
      key 163   MEDIA_NEXT
      key 208   MEDIA_FAST_FORWARD
      key 168   MEDIA_REWIND
      key 116   POWER
      key 113   VOLUME_MUTE
      2) Download and install this app. and open it.

      Press all buttons one by one, taking note of the *scancode* value for each button press
      Now change the key codes in the file you made with the scancodes you took to mach the button description

      3) save file, add to system/usr/keylayout
      set permissions and reboot.




      The scancode for the select button needs to be DPAD_CENTER
      but these remote normally default to ENTER and that's the main reason for doing the above, as leanback keyboard wont accept enter.

      All other buttons are normally ok.. so if all button on your remote work fine, except select button with ATV keyboard.. then you can skip step 2)
      Last edited by tillaz87; 16 January 2018, 15:35.

      Comment


        I already did that but that doesn't help me making the IR button (power button) of my minix A3 work. Everything works but that button because it is IR. Can you by any chance put the original remote.conf file here? I forgot to backup. No problem if you can't. Its just to save me from re-installing. Thanks again!

        Comment


          And tell me if there is any way to add the IR code of the button to the already existing ones.

          Comment


            Originally posted by SocksKodi View Post
            And tell me if there is any way to add the IR code of the button to the already existing ones.
            if it has an IR button for power like my last two they are learnable via the stock remote. check if the power button has a scancode first

            Comment


              Nop, but I got the remote.conf file that belongs to the boxes that have this remote as default. See if it helps. (Had to change the extension)
              Attached Files

              Comment


                Maybe I can just add this line "0x18 116 #POWER WAKE" but dont know where

                Comment


                  Originally posted by SocksKodi View Post
                  Maybe I can just add this line "0x18 116 #POWER WAKE" but dont know where
                  yes, if that remote shipped with a box you would need to use those 3 files, send me them and i will make a zip for you (remote-mouse12.tab remote-mouse31.tab remote.conf)

                  Comment


                    I don't have the box and they only gave me this. Tell me if it's not enough and I'll try to get the rest
                    Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily. Never email yourself a file again!

                    Comment


                      Trying to follow this guide now.
                      First of all you can redefine the key of every input device attached and recognized by your Android device. Such input devices like a IR Remote, Bluetooth Keybord

                      Comment


                        What's the easiest way to go into recovery? Always seem to have a problem
                        Edit: Nevermind, found it.

                        Comment


                          I tried both zips and the IR power button doesn't work and the "OK" button results in a KEYCODE_ENTER. I even changed the permissions with chmod 644. Kinda lost here now but going to keep trying stuff. Thanks for your help anyways
                          Edit: I think the remote is still using the Generic.kl. There should be an error on the .kl file I have but dont know how to find out.

                          Comment


                            If anyone can post the original remote.conf here, would be helpful.

                            Comment


                              Originally posted by SocksKodi View Post
                              the "OK" button results in a KEYCODE_ENTER.
                              fixed that Flash3.zip

                              if you have a button on that remote you don't use and it has a scancode I could change it to the power button
                              Here is an example with the esc button on the back of the remote Flash4.zip (hold for power menu)
                              Attached Files

                              Comment


                                Originally posted by SocksKodi View Post
                                If anyone can post the original remote.conf here, would be helpful.
                                its in the v8 rom.zip system/etc

                                Comment

                                Working...