FireTV Utility
Replaces previous utility adbfiretv
Depends on afmt
Decided to rewrite and a take a less-is-more approach. I'm much happier with this version.
Install Odin See:
https://odin-lang.org/docs/
Compile with Odin:
- In the terminal, navigate to the folder where this code is located.
- odin build .
Install adb in Ubuntu:
sudo apt install adb
Install adb in Windows:
winget install Google.PlatformTools
ADB (Android Debug Bridge) and Developer Options enabled in the FireOS is required.
Enable Developer Options in FireOS:
1. Go to "Settings", "Device & Software", "About".
2. Press "Your TV" seven times to unlock "Developer Options".
3. Back up to "Device & Software", "Developer Options" should now show in the menu.
4. Go to "Developer Options" and enable "ADB Debugging".
5. When you connect for the first time to FireoS, ADB will fail, but an authorization window will popup on the TV.
6. Check the box to allow the connection ID generated by ADB.
7. After this, all future connections will be allowed from that specific computer