Clone this repo:
  1. 4e256eb [owners] Remove [email protected] from OWNERS am: de8036f6d3 by Owner Cleanup Bot · 5 weeks ago main master
  2. de8036f [owners] Remove [email protected] from OWNERS by Owner Cleanup Bot · 5 weeks ago
  3. 5c84bd3 Removing upstream flag as it is now the default. am: 06a88c4e33 by Rex Hoffman · 3 months ago
  4. 06a88c4 Removing upstream flag as it is now the default. by Rex Hoffman · 3 months ago
  5. 5860e27 Removing Dead Flag am: 656b4fccc1 by Rex Hoffman · 3 months ago

Live TV

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:

  1. Enable the feature PackageManager.FEATURE_LIVE_TV.
  2. Put this project under Android platform repository if required.
  3. Include this package inside platform build.
  4. Build the platform. https://source.android.com/source/building.html

NOTE: This is a reference application and should not be used with further hardening.

Build just Live Tv

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