I need for an app to exec a script. The script I'm testing with is simply mkdir /sdcard/test.dir, and works when directly called. The code compiles and executes, but the script isn't being run. My...