I bought the Mele F10 Pro. Is there someone who knows if the Mic at the RC works in combination with the X6 Pro? And how to set this up? The manual of the RC is not clear. Thanks!
That is nice, thanks for sharing, but I have a Mele F10 Pro because it was mentioned here. So I thought maybe someone has experience with this device. Thanks anyway!
Yes, all buttons under the pad don't work: home, options, volume, FFWD etc. Also the power button doesn't work. I manually have to add the buttons using the STB or TV group button. What I really want is that when using the button My Box everything works.
Hi: this is doc for "How to change our special key for X6" we have make a sample for MINIX NEO A2 Lite to add the mutile switch app. first, you must use the adb, and you should intall the adb tool in your PC. then open the debug mode for X6: goto the android setting==>about device==>build number, press five enter key, and in the android setting will open the "Developer options": And then into the "Developer options", close the USB debugging first, then open it. and your X6 has in debugging mode. And now, you could connect your X6 use adb. into the "cmd mode"in your pc, connect your X6, pls into "adb connect 192.xx.xx.xxx"(your X6 ip addr): then input: "adb shell" "su" "getevent" then press your key int the air mouce, and will set like the red frame: the 00f0 = 0xf0 = 240. and you can put your key into the "Generic.kl" file: key 240 APP_SWITCH then push your file to the system: adb root; adb remount; adb push G:/Generic.kl /system/usr/keylayout reboot your device, and can use the new key.