To run system Command like “ping” in android device , we can use Process to execute them.
I have difficulty in accessing that data which is replied by system for systme commands.
how to set that data in proper format? how to access it and store in different type of variables?
To run system Command like ping in android device , we can use Process
Share
You might want to look at Root Tools – they make it dead simple.
Edit: Ofcourse this works also for non-root commands on non-root devices … look at
getShell(boolean wantRoot)