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

    Originally posted by tillaz87 View Post

    you mean the one on ATV next to wifi ? if so give me the button scancode and i will swap out

    Code:
     const-string/jumbo v4, "com.droidlogic.videoplayer"
    
    const-string/jumbo v6, "com.droidlogic.videoplayer.FileList"
    You could possibly have this mapped to anything. whats your choice? and the scancode

    Comment


      If I change that file, on future updates do I have to change it again? But here you go:
      I got 5 buttons:
      Settings Button: scancode = 191 I changed to F9 like you said but I don't think it worked.
      AppSwitch: scancode = 240 I couldn't do anything to this so I just mapped it to EXPLORER which opens chrome
      I have a microphone button... = scancode: 194 Don't know what to do with this one
      And lastly I got an App Drawer button: scancod = 59
      Power Buttons is IR so I can't do anything with it.
      See if you can help me.

      Comment


        The settings button on the original remote works. It's this one.
        You may only view thumbnails in this gallery. This gallery has 1 photos.

        Comment


          Originally posted by SocksKodi View Post
          If I change that file, on future updates do I have to change it again? But here you go:
          I got 5 buttons:
          Settings Button: scancode = 191 I changed to F9 like you said but I don't think it worked.
          AppSwitch: scancode = 240 I couldn't do anything to this so I just mapped it to EXPLORER which opens chrome
          I have a microphone button... = scancode: 194 Don't know what to do with this one
          And lastly I got an App Drawer button: scancod = 59
          Power Buttons is IR so I can't do anything with it.
          See if you can help me.
          F9 is 100% settings i plugged in a keyboard and checked

          I need your .kl file

          Comment


            Here you go
            Attached Files

            Comment


              On key test it says: keycode=KEYCODE_F9, scanCode = 191
              I can't test the original remote in keytest,apk because it just opens settings and doesn't show up.
              Attached Files

              Comment


                I deleted the Generic.kl file and without any keylayout file the F9 of my keyboard still opens settings

                Comment


                  Originally posted by SocksKodi View Post
                  On key test it says: keycode=KEYCODE_F9, scanCode = 191
                  I can't test the original remote in keytest,apk because it just opens settings and doesn't show up.
                  That's right, it appears to work with F9 on keyboard because it has the same scancode as the one hard-coded

                  try this I changed the hard-coded scancdes to match the ones you gave so

                  119 settings
                  59 kodi


                  in .kl file

                  194 VOICE_ASSIST

                  flash in recovery https://www.dropbox.com/s/dtfkr5xbtf3q9h0/Test.zip?dl=0

                  Comment


                    Ok.
                    What works:
                    -Voice assist on the microphone button
                    -App switch! on the supposed button
                    -App drawer takes me to kodi. Can you change to the app drawer app?
                    What doesn't work:
                    -Settings button doesn't work do I still have to put the F9 option on the kl file?

                    Comment


                      Originally posted by SocksKodi View Post
                      Ok.
                      -App drawer takes me to kodi. Can you change to the app drawer app?
                      What doesn't work:
                      -Settings button doesn't work do I still have to put the F9 option on the kl file?
                      sure, settings is my fault typo in code. 2 mins

                      Comment


                        One more question. I don't really need this but is it possible that two scancodes open settings so the original remote keeps working?

                        Comment


                          Fixed and changed to app drawer from kodi

                          Comment


                            Originally posted by SocksKodi View Post
                            One more question. I don't really need this but is it possible that two scancodes open settings so the original remote keeps working?
                            no, this swaps so the stock remote will loss those buttons

                            Comment


                              Originally posted by SocksKodi View Post
                              One more question. I don't really need this but is it possible that two scancodes open settings so the original remote keeps working?
                              you could try this and let me know https://www.dropbox.com/s/8w2wtfh4kj...Test3.zip?dl=0

                              Comment


                                Ok. Test2.zip: Every button is perfect but the settings button still doesn't work. Going to test the Test3 now

                                Comment

                                Working...
                                X