Clone this repo:
  1. 124b35f Merge Android 14 QPR2 to AOSP main by Xin Li · 12 days ago main master
  2. 5af3484 Merge Android 24Q1 Release (ab/11220357) by Xin Li · 8 weeks ago
  3. 53e2228 Clean up empty jar reference am: c29ad43511 by Rex Hoffman · 9 weeks ago
  4. c29ad43 Clean up empty jar reference by Rex Hoffman · 9 weeks ago
  5. 17b8809 List baseline_filename on modules that are implititly using it am: cc05a7ada6 by Cole Faust · 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