-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Comments
Same request. |
@anilbeesetti yes much need one |
Same request! |
Just wanted to notify you folks of this.
And now you can do a streaming sideload of the NextPlayer apk using a command like: If you got this far, you have the app installed. That's all there is to it, not that complex right? ;) |
@anilbeesetti this should be labeled as a feature, not a bug |
I would love to see Android TV support too. For anyone wondering - it is possible to sideload it, but the interface is unusable by a remote, you need to connect a physical mouse and keyboard or use an app like Zank Remote. Chromecast support would be great too. |
Yes. We need Next Player to work as an external player on TV devices. This is easily the top requested feature next to background playback. |
I will try to prioritize this in the upcoming releases |
Android TV support yeah! |
you can apply #1196 for now and mark ATV support like experimental? |
java -jar apktool_2.10.0.jar d nextplayer-v0.12.3-universal.apk
edit AndroidManifest.xml like in MR
java -jar apktool_2.10.0.jar b nextplayer-v0.12.3-universal
now we need sign apk
keytool -genkey -v -keystore my.keystore -keyalg RSA -keysize 4096 -validity 10000 -alias app
.\Android\sdk\build-tools\33.0.2\zipalign.exe -p 4 .\nextplayer-v0.12.3-universal\dist\nextplayer-v0.12.3-universal.apk nextplayer-aligned.apk
.\Android\sdk\build-tools\33.0.2\apksigner.bat sign --ks-key-alias app --ks .\my.keystore .\nextplayer-aligned.apk and that's all) P.S. happy new year and holidays) |
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?
The text was updated successfully, but these errors were encountered: