Jump to content
Sign in to follow this  
MMSoft

Commando to IPTV box

Recommended Posts

I am trying to create a remote control app for my Android phone to control an (Android) IPTV box.
When I test it on the PC (in the command prompt screen), it works:

C:\ADB\adb.exe connect 192.168.178.44
Gives:
connected to 192.168.178.44:5555
 
And these commands also work:
C:\ADB\adb.exe shell input keyevent KEYCODE_DPAD_DOWN
C:\ADB\adb.exe shell input keyevent KEYCODE_DPAD_UP
C:\ADB\adb.exe shell input keyevent KEYCODE_DPAD_CENTER


But how can I get this working in Delphi 12.1 FMX Android ?
 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×