I've tried also the values you suggested, but without any result..
I don't have other remote to test at the moment, I'll keep powering on from the button for now, maybe I'll solve this issue in the future!
Thank you all for the support, great work!
then you take the pre data
from the example above pre-data is 0x11BF
make zeros and ones from it with the 4 bit binary table
0001 0001 1011 1111
1 1 B F
now you gonna bit-reverse it
0001 0001 1011 1111
1111 1101 1000 1000
F D 8 8
so your ir_addr_code0 is gonna be 0xFD88
then you take the code of the button you wanna use
KEY_SLEEP 0x50AF
you only need the first 2 but you can check if te code is right because the last 2 must be the opposite
0101 0000 1010 1111
5 0 A F
now you gonna reverse the fist 2
0101 000
0000 1010
0 A
so your ir_power_key_code0 would be 0x0A
so your configuration in the fex would be
ir_power_key_code0 = 0x0A
ir_addr_code0 = 0xFD88
@jernej so i don't understand the 0x8080 solution you gave his remote code should work with his code i also had a 3 byte pre gap but added a zero in front reversed it and that works
This thread contains more resources
You need to Log in to download or view,No account?
Register
Oh no sorry sensei i am just a noob who try it first .
only on the beelink x2 no succes think a little fine-tunning even no power button that works extracted the fex from the android image that was on it .made a complete backup and put openelec on the emmc after some struggling
You can add any wakeup_src_* entry for wake up pin. If PL06 is in original fex, then it should work. Just add it in wakeup_src0 for example... If this doesn't work, then, I'm afraid, your only two options are guessing or finding schematic.