[android-developers] Re: Loop Mount system.img file of Android emulator

2011-01-13 Thread markwhitney
On Nov 22 2010, 2:00 pm, ale ale.noval...@googlemail.com wrote: Hi, is there a way to mount the system.img file included in the Android emulator from the SDK. I tried to loop mount the file but mount keeps telling me that I need to specify the FS-Type. I think they are YAFFS type but I am

[android-developers] more parseable output from instrumented tests?

2009-10-06 Thread markwhitney
Is there a way to get more easily parseable output from a test suite of ActivityUnitTestCases and ActivityInstrumentationTestCase2s? Possibly some extras passed to adb am instrument? The output of am instrument is fine for manual test runs, but I am looking for something more structured so that

[android-developers] Re: more parseable output from instrumented tests?

2009-10-06 Thread markwhitney
For reference to others, it turns out that passing the -r flag to instrument produces more easily parseable results. It would still be nice to get a full report with things like test runtimes though. On Oct 6, 9:21 am, markwhitney markwhit...@gmail.com wrote: Is there a way to get more easily

[android-developers] Re: Need a way to simulate Button Click Event.

2009-08-19 Thread markwhitney
I agree with Rama, sending keystrokes is nice, but it seems cumbersome when you really want to click something clickable in an activity. I only see sendKeys in InstrumentationTestCase. Is there a proper way to simulate a button click using something in ActivityInstrumentationTestCase(2) or some

[android-developers] Re: Need a way to simulate Button Click Event.

2009-08-19 Thread markwhitney
Brilliant. Thanks Mark! On Aug 19, 9:28 am, Mark Murphy mmur...@commonsware.com wrote: markwhitney wrote: I agree with Rama, sending keystrokes is nice, but it seems cumbersome when you really want to click something clickable in an activity.  I only see sendKeys

[android-developers] Re: Broadcasting reboot intent

2009-08-07 Thread markwhitney
On Aug 6, 2:24 pm, markwhitney markwhit...@gmail.com wrote: Great, thanks for the link, I will look into this further there. On Aug 6, 1:54 pm, Roman roman.baumgaert...@t-mobile.com wrote: There is already a post about this on the forum. Look at http://groups.google.com/group/android-platform

[android-developers] Broadcasting reboot intent

2009-08-06 Thread markwhitney
I am trying to reboot Android by broadcasting Intent.ACTION_REBOOT from my activity. I believe that I have given it all the proper permissions to send such a signal but when I launch the activity, nothing happens. I saw a similar post about this back in May, but no responses. Logcat:

[android-developers] Re: Broadcasting reboot intent

2009-08-06 Thread markwhitney
in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 6, 8:54 am, markwhitney markwhit...@gmail.com wrote: I am trying to reboot Android by broadcasting Intent.ACTION_REBOOT from my activity. I believe that I have given it all the proper