[Q] Does anyone have Xfinity TV Go working?

ms00012

Member
Jan 5, 2015
6
0
0
I am really trying to get Xfinity TV Go to work on my NP. I have tried the one from the play store as well as the Leanback Launcher one that is out there. All of them crash and say "Unfortunatley, TV Go has stopped" when I try and play a video or watch a live stream. I tried an older version of the app last night and it loaded video, just no sound. Does anyone have any success with this? I know others have said theirs work.
 

midnightzak

Senior Member
Jul 30, 2010
489
108
0
Normal, IL
I am really trying to get Xfinity TV Go to work on my NP. I have tried the one from the play store as well as the Leanback Launcher one that is out there. All of them crash and say "Unfortunatley, TV Go has stopped" when I try and play a video or watch a live stream. I tried an older version of the app last night and it loaded video, just no sound. Does anyone have any success with this? I know others have said theirs work.
I've got Comcast so I can try this out, but it will be later tonight or tomorrow before I'll have time to play around with it.
 
Last edited:

ruZZ.il

Member
Jan 30, 2010
47
9
0
I am really trying to get Xfinity TV Go to work on my NP. I have tried the one from the play store as well as the Leanback Launcher one that is out there. All of them crash and say "Unfortunatley, TV Go has stopped" when I try and play a video or watch a live stream. I tried an older version of the app last night and it loaded video, just no sound. Does anyone have any success with this? I know others have said theirs work.
I managed to get a version to work. I had to extract the apk (unzip), remove the lib/x86 folder, re-zip, and sign.

Since when you sign, it will be with a different key, you will have to uninstall the current installed version first.

Either use adb uninstall com.xfinity.playnow

or, if you have root and want to keep the data, adb root; adb shell pm uninstall -k com.xfinity.playnow

Then install this:


http://www.filedropper.com/xfinitygonox86libsworksonplayernodownload
 

ms00012

Member
Jan 5, 2015
6
0
0
I am going to try this when I get home. So can I not just uninstall the current xfinity tv go the normal way and install yours?


I managed to get a version to work. I had to extract the apk (unzip), remove the lib/x86 folder, re-zip, and sign.

Since when you sign, it will be with a different key, you will have to uninstall the current installed version first.

Either use adb uninstall com.xfinity.playnow

or, if you have root and want to keep the data, adb root; adb shell pm uninstall -k com.xfinity.playnow

Then install this:
 

ms00012

Member
Jan 5, 2015
6
0
0
I managed to get a version to work. I had to extract the apk (unzip), remove the lib/x86 folder, re-zip, and sign.

Since when you sign, it will be with a different key, you will have to uninstall the current installed version first.

Either use adb uninstall com.xfinity.playnow

or, if you have root and want to keep the data, adb root; adb shell pm uninstall -k com.xfinity.playnow

Then install this:
I tested out the app last night and it works! You are a genius! I did notice that the 3 dot menu does not work, so you can't watch live channels or search for anything that is not on the main menu. Android broke that functionality in 5.1. I then downgraded to 5.0 and it worked perfectly. I did not root my NP and when I woke up it had updated to 5.1.1. I may have to downgrade again and root so it does not change.

My question for you. Do you know a way to use the 3 dot menu in 5.1.1 in general? BC it wrecked tons of apps we sideloaded. Also, since you are good at altering an app, would it be easy to alter the xfinity app to allow the 3 dot menu?
 

molozx

Member
Jun 20, 2015
5
0
0
Mouse is required

does it work well with the remote or do u have to use a mouse
I didn't try remote. But controller (gamepad) doesn't work at all.
The mouse is required to navigate through the app on Nexus Player - login and navigation.

And yes - no way to open menu or so ever. Basically you will be stuck on first 'Feature' page only.
In my case it was 'Must see', 'Thu Night TV' and 'Wed Night TV'.
Tried to play one of the available episodes - works perfectly fine.
 

rgill420

Senior Member
Jan 1, 2014
93
13
0
i have the regular Xfinity TV Go app working. With live tv and recorded shows. I get the full app menu. I'm running android 5.02 still on my ADT-1
 

GabbyWC

Senior Member
Dec 8, 2013
470
177
73
Ontario, Canada
Any thoughts on why this wouldn't work on Android X86? They are both Intel.
The modified APKs in this thread do work on the Nexus Player which is an x86 device. Are you trying to use it on something else like a tablet?

So I modified the apk and told it to launch to the live TV page instead of featured videos. APK Attached.
Nice work. Was it easy or difficult to make the changes needed for this?

i have the regular Xfinity TV Go app working. With live tv and recorded shows. I get the full app menu. I'm running android 5.02 still on my ADT-1
The ADT-1 uses a Tegra 4 SoC so it's an ARM device. If you update the operating system to Android 5.1 or higher, then some of your apps will lose the hamburger or 3 dot menu access.
 

sytanek

Member
Jun 28, 2008
35
16
0
Gabby It was actually really easy. Decompiled the apk, Edited the "\smali\com\xfinity\playerlib\view\launch\PlayerLaunchStrategy.smali" file. Replaced the two calls to the /featured/FeaturedActivity with /browseprograms/LiveStreamsActivity. Then recompiled and signed. (I did have to use the apk that you posted as a basepoint).
 
Last edited:
  • Like
Reactions: renoob and GabbyWC