[android-developers] Re: Shell access in Dev Phone

2009-01-15 Thread Sundog
I'm pretty sure the short answer is no. On Jan 15, 9:01 am, howa howac...@gmail.com wrote: Is this possible in the Dev Phone? It will be much usable since many guy like me only know how to write scripts, not Java Program. :) --~--~-~--~~~---~--~~ You

[android-developers] Re: Shell access in Dev Phone

2009-01-15 Thread David Turner
you can use adb shell to get a shell prompt on the phone. Beware that this runs a version of ash so you'll be missing a *lot*of shell features. Moreover, the system doesn't come by default with typical shell programs like find, cp, etc... and no Perl / Python / etc... (the terminal app also allows