aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 63c1f449175308493730d4d4d7b6558173362263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Live TV

__Live TV__ is the Open Source reference application for watching TV on Android TVs.

## Source

The source of truth is an internal google repository (aka google3) at
cs/third_party/java_src/android_app/live_channels

Changes are made in the google3 repository and automatically pushed here.

The following files are only in the android repository and must be changed there.

* *.mk
* \*\*/lib/\*.\*

## AOSP instructions

To install LiveTv

```bash
echo "Compiling"
m -j LiveTv
echo  "Installing"
adb install -r ${OUT}/system/priv-app/LiveTv/LiveTv.apk

```

If it is your first time installing LiveTv you will need to do

```bash
adb root
adb remount
adb push ${OUT}/system/priv-app/LiveTv/LiveTv.apk /system/priv-app/LiveTv/LiveTv.apk
adb reboot
```