Re: DisableSuspend.apk

2012-01-16 Thread yong qin
On 17 January 2012 01:38, Alexander Sack wrote: > On Mon, Jan 16, 2012 at 6:24 PM, Paul Larson > wrote: > > > >> The "shell service call power ..." is probably just a runtime setting? > >> so we have to run it on every boot, no? > >> > >> Can we add this to a generic place in lava-android-test (

Re: DisableSuspend.apk

2012-01-16 Thread yong qin
ched my DisableSuspend.apk. > > > > On 14 January 2012 06:44, yong qin wrote: > >> Hi, All > >> > >> The command below seems can also disable suspend. > >> adb shell service call power 1 i32 26 > >> > >> I have tried on landi

Re: DisableSuspend.apk

2012-01-14 Thread yong qin
Hi, All The command below seems can also disable suspend. adb shell service call power 1 i32 26 I have tried on landing-panda and staging-panda, both works. Thanks, Yongqin Liu On 22 October 2011 11:10, Zach Pfeffer wrote: > This will disable suspend (like if you're showing a demo off). >

ICS changes to use mksh

2011-11-24 Thread yong qin
Hi, All ICS has changed its default shell to mksh. and the source of mksh is under ${AOSP}/external/mksh. In ICS, mksh use /system/etc/mkshrc as the default profile if we log into android with adb shell or on the serial console. so if we want to export some environment variable like(PS1), we can c

Re: dependencies between actions in the dispatcher

2011-11-11 Thread yong qin
> > 1) Change submit results to not be an action. 2) Add a result_locations list and action_data dictionary to > LavaContext. My half-thought through idea is that actions will use > the action name as a prefix, e.g. deploy_linaro_image for a qemu > client might set 'deploy_linaro_image.qemu

test files defined in src/com/android/mediaframeworktest/MediaNames.java

2011-11-09 Thread yong qin
Hello, All Does anyone who know where to get the test files defined in file src/com/android/mediaframeworktest/MediaNames.java. or how to generate those files. like public static final String MP3CBR = "/sdcard/media_api/music/MP3_256kbps_2ch.mp3"; public static final String MP3VBR = "/sdc