5

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?

Shyam
  • 6,376
  • 1
  • 24
  • 38
Cobra47
  • 709
  • 1
  • 10
  • 17

1 Answers1

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