DAL-MOTE is a command-line Android TV remote controller built using Bash. It acts as an interface between the user and ADB (Android Debug Bridge), allowing you to control your Android TV easily from the terminal.
Follow these steps to install DAL-MOTE:
Get the latest .deb file from the Releases section.
sudo apt install ./dal-mote_1.0.1.deb-
Download and install ADB manually from:
https://developer.android.com/tools/adb -
Then install DAL-MOTE using:
sudo dpkg -i dal-mote_1.0.1.debAfter installation, launch DAL-MOTE by running:
dal-moteYou’re now ready to control your Android TV from your terminal.
