https://github.com/khuedoan/tv-setup
TV configuration as code
https://github.com/khuedoan/tv-setup
Last synced: 6 months ago
JSON representation
TV configuration as code
- Host: GitHub
- URL: https://github.com/khuedoan/tv-setup
- Owner: khuedoan
- License: gpl-3.0
- Created: 2024-12-27T04:22:49.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-04-21T15:42:06.000Z (6 months ago)
- Last Synced: 2025-04-21T16:29:27.567Z (6 months ago)
- Language: Nix
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TV Setup
Configure my Android TVs.
## Usage
Before you begin, edit the `Makefile` to cuxtomize to your liking.
### Enable developer mode
- Somewhere in Settings -> About -> Build number -> Press 7 times
### Get the TV's IP address
- Somewhere in Settings -> About -> Status
### Connect to the TV
```sh
make connect IP=192.168.1.x
```Accept on the TV when prompted.
### Install apps
```
make
```Accept on the TV when prompted.
## Acknowledgements
- [How To Sideload Apps On Your Android TV](https://fossbytes.com/side-load-apps-android-tv/#h-how-to-sideload-apps-on-your-android-tv-using-adb)