Re: [android-developers] start service from service

2012-10-25 Thread djhacktor
Make alarm watcher which can check if your service is running at some duration if not it shoot up your service !! need more help let me noe On Thursday, 25 October 2012 00:54:38 UTC+5:30, Subodh Nijsure wrote: > > On Wed, Oct 24, 2012 at 12:46 AM, Live Happy > > > wrote: > > I have a service i

Re: [android-developers] start service from service

2012-10-24 Thread Subodh Nijsure
On Wed, Oct 24, 2012 at 12:46 AM, Live Happy wrote: > I have a service in my application but this service stop working after time > and i want to keep the service keep working without stopping and for that i > try to start the same service from onDestroy method when it dieing but its > not work ev

Re: [android-developers] start service from service

2012-10-24 Thread TreKing
On Wed, Oct 24, 2012 at 2:46 AM, Live Happy wrote: > i want to keep the service keep working without stopping You can't do this. What are you trying to achieve? - TreKing

[android-developers] start service from service

2012-10-24 Thread Live Happy
I have a service in my application but this service stop working after time and i want to keep the service keep working without stopping and for that i try to start the same service from onDestroy method when it dieing but its not work even the written log not appear ,so it is possible to call the