tag | 0706032265d113ce080345f439601fdaf012bb71 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Wed Jan 12 10:56:41 2022 -0800 |
object | a8ce76648adccf480ed3ceafe1d54d19849292a6 |
Android platform 12.0.0 release 3
commit | a8ce76648adccf480ed3ceafe1d54d19849292a6 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue May 11 01:08:24 2021 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue May 11 01:08:24 2021 +0000 |
tree | 0f7f1db0ccb17c9cae5cf514ee2c892d98980222 | |
parent | 8084c344313c1af5dbee897e17df5f13964e06ba [diff] | |
parent | 0c6bc3c6f3884fe45b748c6604aa5a489ecd9397 [diff] |
Snap for 7351654 from 0c6bc3c6f3884fe45b748c6604aa5a489ecd9397 to sc-release Change-Id: I3dbd06a9b31d18bb83b4a03e5085203bbdd5c52a
Live TV is the Open Source reference application for watching TV on Android TVs.
Live TV is a system app for Android TV. It should be compiled with Android TV platform.
How to build:
NOTE: This is a reference application and should not be used with further hardening.
To install LiveTv
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
adb root adb remount adb push ${OUT}/system/priv-app/LiveTv/LiveTv.apk /system/priv-app/LiveTv/LiveTv.apk adb reboot