Hi, I need to execute a binary from source code of an android
application. This binary must be run for 30 seconds and I have to
capture the standard output during this time. Then I have to kill both
processes. The problem is that the binary attempts to access /dev/
block/vold/179: 1 (sdcard) to read the device and am getting the
message "permission denied" or sometimes other error messages. I've no
clear what I have to do to run for 30 seconds and how to solve the
"permission denied." I think the problem is not "su" process
execution, because the application asks me for root privileges (I put
the "process.runtime.getRuntime (). Exec (" su ");)Please, help me! I've a big headache!! Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

