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
|
4 months ago | |
---|---|---|
.. | ||
assets | 4 months ago | |
common | 4 months ago | |
jni | 4 months ago | |
libs | 4 months ago | |
material_res | 4 months ago | |
partner_support | 4 months ago | |
ratings | 4 months ago | |
res | 4 months ago | |
src/com/android/tv | 4 months ago | |
tests | 4 months ago | |
tuner | 4 months ago | |
Android.bp | 4 months ago | |
AndroidManifest.xml | 4 months ago | |
OWNERS | 4 months ago | |
README.md | 4 months ago | |
build.gradle | 4 months ago | |
com.android.tv.xml | 4 months ago | |
gradle.properties | 4 months ago | |
lint-baseline.xml | 4 months ago | |
proguard.flags | 4 months ago | |
settings.gradle | 4 months ago | |
version.mk | 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:
- Enable the feature PackageManager.FEATURE_LIVE_TV.
- Put this project under Android platform repository if required.
- Include this package inside platform build.
- 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