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.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| assets | 3 years ago | |
| common | 3 years ago | |
| jni | 3 years ago | |
| libs | 3 years ago | |
| material_res | 3 years ago | |
| partner_support | 3 years ago | |
| ratings | 3 years ago | |
| res | 3 years ago | |
| src/com/android/tv | 3 years ago | |
| tests | 3 years ago | |
| tuner | 3 years ago | |
| .gitignore | 3 years ago | |
| Android.bp | 3 years ago | |
| AndroidManifest.xml | 3 years ago | |
| OWNERS | 3 years ago | |
| README.md | 3 years ago | |
| build.gradle | 3 years ago | |
| com.android.tv.xml | 3 years ago | |
| gradle.properties | 3 years ago | |
| lint-baseline.xml | 3 years ago | |
| proguard.flags | 3 years ago | |
| settings.gradle | 3 years ago | |
| version.mk | 3 years 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