[android-developers] Android Shell Scripting

2012-10-16 Thread Sumeet
Hi, We are developing a Ruby script to launch an Android emulator and then run some calabash tests on it. The ruby script just executes a bunch of shell commands: PID = fork do Signal.trap(HUP) { puts PROCESS ENDED; exit } exec emulator -avd TestDevice1 end fork { sleep(55)

[android-developers] android shell and adb

2011-07-06 Thread Manoj Kumar
hi, can anyone please tell me how to enable shell prompt and adb in android when my android filesystem was not working i had a log message : [adb_function_enable] adb_function = (enabled) but now my android filesystem is working and i don't get any adb log messages pls tell where i can find the

[android-developers] Android Shell

2009-01-05 Thread Raghu D K
Hello All, I am using logcat to debug. I have noticed that the Android shell does not have the export PATH variable exporting the path to /system/bin where the logcat is located. Some times on the android shell when I do # set It shows the following