An open API service indexing awesome lists of open source software.

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

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)