[android-developers] captureDispatchPointer and captureDispatchKey - Monkey

2011-04-27 Thread Yash Jain
Hello All, I have a question ??? I want to know how captureDispatchPointer and captureDispatchKey works. basically i want to create an event(tap) on touchscreen at a desired co-ordinates. I searched and ended up in the below description but i do not understand what these arguments corresponds to.

[android-developers] Find Command Prompt on Android Filesystem

2011-04-20 Thread Yash Jain
Hello All, Can you please help me in finding the command prompt on android filesystem. I am trying to automate few task, the procedure is i will find the command prompt (#) and then execute few commands but to encounter command prompt i have to press enter, could you please let me know how to simul

[android-developers] Re: Logcat debug level --help

2011-04-11 Thread Yash Jain
to specify a tag, so > you can just use * (all tags). For example, to show only error messages: > > $ logcat *:E > > There's some documentation on filters for logcat at > http://developer.android.com/guide/developing/debugging/debugging-log.html#filteringOutput > > > ~

[android-developers] Logcat debug level --help

2011-04-07 Thread Yash Jain
file( logcat -f log_error.txt) or to the console( logcat -d). Can anyone help me to print only the error log messages. Thanks in advance. Regards, Yash Jain. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Howto: Run the Test cases available in framework

2011-03-18 Thread Yash Jain
Hello All, I have a dumb questions ??. [?] I want to make my testing automated, so i am trying to explore on the test frame work available on the android. I need help on how to run the testcases available in frame work through command line. for ex: /frameworks/base/graphics/tests/graphicstests/

[android-developers] Running .apk on Board

2011-03-18 Thread Yash Jain
Hello Guys, I have a dumb question !!! I have created an android application in eclipse but i do not know how to run the same on Board. I tried copying test.apk to /system/app/. but my application is not visible in menu. Please help me on running an application on Board. Also i tried to run

[android-developers] Help writing a sample Android App

2011-03-11 Thread Yash Jain
Hello All, I am new to java and android Apps. Basically i want to test weather a media file can be played on my mobile device so to do this i wanted to write android application which does play a media file and if it fails then it throws an error. I tried writing an application which will playback