Hi Milano, Thanks for your reply. I wanted to run monkey scripts on multiple android devices without connecting them to any laptop/desktop. With my study and understanding until now, I think it is not possible. Correct me if I am wrong.
Thanks and regards, Rakesh On Mar 23, 5:28 am, Diego Torres Milano <[email protected]> wrote: > If you have root you can run monkey from a shell, for example if you > monkey script is in /data/m.txt > > # cat /data/m.txt > tap 100 180 > type 123 > tap 100 280 > > # monkey --port 1080 & > # nc localhost 1080 < /data/m.txt > > may I ask why do you need this ? > > On Mar 17, 5:43 am, raki <[email protected]> wrote: > > > > > > > > > > > Hi Bill, > > > Thanks for your reply. > > Could you please tell me if there is a way at least to run a Monkey > > script on the Android device directly? > > > Thanks, > > Rakesh > > > On Mar 17, 7:37 am, Bill Napier <[email protected]> wrote:> Hi, > > > > This won't work. MonkeyRunner will only work on a host computer, you > > > can't > > > run it from the device itself. > > > > Bill > > > > On Tue, Mar 15, 2011 at 5:15 AM, raki <[email protected]> wrote: > > > > Hi, > > > > > I wanted to run a python script directly on an Android device through > > > > Monkeyrunner. > > > > I have installed the following applications on my Android device: > > > > SLA4, Python for Android. > > > > > But when I try to run the script through Python interpretter, I get > > > > the error saying "Import Error: No Module named > > > > com.android.monkeyrunner" > > > > > Are Monkeyrunner and Monkey tools not included along with the Android > > > > OS ? > > > > > Could some one suggest, how to start creating scripts using > > > > Monkeyrunner API ? > > > > > Appreciate any help. > > > > > Thanks, > > > > Rakesh > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups "Android Developers" group. > > > > To post to this group, send email to [email protected] > > > > To unsubscribe from this group, send email to > > > > [email protected] > > > > For more options, visit this group at > > > >http://groups.google.com/group/android-developers?hl=en > > -- > Have you read my blog ?http://dtmilano.blogspot.com > android junit tests ui linux cult thin clients -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

