Questions tagged [television]

479 questions
0
votes
2 answers

How to get Hulu APIs for Android Internet TV application?

I would like to know how I can get Hulu APIs to get data from Hulu for implementing the Hulu Internet TV application. Is there any such Internet TV provider APIs available for public use?
Navaneeth Sen
  • 6,315
  • 11
  • 53
  • 82
0
votes
1 answer

what can i get over HDMI for this TV?

Panasonic TX-65GXR900 here's its EDID: 00 ff ff ff ff ff ff 00 34 a9 96 a2 01 01 01 01 00 1d 01 03 80 80 48 78 0a da ff a3 58 4a a2 29 17 49 4b 20 08 00 31 40 61 40 01 01 01 01 01 01 01 01 01 01 01 01 08 e8 00 30 f2 70 5a 80 b0 58 8a 00 ba 88 21…
theorist
  • 169
  • 1
  • 10
0
votes
1 answer

HDMI-CEC - control brightness

is there any way to control TV brightness over HDMI CEC? I built the TV into a frame and forgot to turn down the brightness...Any chance or would I have to unframe it in order to be able to use the remote? Commands like echo 'volup' | cec-client -s…
nameless
  • 1,483
  • 5
  • 32
  • 78
0
votes
1 answer

best practice for Android app for Mobile and TV screen

i have android app which runs on mobile normally, but i need to make new design for this app for TV screen, this new design requires new widgets and new java code which is different from the code being used for mobile phone. what is the best…
0
votes
1 answer

WEBOS LG TV: ares-inspect WARN Session#forward() failed forwarding client localPort: 0 => devicePort: 9998

I need to debug app running on the tv The command I am running ares-inspect -d webOS_TV -a myapp --open The error I am getting > Session#forward() failed forwarding client localPort: 0 > (inCnx.remotePort: 55431 )=> devicePort: 9998 ares-inspect…
Vikas Bansal
  • 10,662
  • 14
  • 58
  • 100
0
votes
1 answer

There is a way to run a embeded youtube player on TVs like Tizen or WebOS?

There is a way to run a embeded youtube player on TVs like Tizen or WebOS? And use it like a TV player, where the user can play and pause? I'm developing a TV app to share my videos, and I don't to use advanced feature sof the TV player, I just wnat…
0
votes
1 answer

How to play sound when my Cast app is in background?

The most popular Chromecast apps like Youtube and Soundcloud can continue to play music when their app is in background. How can I implement this in my Android apps? I have searched, but not found any information about this. It is so annoying for…
0
votes
2 answers

RecyclerView onitemSelectedListener (May be duplicate), How To?

I upgraded my code from ListView to RecyclerView however I'm facing a problem and I couldn't find an answer, I googled for days but no clue. Just bear with me Im new to it. I managed to add OnclickListener witch works fine. But if i Run the app on…
0
votes
1 answer

How to get location on Android TV

My app run Android TV but It didn't get location. I check on mobile. It get location is good My code: https://github.com/phamvantruongit/Location
0
votes
2 answers

Android TV App not displaying in Google Play Store

Below is my manifest file, I have included all the necessary code as per the document but still the app is not displaying in the play store search. I searched using the appId for my Alpha build using my test account which i have included in the…
Leons
  • 201
  • 1
  • 7
0
votes
2 answers

Android TV player inflating error on PlaybackTransportRowPresenter.createRowViewHolder

I wrote bellow code in fragment that extends 'VideoSupportFragment' val playerGlue = PlaybackTransportControlGlue( activity, MediaPlayerAdapter(activity)) …
0
votes
1 answer

Android web link takes two attempts to focus every first time on TV

I have an app with a very simple TV layout consisting of 2 web links (android:autoLink="web") and a text label. It renders like this: http://yahoo.com non focusable label http://google.com When the screen is loaded for the 1st time, I click d-pad…
alexbtr
  • 3,292
  • 2
  • 13
  • 25
0
votes
0 answers

Android TV app.Allow user select a video from storage(gallery,SD/USB) and get full path of file Intent ACTION_GET_CONTENT not working on TV

I am building TV app that lets user pick a video from storage and returns its full path. Intent.ACTION_GET_CONTENT not working on Android TV. But works on phone. TV not supporting Storage Access Framework. MY CODE is not working on Android TV. Let…
Nathan
  • 1
  • 1
0
votes
1 answer

My android mobile app doesn't working on android tv

Hello Guys i have make my application first of all for my android mobile but this when i install on my android tv so i am getting an error and it's not working on my android tv but this app perfectly working fine on my mobile how can i run my app on…
0
votes
0 answers

No package even after package installation alert

After viewing the YouTube app that came preinstalled in my Android TV Box (Android 7.1.2 OS) for about 6 hours without any problems, now when I launch the YouTube app I get "The installation package was not found." This happened by itself with me…