try with,

Process process = Runtime.getRuntime.exec("/sbin/ping");

Thanks,
asif

On Feb 9, 9:51 am, android beginner <android.beginne...@gmail.com>
wrote:
> Hi,
>
> We are migrating ncurses based application on our linux target platform into
> Android based ones.
>
> We have one application(parent) which runs ping process(child) and reads the
> output (through Pipe) and displays on the screen.
>
> I need to develop similar sort of application, but couldn't find Android
> API's to invoke processes (/sbin/ping). Can anyone share their views to
> accomplish this task?
>
> Thanks

-- 
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

Reply via email to