I have been searching the web for a working example on using IR blaster of note 3 in eclipse. There are many answers but non get you to the end. I want to be able to use any IR code and transmit it using the IR blaster. Any API? Library? Open Source app to learn from?
Asked
Active
Viewed 1.9k times
1 Answers
7
Someone figured out how to access the IR blaster of a Galaxy Tab 2 over at xda-developers and even put together a project on github: http://forum.xda-developers.com/showthread.php?t=1670289. The code should also work on the Note series.
Basically, it's a system service than you can access and communicate to via Reflection..

FD_
- 12,947
- 4
- 35
- 62
-
Thank you, this is the first direct answer I get after searching for 2 week – Cobra47 Jan 25 '14 at 20:58