I poked around and couldn't find anything addressing the issue of HDMI out on NFL Mobile post ICS. I know the trusty Xternal Display for Droid X worked previously but now it won't let me install on ICS. Stock Rooted FW.
I poked around and couldn't find anything addressing the issue of HDMI out on NFL Mobile post ICS. I know the trusty Xternal Display for Droid X worked previously but now it won't let me install on ICS. Stock Rooted FW.
![]()
Because I am Me. The Real OG Me...
I would sure like to know about this one also. I asked this same question over on Android Central a few days ago and all I hear is crickets. I can display Netflix and YouTube but not NFL or Hulu. They have the same type of error message telling me to unplug the hdmi cable and then the run fine on the phone only. That just sucks and I'd like to at minimum hear an explanation n of why. If it won't work I'm canceling my subscription to Verizon NFL service.
Sent using the amazing DROID RAZR MAXX
It's to prevent misuse of the broadcast. That way you couldn't use it for professional broadcast as it's only a personal mobile license you purchase from Verizon not a full broadcast license. Same for Hulu mobile versus full profile. It's all BS. They don't want you hooking it up and showing an entire room of people or charging people to watch it. It's the same reason you won't see a WWE or UFC mobile PPV app. There is obviously a work around it just needs to be exploited for ICS.
![]()
Because I am Me. The Real OG Me...
I have been researching this for the past week and currently there is no work around for hdmi with nfl mobile. However, I plan on trying an app called mirrorop which mirrors the display wirelessly or through usb. You have to have a computer connected to your tv otherwise you need to buy a special receiver, and you need to be rooted which I'm not at the moment. If any of you that are rooted want to try it out they have a trial for the window software and the app is free.
Check it out:
http://www.mirrorop.com/product_Windows_Receiver.html
Sent from my DROID RAZR using Tapatalk 2
I got mirrorop working on my computer that is connected to my tv in the living room but the framerates are horrible. Nfl mobile is un watchable. Maybe for those of you with really fast wifi it would work better (I'm still on G).
Sent from my DROID RAZR using Tapatalk 2
well this sucks. i have a hdmi cable on order and i was all set to do this. i thought it was a great idea. i have a rooted maxx and my rom is symplex so maybe, just maybe it will work?
anyone made any progress yet? anyone tired sqlite editor on nfl mobile app to see if that fixes it?
"Your Kung-Fu is not strong"
I used to use Xternal Display until I got a RAZR Maxx that has ICS and the app doesn't work anymore. Xternal Display actually has their code posted online so I downloaded it and tried to see if there were any changes that would allow it to work with ICS. Turns out Motorola had an HDMI API that it discontinued for ICS. This API is what Xternal Display used and without it, there is not an easy way of making the app work on 4.0+.
After some work I did come up with a new solution so I can get NFL mobile mirrored to my TV! You must have the Android SDK tools installed and the Developer driver from Motorola installed for this to work. You can download the driver at https://developer.motorola.com/tools...et_usb_driver/
- Connect HDMI cable to phone and connect USB to computer and phone
- Open up command prompt and change directory to your SDK folder/platform-tools. For me, that is C:\Android-sdk\platform-tools
- Send the following without the quotes: "adb shell am broadcast -a com.motorola.intent.action.externaldisplaystate --ei hdmi 0 --ei hdcp 1"
- Open up NFL Mobile and enjoy it on a bigger screen!
NFL Mobile looks for broadcasts that indicate the state of the HDMI port and stops accessing the streaming content when it sees that HDMI has been plugged in. By sending a command over the ADB interface, we are effectively tricking NFL mobile into thinking that the HDMI cable has been removed! It's not quite as nice as Xternal Display was since it's not just an app on the phone anymore, but at least there is a way!
Do you think that the command could be put in an executable command script that could be put on the phone and opened via an app like es explorer? Or rom manager?
![]()
Because I am Me. The Real OG Me...
Or could this be direct edited via SDK lite?
![]()
Because I am Me. The Real OG Me...
I'm not sure. So far I haven't found any way to allow an app on the phone to give commands as if they were being sent through the ADB. Though I've only been coding Android for a few months, so it's entirely possible there is a way. If someone is able use this method to create an app or a script that eliminates the need for a PC, that would be great.