[android-developers] Re: Why the service is always to restart even if force to kill it?

2009-04-26 Thread Eckel
form input! > It makes no sense to try stop it from running. > > Seriously, what are you trying to accomplish? > > > > On Fri, Apr 24, 2009 at 12:42 AM, Eckel wrote: > > > No I do not write a apk and write the code on framework notification > > view. > > &

[android-developers] Re: Why the service is always to restart even if force to kill it?

2009-04-26 Thread Eckel
form input! > It makes no sense to try stop it from running. > > Seriously, what are you trying to accomplish? > > > > On Fri, Apr 24, 2009 at 12:42 AM, Eckel wrote: > > > No I do not write a apk and write the code on framework notification > > view. > > &

[android-developers] Re: Why the service is always to restart even if force to kill it?

2009-04-24 Thread Eckel
lso restart the crash service and related process :(It's by design? So I still not force to remove a service. On Apr 24, 12:46 am, Dianne Hackborn wrote: > On Wed, Apr 22, 2009 at 10:51 PM, Eckel wrote: > > You can get the running prcess info with process id from > &g

[android-developers] Re: Why the service is always to restart even if force to kill it?

2009-04-22 Thread Eckel
You can get the running prcess info with process id from activitymanager, then kill it by Process.KillProcess(mPid). Could you have a simple introduction for how to use "Force Stop"? As Mike and you said, android will automatically manager the activity and service lifecyle and don't need task ma

[android-developers] Re: Why the service is always to restart even if force to kill it?

2009-04-22 Thread Eckel
; such clients have unbound. > > On Wed, Apr 22, 2009 at 12:45 AM, Eckel wrote: > > > Hi, > > > Is there any way not to force to restart the service once the service > > crash and is killed? > > > Thanks in advance. > > -- > Dianne Hackborn > Androi

[android-developers] Why the service is always to restart even if force to kill it?

2009-04-22 Thread Eckel
Hi, Is there any way not to force to restart the service once the service crash and is killed? Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Re: Any one know why "Timeout executing service: ServiceRecord" happen?

2009-02-08 Thread Eckel
Any one has some clue about this? Thanks! On Feb 6, 11:45 am, Eckel wrote: > Hi, > > I try to create a mini player view on home screen and still use the > music mediaplayback service by putting a IMediaPlaybackService aidl in > home directory.  the mini player can normally playb

[android-developers] Any one know why "Timeout executing service: ServiceRecord" happen?

2009-02-05 Thread Eckel
Hi, I try to create a mini player view on home screen and still use the music mediaplayback service by putting a IMediaPlaybackService aidl in home directory. the mini player can normally playback and control the music, but often meet the anr(com.android.music) and see below log. Anyone can giv

[android-developers] Does surfaceview supports mouse click event?

2008-03-25 Thread Eckel
Hi, I create a surface view and had implemented OnClickListener(), but no any response when I clicking the surfaceview. When I implemented Button OnClickListener(), it works well.Does surfaceview supports mouse click event?\\ Thanks, Eckel

[android-developers] Re: How to step by step debug android apps by command line?

2008-03-24 Thread Eckel
ine:http://code.google.com/android/reference/adb.html#shellcommands > > Thanks, > Megha > > On Sun, Mar 23, 2008 at 11:57 PM, Eckel <[EMAIL PROTECTED]> wrote: > > > We can set a break point and step by step debug apps by eclipse adt > > plugin, but without eclipse, ho

[android-developers] How to step by step debug android apps by command line?

2008-03-23 Thread Eckel
We can set a break point and step by step debug apps by eclipse adt plugin, but without eclipse, how to step by step debug android apps by command line? Thanks, Eckel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups