Java Question Help with B4A library (IR SDK)

Kevin

Well-Known Member
Licensed User
Longtime User
I posted this other thread a while back: http://www.b4x.com/android/forum/threads/lg-ir.32030/

I'm looking into it again but apparently I don't know enough about this stuff to do this. Any help would be appreciated.

Basically I am trying to convert an IR Java add-on for LG phones with built-in IR blasters, but I hit a wall about 10 minutes into my efforts. :(
 

terryn

Member
Licensed User
Longtime User
I posted this other thread a while back: http://www.b4x.com/android/forum/threads/lg-ir.32030/

I'm looking into it again but apparently I don't know enough about this stuff to do this. Any help would be appreciated.

Basically I am trying to convert an IR Java add-on for LG phones with built-in IR blasters, but I hit a wall about 10 minutes into my efforts. :(

With reference to your question in the other thread, sendIR is a method of com.lge.hardware.IRBlaster.IControl.
IControl doesnt seem to be mentioned in the docs so I suspect the docs are for a different version.
The sample code seems to be OK though.

Terry
 
Top