[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

[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

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

2011-04-11 Thread Yash Jain
#filteringOutput ~skyler On Thu, Apr 7, 2011 at 6:12 AM, Yash Jain yash2le...@gmail.com wrote: Hello All, I have one dumb question, when i read a logcat message through command logcat -d, i will get a list of all events with the prefix I, V, D, W, and E which represent *I*nformation, *V*erbose, *D

[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, send email

[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] 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:

[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