Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adb for Android TV possible #49

Open
Kat-CeDe opened this issue Jun 2, 2024 · 3 comments
Open

adb for Android TV possible #49

Kat-CeDe opened this issue Jun 2, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Kat-CeDe
Copy link
Contributor

Kat-CeDe commented Jun 2, 2024

Description

Android TV for Media Player is almost perfect but a lot of features for TV sets based on Android TV have a lot of missing features.

Additional context

Last week I did my first steps with the core-api and it seems that the remote has 2GB RAM and 4GB FLASH so there is quite some space.

With adb my Philips TV can directly switch the different inputs and also the different sound outputs like ARC, BlueTooth or internal speaker. adb only needs USB debug enabled, the IP (which the integration already has), port 5555 and a string. The string could be made configurable as a source input like the http-get integration does it.

@Kat-CeDe Kat-CeDe added the enhancement New feature or request label Jun 2, 2024
@thomasm789
Copy link

@Kat-CeDe If you have Home Assistant you could use scripts as they show up as entities that can be used in activities or buttons.

That being said, I do have a fork that I use that has ADB support for Android. I might contribute it here should there be any appetite for it.

@Kat-CeDe
Copy link
Contributor Author

Kat-CeDe commented Jun 3, 2024

I am not asking for me. I have it already running but not with HAss instead with IP Symcon. I am asking for people which have not the skills and/or equipment to have a home automation running.

I do not know if HAss also can switch audio output? If not here is a tip:
"adb -s " . $ip . ":5555 shell settings put global hdmi_system_audio_control_enabled 1";
will enable ARC on my Philips TV.

btw. thank you kennymc.c for the Swiss army knife HTTP-Post integration.

Ralf

@Kat-CeDe
Copy link
Contributor Author

BlueTooth seems to be on the way. For FireTV I think there will be either no or only a limited amount of commands to directly start an App. Here adb would be a great help. So instead of integrating it into AndroidTV it makes more sense to have a separate adb integration imho.

Ralf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants