[android-developers] Re: Application not responding - boot receiver - Why does it happen?

2009-01-14 Thread code_android_festival_way
Ok it had been the Bluetooth Receiver. Thank you for your answer. On 14 Jan., 20:03, moazzamk wrote: > Do you have any other type of receiver registered? Something without > an intent-filter? > > - Moazzamhttp://moazzam-khan.com/ > > On Jan 14, 11:30 am, code_android_festival_way > > wrote: > >

[android-developers] Re: Application not responding - boot receiver - Why does it happen?

2009-01-14 Thread moazzamk
Do you have any other type of receiver registered? Something without an intent-filter? - Moazzam http://moazzam-khan.com/ On Jan 14, 11:30 am, code_android_festival_way wrote: > I'd like to extend that question. > > I have done some testing now. I have completly dropped the > BroadcastReceiver

[android-developers] Re: Application not responding - boot receiver - Why does it happen?

2009-01-14 Thread code_android_festival_way
I'd like to extend that question. I have done some testing now. I have completly dropped the BroadcastReceiver (waiting for Boot completed) from my Manifest. But after rebooting I can see the "myapp" thread being up again and I'm getting the "not responding" message. And this happens with NO broa