I am using following command to execute specific package:
adb shell monkey -v -p com.google.android.apps.maps 500
adb shell monkey -p com.google.android.voicesearch 10
Q-1: But I want to execute all the packages in batch mode,can anyone please suggest? I have used a process like putting all the individual commands in batch file and executing but it is not working after first command execution.
Q-2: Can you please suggest what is the command only to put random key strokes through out the phone?
Thanks in Advance !!!