tag | 80cf7c4fd91d6a66dfcac1f539569b33ed2cf4ea | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Feb 06 19:40:48 2023 -0800 |
object | 77f0df0199e11f571e7f58155859168173f6b615 |
Android Platform 12.1.0 Release 12 (SPM2.220819.017)
commit | 77f0df0199e11f571e7f58155859168173f6b615 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat May 15 03:09:16 2021 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat May 15 03:09:16 2021 +0000 |
tree | 0f7f1db0ccb17c9cae5cf514ee2c892d98980222 | |
parent | 22704720618ece5f125689898154619fce881607 [diff] | |
parent | 8a5f894ef1c112b4da5de3aed01a793541f967bf [diff] |
Snap for 7362794 from 8a5f894ef1c112b4da5de3aed01a793541f967bf to sc-v2-release Change-Id: Ic606e04a10f6e7710fdbf2eecb85e4ed96c44430
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