Questions tagged [tvbox]

20 questions
3
votes
2 answers

How to detect if it's Android TV OR Android TV Box?

I developed an app for Android TV's and released. I want to know how many of the users are directly running the app on their TV's and how many using TV boxes. Is there a way to detect whether my app is running on Android TV OR Android TV Box…
Santhosh
  • 4,956
  • 12
  • 62
  • 90
2
votes
1 answer

Read logcat externally

I have an application installed on an android tv-box. is it possible to get logcat readings from the tv box through a logcat reader app? I'm hoping there is an app I can install on my mobile phone and once plugging the phone to the tv box I will be…
Saeed Joul
  • 244
  • 2
  • 15
2
votes
0 answers

Unable to select any option of HTML select list in android tv box

Currently working on an app running in android tv box, the problem is, HTML select list is not working properly in the webview. Unable to select any option The box brand is Vuuv
Jayanth
  • 21
  • 4
1
vote
0 answers

Flutter App Suddenly Force Closed Whenever I Make an HTTP Request on Android TV Box

I tried to run My App on Android TV Box, but whenever i make a simple HTTP Request (either using DIO package or HTTP package) my app suddenly force closed. it didn't throw any error even tho i'm using Catcher package to catch my error globally.…
Kanon48
  • 744
  • 7
  • 9
1
vote
1 answer

App exits while launching in TV Box

The error is shown below. ANR in com.xxxxxxxx.xxxxxxxx.android (com.xxxxxxxx.xxxxxxxx.android/com.xxxxxxxx.xxxxxxxx.splashpage.SplashActivity) PID: 7892 Reason: Input dispatching timed out (Waiting because no window has focus but there is a…
Sarath Sasi
  • 93
  • 1
  • 1
  • 6
1
vote
0 answers

YouTube is not working after V10.45 version in Android 4.4.2

I have Amlogic s802 TVbox which have Android 4.4.2. I'm using latest version of YouTube app from Playstore and its not working while downgrading YouTube to V10.45 its working fine. I have another Amlogic s802 development which have 4.4.2 and inside…
0
votes
0 answers

adb connect to tv box A connection attempt failed because the connected party did not properly respond after a period of time why?

I have android tv box x96Q, I need to connect to the box via Android ADB application from android studio the problem is when I turned the developer options and usb debugging but when I tried to connect to the box: adb connect ipaddress:port it…
Malo
  • 1,232
  • 2
  • 17
  • 28
0
votes
1 answer

how to run ADB command on tv box via wifi?

I have a tv box device connected to TV, i need to run the following commands using ADB on my device 1. adb connect xxx.xxx.x.x : connected to device wirelessly success 2. adb reboot recovery : success 3. now i need to click Apply update from ADB :…
Malo
  • 1,232
  • 2
  • 17
  • 28
0
votes
0 answers

Android hdmi CEC commands error sys/class/cec/cmd not found why?

I have amlogic tv BOX connected to my tv, i am trying to send CEC commands to the tv using HDMI cec commands the HDMI CEC settings is enabled in TV side (all is turned on) i follow the steps below: run cmd and go to ADB run adb connect 10.x.x.x ip…
Malo
  • 1,232
  • 2
  • 17
  • 28
0
votes
0 answers

Linux drm graphics driver for rockchip vop and irqs

I am just using the drm driver for coding my custom vop driver for rockchip. It's working but I have a problem, the vop is not triggering the irqs and I am not able to use the status registers for detect the vblank region. Here's my…
Lino
  • 7
  • 4
0
votes
1 answer

how to make apk for only tv and box android

I developed a small application (video player) on android studio my question and the following "how can I make the application executable on android tv and android box only?" Thank you
0
votes
1 answer

Android App Mouse Pointer Input Not working well on Activity UI Elements

Solved! https://stackoverflow.com/a/63790855/12021422 I am working on an Android App which works on Mobiles, Tabs and TV Boxes. My app will need to handle inputs from Touch, Mouse Pointer or Remote. Currently, My Code works well to achieve the…
Rahul Shyokand
  • 1,255
  • 10
  • 17
0
votes
1 answer

Handling user Inputs from mouse pointer in Android TV Box on My Android Application

EDIT : This Question has transformed into another Question Here is the link to updated Question. Android App Mouse Pointer Input Not working well on Activity UI Elements This Question : I am building an Android app which needs to run on Android TV…
Rahul Shyokand
  • 1,255
  • 10
  • 17
0
votes
0 answers

Is there a way for connect zidoo android tv box to android studio?

I have a Zidoo android box. So i need to build and run my android app over that android box and detect crashes. But i don't have a any cable for it. I want to know any solution for it.(Zidoo device have only two USB ports only)
DevPri
  • 13
  • 5
0
votes
0 answers

Understanding an Android TV box inside

I bought an android TV box . it was not working .When i first contacted the seller (Chinese) they send me a software and ask me to connect the android box to PC with USB to USB cable. But unfortunately my pc was showing , more power needed (than USB…
1
2