commit | e86b242b66997b2a6ee81de5d782ded916dda26a | [log] [tgz] |
---|---|---|
author | shubang <shubang@google.com> | Fri Jul 20 15:59:18 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Jul 25 07:21:51 2018 -0700 |
tree | e60dcae4693be826c83b45b2c6a1b1a827e07f57 | |
parent | 1bf1b4017f0a9aad803307ba0988c2925f11c8b0 [diff] |
Catch exceptions for METHOD_ADD_COLUMN PiperOrigin-RevId: 205467779 Change-Id: Ie9b3896ba659ceebacd388e79e4f95a44a47c3dd
Live TV is the Open Source reference application for watching TV on Android TVs.
The source of truth is the 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.
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