Hi all, have any of you come across a way to get the AT&T U-Verse To-Go Android app onto a nexus player or specifically, the nvidia shield tv? was looking at picking up an nvidia shield tv soon, and that would be an incredible app to have working when you have a legit account to use with it. (DVR access!)
Thanks!
You will need some way to get the APK you can either install it on your phone and extract it with ADB (root required) adb pull /data/app/com.example.someapp-2.apk and then use ADB to install it on your Android TV. adb install com.example. someapp-2.APK.
The other method is use a Chrome Extension to grab the APK. Apk downloader and the use the same Adb install command