[android-developers] MonkeyRunner Start intent from java

2011-08-04 Thread Karthikeyan R
Hi, I am using MonkeyRunner from java. Could some one help me in starting a activity from monkeyrunner. I can see a function called startActivity but I am not sure on how to use it properly http://developer.android.com/guide/developing/tools/MonkeyDevice.html#startActivity It will be really

[android-developers] Getting UI text form MonkeyRunner

2011-08-02 Thread Karthikeyan R
Hi, I am using MonkeyRunner from java for some of my automation. I would like to access the UI elements on the device using MonkeyRunner. I can see that HierarchyViewer does this for us but not sure how to set the Selector in the below code snippet. HierarchyViewer view =

[android-developers] Re: Is it possible to use MonkeyRunner from java

2011-08-02 Thread Karthikeyan R
that you have got that running. Can you please point me to some sample code as well. On Jun 28, 9:44 am, Karthikeyan R dba.kart...@gmail.com wrote: Hi Bill, Thank you so much for pointing me to those links. It helps me a lot and now I can able use monkey runner from java. This group

[android-developers] Re: Is it possible to use MonkeyRunner from java

2011-08-02 Thread Karthikeyan R
sorry I do not know much English On Aug 2, 11:34 am, Karthikeyan R dba.kart...@gmail.com wrote: Hi Nithin, I missed your post that is the reason for delayed reply. Please use the below snippet  (Make sure to include monkeyrunner, ddmlib, jython, sdklib jars) import

[android-developers] How to perform Pinch zoom out or zoom in using MonkeyRunner

2011-06-30 Thread Karthikeyan R
Hi, I would like to perform multi touch zoom in and zoom out operations using monkeyrunner. Could someone give me pointers for doing the same. Thanks in advance. Thanks --Karthik -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: How to perform Pinch zoom out or zoom in using MonkeyRunner

2011-06-30 Thread Karthikeyan R
is not fully implemented in android upt 2.0 and above also i think but you go and follow this link you may get complete idea regarding that.http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-... On Jun 30, 2:27 pm, Karthikeyan R dba.kart...@gmail.com wrote: Hi, I

[android-developers] Re: Is it possible to use MonkeyRunner from java

2011-06-28 Thread Karthikeyan R
=monkeyrunn... And see that it has a bunch of methods on it like takeSnapshot, touch, drag, etc. Hopefully that's enough to get you started. Bill On Fri, Jun 24, 2011 at 7:27 PM, Karthikeyan R dba.kart...@gmail.comwrote: Hi Bill, Thank you so much for sharing the information. we

[android-developers] Need example on how to use MonkeyRunner from java

2011-06-27 Thread Karthikeyan R
Hi, I require an example on how to use MonkeyRunner from java. I tried using it by extending MonkeyRunner.java but was not successful. Any help regarding this will be really helpful. I searched over the forums and web but was not able get it. Thanks in advance Thanks --Karthik -- You

[android-developers] Re: Is it possible to use MonkeyRunner from java

2011-06-24 Thread Karthikeyan R
Hi Bill, Thank you so much for sharing the information. we wanted to create a automation framework in java having MonkeyRunner as base. Could you give me one small sample using java, it will be really helpful for us. To give you a context we wanted to automated the device as a whole where we