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 (
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
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).
>
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
>
> 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
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