Hi, I am trying to develop an application on bluetooth. I am successfully able to pair and send,receive data. Everything works fine. I have a service running in the background, which keep on checking for any incoming connections. Now if i leave the device as is for an hour or more. Android automatically stops and later starts the service. After the service restarts, I am not successfully able to receive any incoming connections from Bluetooth. There are no error in the logs as such.
Googling suggested to try START_STICKY and power wake. I have tried START_STICKY for the service and Power wake as well. But all this doesnt seem to help. Any pointers is highly appreciated. Thanks and regards, Ankur. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en