You don't need to kill it.  "adb shell stop" works fine.

On Sun, Mar 13, 2011 at 10:46 AM, Alexey Roslyakov <
alexey.roslya...@gmail.com> wrote:

> Just kill it, example:
>
> / # ps sy
> USER     PID   PPID  VSIZE  RSS     WCHAN    PC         NAME
> system    408   300   160492 40264 ffffffff afd0b6fc S system_server
> root      743   1     3472   184   c00ca3c0 40290764 S /usr/sbin/
> sysinfod
> / # kill 408
>
> On Mar 12, 9:49 pm, José Luis Pereira <ona...@gmail.com> wrote:
> > I am coding arround the surfaceflinger so i need to restart system_server
> > once in a while.
> > However, I am not able to restart runtime on Eclair
> > (2.1-update1)/Gingerbread(2.3.3) Virtual Device, doing the following
> > command:
> >
> > adb stop && adb start
> > or
> > killing system_server/zygote
> >
> > Using my Galaxy S with Eclair/Froyo ROM will work though...
> > Any thoughts on how to restart it?
> >
> > Thanks
>
> --
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to