[android-beginners] Re: Where is Linux Terminal in Android ?

2008-10-10 Thread Satish
To access the Linux filesystem, first ensure that the emulator is running. Then, run the Bridge thus: $ adb shell ls Where the 'ls' command displays the root of the file system--replace it with any other command that you want. If you want to directly talk to the Android emulator, do the followi

[android-beginners] Re: Where is Linux Terminal in Android ?

2008-10-08 Thread Mark Murphy
Milad wrote: > Is there any linux terminal in Android ? or is any third party > application ? For accessing other sites, there's: http://code.google.com/p/connectbot/ -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.3 Published! -