androidtv-sample-inputs icon indicating copy to clipboard operation
androidtv-sample-inputs copied to clipboard

Sample Channel App (TV Input Service) on Android TV using TIF

Results 45 androidtv-sample-inputs issues
Sort by recently updated
recently updated
newest added

This library is totally outdated. Is this repo dead? Please migrate everything to androidx or provide instructions how to migrate it

I cloned the current version and ran it in Android Studio, deployed it to my Philips 7101 QM163XE Android TV running Marshmallow 6.0.1 with the Live channels app (installed from...

Hi ! I think the title pretty much sums it. After a install the app, and go to live channels app, after the scan and click finish, it returns to...

10-11 15:11:31.808 27043-27043/? E/libprocessgroup: failed to make and chown /acct/uid_10156: Read-only file system 10-11 15:11:31.809 27043-27043/? W/Zygote: createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? 10-11 15:11:31.810 27043-27043/? I/art: Late-enabling -Xcheck:jni 10-11 15:11:31.841...

Hi i want to create a file in the External Storage of the record input but when i try to create a file from the uri i get 'FileNotFound' exception...

Hey jCenter will be shutdown soon. Does this library `com.google.android.libraries.tv:companionlibrary` exist in other repository such as mavenCentral? Or is it in process of migration to another repository? Thanks 🙏

I'm getting a crash on `EpgSyncJobService`: ``` Caused by java.lang.IllegalArgumentException Not a channel: null android.media.tv.TvContract.buildChannelLogoUri (TvContract.java:507) com.google.android.media.tv.companionlibrary.model.ModelUtils.updateChannels (ModelUtils.java:124) com.google.android.media.tv.companionlibrary.sync.EpgSyncJobService$EpgSyncTask.doInBackground (EpgSyncJobService.java:412) com.google.android.media.tv.companionlibrary.sync.EpgSyncJobService$EpgSyncTask.doInBackground (EpgSyncJobService.java:383) android.os.AsyncTask$2.call (AsyncTask.java:333) java.util.concurrent.FutureTask.run (FutureTask.java:266) java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1162) java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636)...

I wish to know if it's possible to use this app with the android device's internal tv tuner, and, if possible, how to do it. I am seeking for any...

Is there any sample for scan and play channels from dvb-c / t / s? Or is there any references for that? Thank you

Also fix following issues: * ERR_CLEARTEXT_NOT_PERMITTED when launching http URL * AdMob not defined causing launch issues, so follow https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml instructions * Update compile SDK version to 28 to fix...