[android-developers] Re: The emulator died when I execute ping in adb shell repeatly

2011-08-25 Thread Luiz Carvalho
You need root permissions for run ping... use this: http://forum.xda-developers.com/showthread.php?t=682828 On Jul 28, 11:27 pm, nanhu tianlifeixue...@gmail.com wrote: I want to analyse the network health On 7月29日, 上午10时00分, Nick Risaro nris...@gmail.com wrote: I think that making a

[android-developers] Run Ping on Android

2011-08-24 Thread Luiz Carvalho
Hello Guys I've got a problem. I can't run ping on emulator, even rooted, only in my Galaxy 5. Using this procedure: proc = Runtime.getRuntime (). exec (su); DataProc = new DataOutputStream DataOutputStream (proc.getOutputStream ());