Android Question IPTV android

victormedranop

Well-Known Member
Licensed User
Longtime User
hi, everyone. I just finished an application to receive streaming from some source. I works very well.
but always use a mouse. now I try to use the remote control and don't know how to interact with the IR remote control.

If someone have knowledge with this please share.

Victor
 

KZero

Active Member
Licensed User
Longtime User
did you tried to handle the remote control buttons using
B4X:
Sub Activity_KeyPress (KeyCode As Int) As Boolean
log("Key Pressed code : " & KeyCode)
End Sub
 
Upvote 0

victormedranop

Well-Known Member
Licensed User
Longtime User
I try .but only get left right up down .keys like number did not get anything.

I think the numbers are for the control .

I'm waiting for the manual .

Thabks

Victor
 
Upvote 0

victormedranop

Well-Known Member
Licensed User
Longtime User
finally was a problem with direction and reception. working with keycode numbers.
when i press 0 keycodes = 7.

thanks

Victor
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…