jbattershell
New Member
- Joined
- Nov 22, 2009
- Messages
- 8
- Reaction score
- 1
I'm trying to do the same thing on my Droid 4 with HBO GO. This seems like it should work for that too, but I'm not having any luck. When I run the command I see no discernible difference on the phone, and in the adb shell, I get Broadcast completed: result=0. Is this what it should say? How can I tell if the intent I broadcast is being heard? Should I be doing anything different because I'm using a different phone? Any suggestions are greatly appreciated.
It sounds like you're getting the right response. Here's what I get when I run the command:
"Broadcasting: Intent { act=com.motorola.intent.action.externaldisplaystate (has
extras) }
Broadcast completed: result=0"
You might try the command adb devices and see that it shows a 16 character device ID. This will confirm that your computer is set up correctly with drivers and the SDK. As long as you are using a Motorola phone, I would expect this command to work with NFL mobile without a problem. I have not tried it with any other apps but I would think that they would work the same way.