I need to start an executable from the source code of a android application. The peculiarity is that the executable needs you are root user and I just want to run for about 30 seconds. If I run it from the terminal, when start it begins to show lines of the result of running on standard output. In my case I want when run for 30 seconds, storing that output will standard text file. After the 30 seconds would kill the running process. Sometimes I've got "permission denied" when I've tried execute the external application that must access to a device /dev/xxxx. Other times I've got an exception with the reference "bad file name" or "working directory"... So, I'm so lost as Jack in Lost.
Thanks a lot! -- 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

