Questions tagged [television]
479 questions
1
vote
1 answer
How to run an apk in another application
I have made several tv apps. Now Im making a container app which may launch all those apps. But the restriction here is that i dont want user to separately download those tv apps. I have the apks of all those tv apps. How can i make my container app…

nabeel imtiaz
- 11
- 3
1
vote
0 answers
When I use HorizontalGridView to set setFocusScrollStrategy(HorizontalGridView.FOCUS_SCROLL_PAGE), it crashes
The Java code:
private void initView() {
HorizontalGridView horizontalGridView = findViewById(R.id.hg_title);
horizontalGridView.setHorizontalSpacing(dip2px(this, 30));
…

Peter.Pan
- 21
- 2
1
vote
1 answer
Android TV How To Prevent Other Applications In The Background From Using Media Buttons
On my Android TV if I launch Pandora in the background and let music play, then launch my app.
From my application if I press pause or next it receives these on my applicaiotn but also affects Pandora.
How can I prevent background applications from…

Lance Allison
- 11
- 3
1
vote
2 answers
Tv card application
I have a gadmei pt228f tv card plugged in to my pc.i need to write a c# application in order to display tv in my application.can someone give me a idea to start with

chamara
- 12,649
- 32
- 134
- 210
1
vote
1 answer
Flutter: Live TV channel steaming problem
I want streaming a Live TV channel. That's why I used flutter_vlc_player 3.0.3.
When I click the button to starting live TV channel, sometimes it takes a long time to open and sometimes doesn't open.
But When I click the button to starting live TV…

Abir Ahsan
- 2,649
- 29
- 51
1
vote
1 answer
Installing Certificate on Android TV Over Adb Command
Is there a way to install Adguard Certificate (adguard.crt) on an Android TV? I installed Adguard on my TV and set up everything except for HTTPS Filtering. When I click on activate, the certificate install screen flashes but when I click on install…

Bahadır Kaya
- 11
- 3
1
vote
0 answers
ADB Connect To Android TV (Sanyo Android TV, Model-SWTV, OS- Android Pie 9.0)
Im Unable to connect to Android TV, I followed the below steps, but still unable to do.
Tried Connecting the TV with my PC using USB Male-Male data cable and entered below commands
1.ping 192.168.1.16
Res:
Pinging 192.168.1.16 with 32 bytes of…

Leons
- 201
- 1
- 7
1
vote
0 answers
AppleScript for AirPlay Button in the new TV app
Can anybody figure out how to click the AirPlay Display pop up button in the new TV app (found in MacOS Catalina) using AppleScript? I've tried a zillion different ways, and still get the result "missing value."
As far as I know this code should…

aguaman
- 11
- 2
1
vote
0 answers
How to check if TV stream is working by PHP
Is it possible to read something from UDP stream like this
udp://@220.155.228.45:1432
to check if it works?
IP here is fake but I tried this code on the IP and port that I know working but it failed:
$sock = socket_create(AF_INET, SOCK_DGRAM,…

holden321
- 1,166
- 2
- 17
- 32
1
vote
2 answers
Setting input of Android TV using android App
Currently, my HiSense Q8 android TV has a start up screen that has App, Youtube and Netflix icons. There is a series of clicks on the remote I need to go through to have it show input from HDMI input 1. What I'd like to have is an android app causes…

Eric Davies
- 78
- 1
- 9
1
vote
1 answer
Xamarin Forms for Android Tv Application
I developed an application that has different pages, the first page contains some buttons to navigate to other pages
I run it in my mobile, it works fine, and I run it on my tv (Andoird Tv), it runs but I can't click on buttons to navigate to others…

khaloud1980
- 43
- 1
- 7
1
vote
1 answer
In Android TV (1920*1080) Web-view showing as Tab view but not as desktop view
When I tried to create an Android Tv app that contains webview, But the HTML pages are showing zoom in. Also I tried in tab with the same code it's working fine. (HTML pages should open same as it's open in Desktop)
wvContainer.webViewClient =…

Vikash Shah
- 11
- 2
1
vote
2 answers
How to detect if a user is using a tv app?
Currently I'm trying build a tv application.
The goal is to have the ability to run the project on the laptop browser
and have it work on the tv as an app.
So what I'm trying to do is detect if user is a browser or a app on the tv.
I've tried using…

Vash
- 176
- 1
- 15
1
vote
0 answers
Change default launcher programmattically in Mi TV
I am developing android application for Mi TV which should be set as launcher. How to achieve this? redirect me if already answer. Home launcher for other Tv can be changed. Can I do the same in Mi TVs.

Sathish
- 1,455
- 1
- 16
- 22
1
vote
0 answers
Android Studio err: Execution failed for task ':app:processDebugResources'
i was working on my project and suddenly this error occurred, since then i am not able to compile the code without the following error.
ps: usually after getting this error rerunning my computer solves the problem but not this time.
moreover, i…

maha
- 21
- 4