Questions tagged [television]
479 questions
0
votes
0 answers
custome layout in HeadersSupportFragment whit leanback
I have just started working with leanback. I want to add my custom layout to this class.please help me...
`class CustomHeadersFragment: HeadersSupportFragment(),OnHeaderClickedListener {
lateinit var adapter: ArrayObjectAdapter
override fun…

raha
- 1
- 1
0
votes
1 answer
How can I automate testing my TV application in real TVs?
I'm new to TV apps, and I've built some simple TV apps. And now I want to find a way to test the apps in the actual 4-5 TVs I own. The point is to do automation tests and have access to "console" messages, like I have when I do this in emulators.…

Kevin
- 85
- 7
0
votes
0 answers
Is it possible to connect Web App to TV over WiFi or some other method?
For my web application (React), I either need to connect the app to the TV over WiFi or some other technology, as opposed to manually opening up a browser and entering the URL, or to somehow direct the TV to open my website.
Is this possible…

developmentstart
- 15
- 3
0
votes
1 answer
How to open another channel from our Roku channel
hi I am trying to open my another channel with user click a button.
I want my other channel to load. I have no clue how this can be don. some people suggest me to do it through deeplink but all in vain. so how I can do this in Roku.

ImHappy
- 21
- 2
0
votes
0 answers
Subscription Credentials Issue in Google Play Certification
I have an Android TV app that is subscription based I am trying to submit to Google Play through the publishing console.
The flow is this:
Free app downloaded -> checks for subscription
If subscribed -> see content.
If not subscribed -> see splash…

Ben Halkum
- 11
- 3
0
votes
0 answers
React-PDF Auto Page Change
I have to make a web pdf viewer for TV, I'm using react-pdf, but i can't find a solution for auto page change. Is there a option to make it like a carousel ?
const HeroSlider = () => {
const [numPages, setNumPages] = useState(null);
const…

todevv
- 400
- 2
- 11
0
votes
0 answers
How to get MAC address in AOSP Android 12 STB (using priv-app)?
I'm new to Android STB framework development. I want to get MAC address to my vendor android application. My Android STB version is Android 12.
As per Google official release note we can able to get MAC address only in privilaged application…

Mathan Chinna
- 587
- 6
- 22
0
votes
0 answers
Show mobile view on Tv screen
I have a web app with a 3D product configurator that is showing correctly on mobile, desktop, and larger devices.
Now I need to use the same react app, to run on a Tv screen showing the mobile view instead of the desktop view.
This tv screen is a…

DiegoSanchez
- 21
- 1
- 5
0
votes
1 answer
How to target Fire Tv devices in android studio?
i created an app for fire tv, i tested it on my firetv it works but won't show up on amazon store on Fire Tv. After contacting them they send me an email.
*
Thank you for contacting us. Your app didn't target any Fire TV devices.
When you submit…

Ayeman
- 1
0
votes
1 answer
How do I detect Sony Bravia internet browser?
I'd like to write detector of Sony Bravia TV internet browser. I knew it's Opera browser but I don't know exactly what's properties to detect it ? Anyone know what's Opera version or how can I know it's Sony TV browser ?
Thanks a lot

hleduc
- 23
- 5
0
votes
0 answers
Can I write an Android app on NON-Android TV OS to show antenna TV shows?
We are developing an Android app for Android TV, its OS is not Android TV and it has standard Android. Our device has a hardware antenna port to show TV shows, now my question is... is there any solution to show TV channels in our Android app via…

Muhammad Ali
- 720
- 8
- 21
0
votes
0 answers
Connect-SDK : Failed to connect to Google Cast device (Chromcast)
I am developing a TV Remote control application. I am only discovering CastService and DIALService devices. After getting the devices list. I select a device and try to connect it with the below…

mehran khan
- 1
- 1
0
votes
0 answers
Chromecast with Google TV media3.exoplayer codec error on home press
I build a demo code(exoplayer-intro) like app on Chromecast with Google TV. Attach a Fragment to play the video.
I do call the exoplayer.release() on the Fragment onPause() state, and recreate a player instence on onResume().
When pressing home to…

how8570
- 1
- 1
0
votes
0 answers
Live tv show recording and transfer to laptop continuously
I want to know if there is any device which I can attach to my TV (smart or non smart) to continuously download a live TV programme bit by bit and continuously stream it online somewhere?

zainali23
- 29
- 1
0
votes
1 answer
How to hide mouse on webApp SmartTv?
I'm trying to code a STB to Panasonic tv.
I have a vps with bind9 to resolve DNS and redirect the tv app to my web app, and a nginx server configured with some locations.
The donor app is wowtv, after I change the DNS server on tv, and open the app,…

Hércules Mendes
- 1
- 1