You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
assets v811_spc009_project 4 months ago
common v811_spc009_project 4 months ago
jni v811_spc009_project 4 months ago
libs v811_spc009_project 4 months ago
material_res v811_spc009_project 4 months ago
partner_support v811_spc009_project 4 months ago
ratings v811_spc009_project 4 months ago
res v811_spc009_project 4 months ago
src/com/android/tv v811_spc009_project 4 months ago
tests v811_spc009_project 4 months ago
tuner v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
AndroidManifest.xml v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
build.gradle v811_spc009_project 4 months ago
com.android.tv.xml v811_spc009_project 4 months ago
gradle.properties v811_spc009_project 4 months ago
lint-baseline.xml v811_spc009_project 4 months ago
proguard.flags v811_spc009_project 4 months ago
settings.gradle v811_spc009_project 4 months ago
version.mk v811_spc009_project 4 months ago

README.md

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