Re: [android-developers] correct usage of adb shell input

2012-10-29 Thread Abhijeet Kamble
hi friends, i am trying to reach CALIBRATION through ADB command line: adb shell $ am start -a android.settings.SOUND_SETTINGS it reaches to the: Settings-sound display - Now i want to know how can i reach to Settings-sound display - calibration please replay on this friends, my phone is

[android-developers] correct usage of adb shell input

2008-11-20 Thread dreamerBoy
Hi - I am wondering what the correct invocation of adb shell input is - It could be potentially very useful for me if I could inject key events into a running app. I've tried: adb shell input keyevent KEYCODE_0 or adb shell input keyevent KEYCODE_CALL etc. with an emulator running. I