Hi,
Using following command can easily capture a screen shot on Android image
from host PC:
$ adb shell screencap -p | sed 's/\r$//' > snapshot.png
The precondition is an existing ADB connection, either over USB or
Ethernet, then you can run above command to get the current screen
snapshot. Please refer to attachment to view mine.
Note: Sometimes you need run ADB with root permission.
FYI.
Thanks.
Best Regards
Botao Sun
https://wiki.linaro.org/Cycles/1308/Release#Release_Information
The release notes for 13.08 state that "Android Baselines updated to Android 4.3 for all the Engineering and Member builds". However, the vexpress tree is still based on 4.2.2_r1:
http://releases.linaro.org/13.08/android/vexpress/source-manifest.xml
What were the blockers for updating vexpress to 4.3 in 13.08? In which release is it expected to be updated to 4.3?
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
Hi Mukesh,
Since I don't cover the CTS work, I will forward your questions to the
people who ran and know the details of CTS test result.
1. Soumya Basak (
http://www.linaro.org/linux-on-arm/meet-the-team/soumya-basak), engineer in
QA team and currently working on the Android test. He sends CTS summary
report per month;
2. Amit Khare (http://www.linaro.org/linux-on-arm/meet-the-team/amit-khare),
engineer in QA team and investigated CTS test at the beginning;
3. Tyler Baker (http://www.linaro.org/linux-on-arm/meet-the-team/tyler-baker),
Technical Architect in LAVA team. Currently CTS is running automatically in
our LAVA system;
I will also involve you in Linaro Android mailing list.
Thanks.
Best Regards
Botao Sun
On Tue, Sep 3, 2013 at 10:18 PM, mukesh thakur <mukeshthakur.in(a)gmail.com>wrote:
> Hi,
> Thanks for sharing the CTS_Test_Report.
> I too ran Linaro Android 4.2.2 (Linaro 13.06) on the pandaboard and i have
> total 50 Failed Test cases.
> I have some question-
>
> 1)I am unable to run the whole cts in one short .I am getting some PVR
> issue.IS it a known issue on Linaro 4.2.2.
> 2)Out of 90 Mediastress Test cases some 30 are getting failed saying
> java.lang.Exception Error.How can we make them pass.
> 3) Can you send me the known issues on Linaro Android 13.06.
>
> Thanks in Advance !!
>
> Best Regards,
> Mukesh
>
>
> On Tue, Sep 3, 2013 at 4:12 PM, Botao Sun (Google Drive) <
> Botao.Sun(a)linaro.org> wrote:
>
>> I've shared an item with you.
>> [image: PDF] CTS_Test_Result_Calendar_Week_35.pdf<https://docs.google.com/file/d/0BwB-fT5LL31CUE5mTkhuY21ydHc/edit?usp=sharing>
>> Google Drive: create, share, and keep all your stuff in one place. [image:
>> Logo for Google Drive] <https://drive.google.com>
>>
>
>
I am trying to build the Android with console only support - Tiny Android.
I am not able to download the source. Could you guide me with this, asap?
It is urgent
Thanks
Neelima
Hello,
At the LCE13, when we brainstormed solution for private jobs on
android-build.linaro.org, it was clear that we won't be able to update
web frontend quickly enough (which generally would require big rewrite),
given existing projects in the queue. So, instead it was proposed to
provide command-line client, especially taking into account regular
requests for such (well, maybe not from Android, but from kernel
engineers).
Initial version of command-line client is now ready. One of the
problem when going from web-based UI to local tool is the need to
install it on each and every computer. To ease that somehow, I wrote
this initial version as using only Python stdlib. To get the client,
download
http://bazaar.launchpad.net/~linaro-automation/linaro-android-build-tools/t… ,
or "bzr branch lp:linaro-android-build-tools; cd utils/cmdline-client".
Please give it a try and let us know if you find it useful. Currently
it provides just the basic functionality which was required to cover
original purpose - to create a private job. If you find it useful and
more convenient to use, please share your comments and suggestions, and
more features can scheduled for implementation.
Further information about configuring and using the client is available
in README:
http://bazaar.launchpad.net/~linaro-automation/linaro-android-build-tools/t…
Which is also pasted below for your convenience:
Basic android-build.linaro.org command-line client
==================================================
This tool provides proof-of-concept command-line client for Linaro Android
Build Jenkins master (android-build.linaro.org), as an alternative for
existing Web UI interface. One particular feature the command-line client
has and Web UI lacks is support for creating completely private builds (such
builds are not availabel via Web UI at all). At the same time, this tool is
so far in the proof of concept stage and provides only basic job management
actions (namely, create a job and schedule its build). If you find this tool
useful, please share your comments and suggestion using this bugtracker:
https://bugs.launchpad.net/linaro-android-infrastructure
to help its improvement and evolution.
Quick start
-----------
1. You should have access to Jenkins at:
http://android-build.linaro.org/jenkins/
(Generally available for Linaro Android team members).
2. Download android-build-client tool. As it is written to depend only
on Python standard library, an easy way to get it is to download seperate
file via Launchpad BZR viewer:
wget "http://bazaar.launchpad.net/~linaro-automation/linaro-android-build-tools/t…"
chmod +x android-build-client
3. Look up your Jenkins API token by visiting
https://android-build.linaro.org/jenkins/me/configure and clicking
"Show API Token..." button.
4. Run:
./android-build-client authorize
Enter yous Jenkins username and API token. Note that this will cache these
credentials in your home dir, so use this only on your personal well-protected
workstation. The alternative is to use --user switch and input API key
interactively.
5. To create a new job, prepare an Android job config (see
https://wiki.linaro.org/Platform/Android/LinaroAndroidBuildService for more
info) in a file. Run:
./android-build-client create <job_name> <job_config_file>
Note that job name should conform to Android Build Service naming
converntions, see documentation link above for more info. To create a job
private for a particular group, pass --private=<group> switch to create command.
6. To schedule a build, run:
./android-build-client build <job_name>
Run ./android-build-client --help to see all options.
--
Best Regards,
Paul
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linarohttp://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
Hi all:
To the best of my knowledge, if one thread want to live in system for a long time, it should adopt a policy to give up CPU when there is nothing to do, and it may be woken up by another thread or signal.
For example, the main thread is driven by messages. The *Policy* that I mentioned above is that main thread will be blocked if its message queue becomes empty and it will be woken up when some new messages enqueue.
But according to my experiments, I found there are some threads without processing messages have a long life, they may occupy more than 30 percentage of total execute time(during a certain period). Therefore, what is the *Policy* that makes
this type of threads fall in sleep or be woken up? In addition, it's apparently that CPU will never become idle if one thread don’t go to sleep. However, the assumption is not true! Could any body give some idea?
Thanks!
Best regards.
liusir.tech
Hi
I running Linaro Android 13.06 (Android 4.2.2) on TI's panda Board.But
while running Android cts 4.2.2 ,i am some 50 plus issues related to
different cts packages.
Even 30 issues are related to Mediastress say
"Test failed to run. Test run failed due to : Instrumentation run failed
due to 'java.lang.RuntimeException" by running
run cts --class android.mediastress.cts.H264R480pAacShortPlayerTest
What is the reason behind the failure.
Is it the package is not supported by linaro 13.06
Thank you in Advance !!!!
Regards,
Mukesh