[android-developers] Re: Monkey usage with Scripts/Network Control not working

2010-11-03 Thread patrick
try that: adb forward tcp:1080 tcp:1080 telnet 127.0.0.1 1080 tap 160 200 On Oct 26, 12:19 am, sdphil wrote: > okay, i'm trying to get the same thing working.  i am doing this and I > see -- > > C:\test>adb shell monkey -p com.test --setup scriptfile -v -f /sdcard/ > test.txt 1 > :Monkey: seed=

[android-developers] Re: Monkey usage with Scripts/Network Control not working

2010-10-25 Thread sdphil
okay, i'm trying to get the same thing working. i am doing this and I see -- C:\test>adb shell monkey -p com.test --setup scriptfile -v -f /sdcard/ test.txt 1 :Monkey: seed=0 count=1 :AllowPackage: com.slacker.radio :IncludeCategory: android.intent.category.LAUNCHER :IncludeCategory: android.inte

[android-developers] Re: Monkey usage with Scripts/Network Control not working

2010-09-12 Thread Tez
Monkey network control working correctly. Must be careful about scaling co-ordinates while using it. I hope this post helps others when they have problems. Cheers, Earlence On Sep 12, 11:21 pm, Tez wrote: > count= number of events > speed= in ms > start data >> > DispatchPointer(long downTime,

[android-developers] Re: Monkey usage with Scripts/Network Control not working

2010-09-12 Thread Tez
count= number of events speed= in ms start data >> DispatchPointer(long downTime, long eventTime, int action, float x, float y, float pressure, float size, int metaState, float xPrecision, float yPrecision, int device, int edgeFlags) DispatchTrackball same as DispatchPointer DispatchKey(lo

[android-developers] Re: Monkey usage with Scripts/Network Control not working

2010-09-12 Thread Tez
An update: I was using an incorrect script file. The correct version is as described here http://android.git.kernel.org/?p=platform/development.git;a=blob;f=cmds/monkey/src/com/android/commands/monkey/MonkeySourceScript.java;h=9b2328d23fdf297a6f9c2201b89876bb42971ad2;hb=HEAD I am trying to figur