java - List of IR patterns/Codes and Device codes vs Device names -


i want make android app 'universal remote control', using infrared. able find many ir codes in xml format here: https://github.com/probonopd/lirc-remotes. here example of ir code key:

<code name="key_play" codeno="0x0000000000000059">       <decoding protocol="sony12" device="17" subdevice="-1" obc="50" hex0="76" hex1="77" hex2="-1" hex3="-1" misc="no repeat" error=""/>       <ccf>0000 006d 000d 0000 005c 0016 0017 0016 002e 0016 0017 0016 0017 0016 002e 0016 002e 0016 0017 0016 002e 0016 0017 0016 0017 0016 0017 0016 002e 03d4</ccf>     </code> 

now want target device type, want display in app, these xml files. device type can tv or dvd player or ac, etc. know device code can fetched, how device types against device codes?

another question, there android/java code generic above xml files , return me ir pattern need transmitt?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -