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

Android TV Support and addition to TV Play Store? #322

Open
Pentaphon opened this issue Jun 2, 2023 · 5 comments
Open

Android TV Support and addition to TV Play Store? #322

Pentaphon opened this issue Jun 2, 2023 · 5 comments
Labels

Comments

@Pentaphon
Copy link

Pentaphon commented Jun 2, 2023

I'd like to be able to use this player on my Android TV device and for it to be on the Android TV Play Store. Can you add support for using this player on Android TV devices with full remote control support?

@Pentaphon Pentaphon added the bug Something isn't working label Jun 2, 2023
@darkj2k
Copy link

darkj2k commented Jun 2, 2023

Same request.

@Learner00100
Copy link

@anilbeesetti yes much need one

@markg85
Copy link

markg85 commented Jul 29, 2023

Same request!
I suspect it's easy to enable usage on android/google tv, that's just a few manifest changes. But making it work with remote control input might require some more work.

@markg85
Copy link

markg85 commented Jul 29, 2023

Just wanted to notify you folks of this.
I just tried installing NextPlayer on a chromecast. It's a bit tricky but here's how to do it:

  1. Make sure you're a developer in chromecast (for help, an article by tapping the os build version ~10x rapidly.
  2. Connect to your chromecast using ADB over wifi (must be on the same network). You essentially connect to your chromecast using adb connect <ip>:5555 (yes, the 5555 port), when you make this connection the first time you have to authenticate it in the popup that appears on the chromecast

And now you can do a streaming sideload of the NextPlayer apk using a command like: adb -s <chromecast ip>:5555 install <apk file>

If you got this far, you have the app installed.
But you won't find it in the main android gui because the flags for chromecast aren't enabled in this APK. You can still start it, but you have to navigate to your system apps menu. Browse all apps and there you'll find NextPlayer. Click it and it gives you a menu of options to choose from, including open.

That's all there is to it, not that complex right? ;)
It works surprisingly well!

@Pentaphon
Copy link
Author

@anilbeesetti this should be labeled as a feature, not a bug

@Pentaphon Pentaphon changed the title Android TV Support? Android TV Support and addition to TV Play Store? Sep 26, 2023
@anilbeesetti anilbeesetti added feature and removed bug Something isn't working labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants