Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to develop a remote control using note 3 IR blaster [closed]

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?

like image 532
Cobra47 Avatar asked Jan 25 '14 08:01

Cobra47


1 Answers

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..

like image 95
FD_ Avatar answered Nov 01 '22 09:11

FD_