Questions tagged [television]
479 questions
1
vote
0 answers
Android TV Input HAL EPG support and timeshifting
I am writing an Android TV Input HAL implementation and looking at the the tv input Hal interface I don't see an interface to be implemented that will provide support for EPG, channel names and timeshifting as the Android documentation says.
I am…

user2845482
- 57
- 1
- 1
- 9
1
vote
0 answers
Samsung TV: new Date() returns the wrong date
In a React app for Samsung TV i'm trying to get current date:
console.log('date', new Date());
Result:
Fri Jul 13 2018 19:49:01 GMT+0300 (EEST)
But current date is:
Fri Jul 16 2018 10:58:00 GMT+0300 (EEST)
If turn off and turn on power of the TV…

FakiR
- 63
- 1
- 6
1
vote
1 answer
Scrolling UIScrollView on external screen attached to an iPad
Hey. I've achieved making a programmatic UIScrollView with zooming, but now I've been trying to take the scrollable/zoomable image to an external screen if plugged in.
@implementation MapVC
UIScrollView *mapScrollView;
UIImageView…

Chewie The Chorkie
- 4,896
- 9
- 46
- 90
1
vote
1 answer
Find Overscan margin on Android Tv programmatically
As mentioned in documentations at here:
Screen elements that must be visible to the user at all times should be positioned within the overscan safe area. Adding a 5% margin of 48dp on the left and right edges and 27dp on the top and bottom edges to…

Uniruddh
- 4,427
- 3
- 52
- 86
1
vote
0 answers
Automatic video stops on changhong Android TV
I have a Changhong Android based LED TV. When I connect USB to it for playing video or play video through internal memory, it plays for 1 or 2 minutes and then automatically exits the video I think it happens due to very low RAM which is only 1GB. I…

Yasir Malik
- 11
- 5
1
vote
0 answers
Android Value Animator slow
I'm creating an animation for rail items for Android TV. I combined several animations using Value Animator but animations are really slow and there are a lot of frames skipped. It turns out the even if I play just one animation using Value Animator…

Ne Ko
- 23
- 6
1
vote
3 answers
Error when deploying Tizen App - Failed to get a device information
I am having a problem with deploying a Tizen app onto my Samsung smart tv. For some time it was working really good, but since updating tizen studio to 2.0 and the tv-extension to 4.0 it isn't working anymore. I always get a 'Failed to get a device…

Oliver Adam
- 193
- 14
1
vote
0 answers
How to customise headerfragment of leanback library?
Is there a way to design a UI which is similar to Gmail's TV android app. Actually I'm new to TV development and looking for a way to design a UI which involves a vertical sidebar with HeaderFragment of Leanback library.

aman
- 77
- 2
- 14
1
vote
2 answers
Detect large and low-resolution (TV) screens
My Web application is meant to be used on desktop computers and also on computers that are connected to TV screens.
I would like to apply different styling in these two different cases, but simple media queries do not work here: TVs resolutions are…

Tomas Černius
- 29
- 1
1
vote
2 answers
TV Remote using a Cellphone
I was wondering if it's possible to build an app which works as a TV remote, I've been googling around but so far all I've found are apps that already do or attempt to do it, but nothing that gives me an idea of how to achieve this. Does anyone…

Tsundoku
- 9,104
- 29
- 93
- 127
1
vote
1 answer
LG TV Control through serial using Windows service runs about 30 seconds after PC is powered on - how to start the service sooner?
I have created a Windows service that turns an LG TV on/off over a USB-Serial cable when the PC powers on, resumes, or is shutdown or suspended.
The problem is that it currently takes about 30 seconds from when the PC is turned on for my service to…

Bryan Pope
- 13
- 3
1
vote
1 answer
Recyclerview inside recyclerview dpad navigation not working on android tv
I created one recyclerview inside that recyclerview each row have a horizontal recyclerview. Now when I try to move through child recyclerview(horizontal recyclerview) I am not able to do. I added the requestfocus and focusable= true.
Still not able…

yadunath.narayanan
- 285
- 2
- 15
1
vote
2 answers
Can't connect target emulator in webOS TV
I have installed sdk with ide for webOS TV. I have installed emulator and run it before running webOS TV IDE. However doesn't matter how I try I can't connect to emulator devices. I have the following error:

Wojtek
- 1,006
- 11
- 30
1
vote
1 answer
I am trying to get the model number from an android tv programatically
I've tried several ways to get the model number out of a Sony Android TV like Build.model and Build.name but it returns me something like the name of the Tv (i.e Bravia 2015)
What I need is the full model number of that particular tv (i.e…

Malik Jahanzaib
- 21
- 1
- 6
1
vote
1 answer
Android Leanback - How to add DetailsOverviewRow action icon
I need to add action button icons like on this example. How can I do this?
Action obj have constructor, in which I can pass Drawable :
buttonsAdapter.add(new Action(1,
getString(R.string.my_func), null,…

Jackky777
- 644
- 12
- 19