first thought that came to my mind is permission. ofcourse you can confirm that with logcat.
On Tue, Feb 2, 2010 at 6:58 PM, Asif k <[email protected]> wrote: > Hi all, > > I am configuring wifi on my android based board using shell script. > Now I want to execute the same script from android application. For > that, I had used following code, but it didn't give any success till > now, > > I had executed same script from "adb shell" prompt and it works > nicely. > > Process exeCommands = Runtime.getRuntime().exec("/data/busybox/ > board_script.sh"); > > is there anything else required than this??? > > Please help.. > Asif > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

