| tag | c5ee418efd33c2d9f041164e46549158dc12922f | |
|---|---|---|
| tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Nov 24 23:24:45 2025 +0000 |
| object | 0a203bd4c8af577d6ac9eaf7b55a1c96e3dc5f64 |
Android automotiveos 15.0.0_lts4
| commit | 0a203bd4c8af577d6ac9eaf7b55a1c96e3dc5f64 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jun 06 23:23:34 2025 -0700 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jun 06 23:23:34 2025 -0700 |
| tree | 20f65681e213de6290f52acbc77aba95d83a7d47 | |
| parent | d62d56d87af0f34c2a5affbc242721dfc3673213 [diff] | |
| parent | 0f38fa49778657c19fb31b844e50cdd1c528f9a5 [diff] |
Snap for 13612820 from 0f38fa49778657c19fb31b844e50cdd1c528f9a5 to internal-android15-automotiveos-lts-release Change-Id: Id987207ac16c4108e147d834f6313aef88572305
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:
NOTE: This is a reference application and should not be used with further hardening.
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