[android-developers] Re: Broadcast Receiver not getting called when expected

2010-01-17 Thread DroidAttack
Hi, I have the same issue but I cannot seem to find a way to disconnect the connectivity on the emulator as you described in your solution. Can you please describe how this can be done. Thanks. On Dec 28 2009, 7:40 pm, Albert albert8...@googlemail.com wrote: solved! it appears that the emulator

[android-developers] Re: Broadcast Receiver not getting called when expected

2010-01-17 Thread Albert
If you long click the cancel call button on the emulator you will the phone options where you can set the airplane mode to on, that way you will receive the broadcast. Remmember when you test this that the emulator is actually using your computer's network so you will need to disable that as well.

[android-developers] Re: Broadcast Receiver not getting called when expected

2009-12-28 Thread Albert
solved! it appears that the emulator would not send the broadcast only by not being connected, you also have to disconect it on the emulator. Maybe in the future releases it will be better sync with the pc... -- You received this message because you are subscribed to the Google Groups Android