I was able to get around this by changing my command string to include "su -c" (i.e. "su -c ./rsync ......").
Not sure if this is a good solution or not though. On Friday, October 5, 2012 8:57:14 AM UTC-6, Dan McLeran wrote: > > I am running Android ICS 4.0.3 on a Blaze phone platform. I built rsync > version 2.6.9 using the Android NDK and installed in on my device. If I run > a shell on the device via the serial port, I can launch rsync and it runs > fine but I cannot seem to be able to launch it programmatically via > Runtime.getRuntime().exec. What I see is init:untracked pid exited. Does > anyone have some advice? > -- 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

