termux-api icon indicating copy to clipboard operation
termux-api copied to clipboard

Add IR remote support

Open Biswa96 opened this issue 10 months ago • 1 comments

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.

Biswa96 avatar Jan 29 '25 19:01 Biswa96

Good now i can use my phone as a flipper zero :D

FZXO11 avatar Jan 31 '25 10:01 FZXO11