Android TV, how to open apps?

I can’t seem to get my apps load on the Remote 3. I think you’re supposed to use this
“APPS” command:

But when I select an app and try to load it on the remote, it doesn’t work.

Is there some trick to this?

Ah, it’s “Input Source”:

For more niche apps I use ADB. I think the Android TV app just loads well known apps.

1 Like

Android TV itself can also start almost all Apps it is not limited to the predefined list. Just find the package name of an App and put it is text in the input/source line like this:

market://launch?id=org.xbmc.kodi for Kodi.

Ralf

1 Like

I just wish they didn’t hide custom codes behind root access. HA still has the feature under dev tools actions. Leransendevent. Every Android box has custom codes. You can learn them but need root access to use them now. I wonder how hard it is to root an Android box/TV.

What are you talking about? Hidden code an root access. Do you have an example?

Ralf

If you have ADB installed on HA go.t9 dev tools > actions and choose leransendevent and pick Android device. Press “Perform Action” button, then press a button on your original remote within five seconds. You then get a notification on HA with the custom code.. the code still generates but you need a rooted device to use it. This is WAY faster then generic ADB commands and didn’t always require root access, not sure what version it was but if you connect via a computer you get permission denied but any generic ADB command still works. I don’t know why but they were noticably faster than any other method when they worked on the Nvidia Shield 2019 Pro, even BT, at least IMO.