https://github.com/joelpalmer/firetv-controller
Control any Fire TV or any Android device on your network via ADB
https://github.com/joelpalmer/firetv-controller
adb android android-sdk fire-tv rust subprocess
Last synced: 7 months ago
JSON representation
Control any Fire TV or any Android device on your network via ADB
- Host: GitHub
- URL: https://github.com/joelpalmer/firetv-controller
- Owner: joelpalmer
- Created: 2019-06-25T17:31:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T01:50:50.000Z (about 4 years ago)
- Last Synced: 2024-08-07T23:44:33.970Z (over 1 year ago)
- Topics: adb, android, android-sdk, fire-tv, rust, subprocess
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
[](https://github.com/joelpalmer/firetv-controller)
[](https://travis-ci.org/joelpalmer/firetv-controller)
## Control any Fire TV or Fire TV Stick on your network via your terminal.
**Note:** _This should more or less work with any Android-based device. I haven't tested any others but you should be able to hijack your kid's tablet or your spouse's phone. Control that screen time!_ 😉
**Prerequisites:**
* [ADB](https://developer.android.com/studio/command-line/adb) installed & on your path
* Your Fire TV device has ADB enabled (this opens port 5555)
* You know your Fire TV's IP Address
**Todo:**
- [x] Connect
```console
joel@Joels-iMac firetv-controller (master) $ cargo run
* daemon not running; starting now at tcp:5037
* daemon started successfully
connected to
What key would you like to press? (q to quit)
```
- [x] Control (up, down, left, right, enter, back, home, menu, play, pause)
- [x] up
- [x] down
- [x] left
- [x] right
- [x] enter
- [x] back
- [x] home
- [x] menu
- [x] play
- [x] pause
- [ ] Documentation