Re: [android-developers] is it possible to make call when song is playing

2011-06-19 Thread Bharathi raja
Thanks for your reply i wanted to automate both the scenario on sample phone. First play song then initiate call and check song is playing or not, after call whether song resume. If you/anyone know this please reply me back On Sat, Jun 18, 2011 at 1:48 PM, kaushik p wrote: > Hi > > When the

Re: [android-developers] Re: Want to capture screenshot of current screen from phone

2011-06-08 Thread Bharathi raja
w Canvas(bmp); > > > myView.draw(canvas); > > > try { > > >FileOutputStream out = new FileOutputStream( "/sdcard/screen.jpg" > ); > > >bmp.compress(Bitmap.CompressFormat.JPEG, 100, out); > > > out.flush(); > > >out.close(); > > &g

Re: [android-developers] Re: Want to capture screenshot of current screen from phone

2011-06-07 Thread Bharathi raja
printStackTrace(); > } > > Not sure if this will help or not ? NOTE: that you can also save as a PNG > if you want . > > > > > > On Jun 3, 2011, at 8:11 AM, Bharathi raja wrote: > > Hi, > Thanks for sharing code. > > Code u shared will capture the entire sc

Re: [android-developers] Re: Want to capture screenshot of current screen from phone

2011-06-03 Thread Bharathi raja
Hi, Thanks for sharing code. Code u shared will capture the entire screen, even if it is not widget component. [mean screen may have android or flash or web component] i wanted to capture all the three. Regards, Bharathiraja R On Fri, Jun 3, 2011 at 1:39 AM, New Developer wrote: > Okay I outpu

Re: [android-developers] Re: Whats the key difference between Monkey Runner and Monkey tool?

2011-02-01 Thread Bharathi raja
Hi, Can you please tell me it required any module\lib files to write python script to do keystrokes and touch event. if so, from where i will get those module files On Mon, Jan 31, 2011 at 10:45 PM, A. Elk wrote: > You might use Monkey to test that your app handles only certain > keystrokes, han

[android-developers] MonkeyRunner

2011-01-30 Thread Bharathi raja
Hi All, I want to know files needed(for python) to start work with monkeyrunner tool. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, s

[android-developers] Re: "java.net.SocketException: The operation timed out"

2011-01-26 Thread Bharathi raja
Thanks for reply Through static wifi, i am able to browse on my phone but not able to download using my application. On Jan 26, 9:40 am, Brill Pappin wrote: > The answer was given to you by the exception. > > the problem is not  you application, it is the network between your phone > and the remo

[android-developers] "java.net.SocketException: The operation timed out"

2011-01-25 Thread Bharathi raja
I developed one android application through we can download file by passing url and i am getting "java.net.SocketException: The operation timed out" only when i use static wifi on android phone to download file. i tried both URLConnection and HttpCclient but i got same result. anyone know the solu

[android-developers] How to do JUnit Testing for Android Phone.

2010-07-19 Thread Bharathi raja
Hi All, Please anyone help me, how to do JUnit Testing for Android phone(Not for Android application). I have a doubt whether Junit Testing for android phone required android source code or only class name are enough to do. -- You received this message because you are subscribed to the Google

[android-developers] Re: About Monkey Script

2010-06-23 Thread bharathi raja
Use below method for delay b/w 2 event delay(5000) On Jun 22, 11:42 am, mlc wrote: > this is my Monkeyscript > type= point > count= 0 > speed= 1 > start data >> > > captureDispatchPointer(5109520,5109520,0,230,358,0,0,0,0,0,0,0); > captureDispatchPointer(5109521,5109521,1,230,358,0,0,0,0,0,0,0);