You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have an termux API to show a IR remote like dialog with all the buttons. Clicking the buttons will transmit the IR signal. The IR pattern will be read from a file.
Reference implementation
Have you checked if the feature is accessible through the Android API?
The feature is accessible through android.hardware.ConsumerIrManager class.
Do you know of other open-source apps that has a similar feature as the one you want? (Provide links)
I have created the following basic dialog with the buttons. I mapped those buttons to my tv remote IR patterns using a JSON file.
The text was updated successfully, but these errors were encountered:
Feature description
I would like to have an termux API to show a IR remote like dialog with all the buttons. Clicking the buttons will transmit the IR signal. The IR pattern will be read from a file.
Reference implementation
Have you checked if the feature is accessible through the Android API?
The feature is accessible through android.hardware.ConsumerIrManager class.
Do you know of other open-source apps that has a similar feature as the one you want? (Provide links)
I have created the following basic dialog with the buttons. I mapped those buttons to my tv remote IR patterns using a JSON file.
The text was updated successfully, but these errors were encountered: