• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

NFL Mobile app

shawn1224

Ex CEO-DNPSEA foundation
Well I guess everyone has heard that NFL Mobile is exclusively being launched on Big Red's network since Verizon was the highest bidder.

The app comes complete with 24/7 live streaming of NFL Network to include 8 Thursday night games and 17 NBC Sunday Night games, live streaming video of the draft event, on-demand video analysis from NFL Network, a pick-by-pick draft tracker, and other content.

Unfortunately this app is only available to Verizon customers ... until now.

If you search "NFL Mobile app XDA" there should be a version that works for the BH2

Now you can root for your favorite team via Android :D
 
searched "NFL Mobile app XDA" on google and on XDA and i found threads but nothing with an apk or link came up. any help? link?

NVM found it.

Thanx shawn!!!!
 
Yea everything works except when I try to stream NFL Network sometimes I only get audio or it says videos currently not available.
 
that's cool. have you gotten the feed to work at all or always something wrong? Hopefully it's just cause of the offseason, maybe working out kinks in the system or something. thanx again, i'm gonna mess around with it a bit now.
 
Not yet but I've heard that this is also a problem with verizon handsets as well. Probably just a bug to be worked out. I'm staying tuned to see if there's a fix in the works.
 
Or you can install tAttachApkInstaller... email it to your gmail account and then click preview. Then it will ask you which program to open it with... choose tAttachApkInstaller and voila! No Computer necessary :-D
 
It's a real good app. Just not in season yet. Only thing I really use it for is for draft prospects, but I will use it like crazy when the season starts. Which they had a similar NBA app.

Go Raiders btw! yes...I said it...Raiders. lol
 
When I try to play a video it says "content currently not available please try again later" Did anyone else get this error? Does anyone know if you will be able to actually watch a game on it or if you can see exactly what is on NFL network on the phone?
 
When I try to play a video it says "content currently not available please try again later" Did anyone else get this error? Does anyone know if you will be able to actually watch a game on it or if you can see exactly what is on NFL network on the phone?

Yea, I think everyone is getting the error, so far only N1 users have reported that they can view videos so it must be a driver issue. There's a dev over @ xda working on getting it fixed.
 
I haven't tested this with the Behold 2 yet but I got it working on mytouch.

If you alter the build.prop file or build.sapphire.prop file (which is the case for mytouch) in the system folder, videos are now working.






If anybody is more familiar with editing the prop files, we should get this to work on the Behold

Maybe if we can get our Behold guru BH_MAN to take a look at this, we might be in business.

EDIT - this fix only worked with 3G network and not wifi
 
After some tinkering with the build.prop files I finally got video working for the Behold 2

I repeat, we now have a fully functional NFL Mobil app for the Behold 2

Confirmed that it works with 1.6 Galaxy R8 rom

Root is required

Download Build.prop file
unzip to tools folder
adb push build.prop /system
reboot

You now have working videos with NFL Mobile app

Works with 3G and wifi.
 

Attachments

Shawn:

Can you let us know what you have changed in the file, and if they change anything else with the phone. Thanks, can't wait to watch!
 
These are the changes I made

HTML:
ro.product.model=HERO200
ro.product.brand=sprint
ro.product.name=htc_heroc
ro.product.device=heroc
ro.product.board=heroc
ro.product.cpu.abi=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=en
ro.product.locale.region=US
ro.board.platform=msm7k
# ro.build.product is obsolete; use ro.product.device
ro.build.product=heroc
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=opal-user 1.6 DRC92 15632 ota-rel-keys,release-keys
ro.build.fingerprint=sprint/htc_heroc/heroc/heroc:1.5/CUPCAKE/85027:user/release-key

Everything else works as far as I can tell
 
Well all I changed is ro.product.brand and ro.build.fingerprint on wife's cliq and it worked! Just haven't tried on behold til I get a new data cable
 
You know, we shouldn't need product.name, .device, .board or .manufacturer. Maybe try adding inthe build.description and build.product edit with fingerprint and brand. The others really should not effect the video
 
Back
Top Bottom