Posted: Thu Oct 31, 2013 2:05 am
That is actually exactly what I'm doing. I couldn't disassemble the apps on the Vizio, but I managed to do that on the LG. Even more, I disassembled, added a lot of logging functionality (which is how I got to see the codes that they're sending), and put it back.
The LG has the QuickSet Services SDK preinstalled (which I modified), and the QuickRemote app works through it. The QuickSet SDK sends the actual signal to a serial port, (a character device in /dev ), which is handled by the driver. I'm guessing the IR driver there does some more processing, and I have yet to find the binary of the driver that manages the serial port so I can disassemble that one.
The LG has the QuickSet Services SDK preinstalled (which I modified), and the QuickRemote app works through it. The QuickSet SDK sends the actual signal to a serial port, (a character device in /dev ), which is handled by the driver. I'm guessing the IR driver there does some more processing, and I have yet to find the binary of the driver that manages the serial port so I can disassemble that one.