[android-porting] Re: CTS

2012-09-25 Thread Glenn Kasten
Please see http://source.android.com/compatibility/contact-us.html On Saturday, September 22, 2012 12:39:40 AM UTC-7, David Ghaemi wrote: > > Hello, > > > > We have ran the CTS on our new product. How can we submit the results to > Google for registration? Please advise. > > > > *David**Ghaem

[android-porting] Re: CTS APK'S QUERIES

2010-03-16 Thread Umang Gupta
Any help on how to test apk's generated by compiling cts tests on emulator or target ?? Thanks : Uander On Tue, Mar 16, 2010 at 5:53 PM, Umang Gupta wrote: > Hi All , > > I am running cts test cases on eclair . I've done with : > . build/envsetup.sh; lunch 1; make cts > > That compiled my a

[android-porting] Re: CTS APK'S QUERIES

2010-03-17 Thread abukustfan
Use following command to start testing cts $ cd out/host/linux-x86/cts/android-cts/tools $ ./startcts then you will get a cts command prompt, cts > type help to get how to run test. Good luck! On Mar 17, 12:52 pm, Umang Gupta wrote: > Any help on how to test apk's generated by compiling c

[android-porting] Re: CTS APK'S QUERIES

2010-03-17 Thread abukustfan
First, prepare the apk. For emulator, I think you can create a new system.img and userdata.img after build cts. then you can specified those image when launch emulator. $ emulator -system new_system.img .. For target board, depends on how you mount your target board. Second, run the startcts

[android-porting] Re: CTS install_failed_insufficient_storage error

2010-07-07 Thread BradChow
Dear Deepak, When CTS is running, it will install and remove APKs. So, you can check if the device has enough available space in data partition? Best Regards, Brad Chou On 7月7日, 下午8時34分, deepak singal wrote: > Hi All, > > I am trying to port eclair-2.1  CTS code on zoom2 target board. > > I am

[android-porting] Re: CTS install_failed_insufficient_storage error

2010-07-08 Thread BradChow
So, I think it's about permission. Could you install any APK into your device? Best Regards, Brad Chou On 7月8日, 下午2時40分, deepak singal wrote: > Thanks for reply > Total Available space > > Filesystem                Size      Used Available Use% Mounted on > tmpfs                    92.6M     12.

[android-porting] Re: CTS verifier 4.1

2012-10-24 Thread Fabien Duvoux
Audio Test has been disabled for the moment until reliable test will be available. You can run old verifier test for your reference. You can find other thread discussing about it. Le vendredi 12 octobre 2012 11:59:03 UTC+2, maya a écrit : > > CTS verifier 4.1 doesn't have audio quality parameter

Re: [android-porting] Re: CTS APK'S QUERIES

2010-03-17 Thread Umang Gupta
Thanks Abukustfan . Running cts test cases using startcts script is known to me . but that are for host machine . like for running signature test cases , I run : cts > start --plan Signature -t android.tests.sigtest.SignatureTest#signatureTest Since apk's of all such test cases are generated

Re: [android-porting] Re: CTS APK'S QUERIES

2010-03-17 Thread Uander
Thanks abukustfan . I am following the same here . Uander On Wed, Mar 17, 2010 at 3:39 PM, abukustfan wrote: > First, prepare the apk. > For emulator, I think you can create a new system.img and userdata.img > after build cts. > then you can specified those image when launch emulator. > $ emul

Re: [android-porting] Re: CTS install_failed_insufficient_storage error

2010-07-07 Thread deepak singal
Thanks for reply Total Available space FilesystemSize Used Available Use% Mounted on tmpfs92.6M 12.0k 92.5M 0% /dev tmpfs 4.0M 8.0k 4.0M 0% /sqlite_stmt_journals ubi0:system 105.5M 95.4M 10.1M 9

[android-porting] Re: CTS and unsupported hardware

2011-07-22 Thread Roger
I'd like to get an "official" response to this as well as I'm having the same problem. However, according the compatibility doc, when you are missing hardware, you need to make whatever code changes to the system code so that values returned by the API are correct according to the SDK. In this ca

[android-porting] Re: CTS -- Audio Quality Verifier

2012-06-06 Thread kala
Hi , Does this mean, we can conviniently leave out execution of AUdio Quality in R3 CTS verifier. But, in the next releases will this be totally absent or we have new set of test cases for the same? Also, please let me know, how should we present the results of Verifier for certification? Currenlty

[android-porting] Re: CTS on android emulator

2012-09-07 Thread RichardC
Wrong group, please try one of: http://source.android.com/community/index.html On Tuesday, September 4, 2012 12:01:20 PM UTC+1, ven wrote: > > Even same thing happening for us too.. > please let me know, is there any other way to do it.. > > On Wednesday, January 25, 2012 10:46:34 AM UTC+5:30, Ab

[android-porting] Re: CTS on android emulator

2012-09-07 Thread JF Dionne
Why would you want to run CTS on an emulator ? This is mainly for phone hardware related tests. Run CTS on a device. However, a lot of tests fail on AOSP as they require drivers for camera, a location application, etc I have a list somewhere if you need it. -- unsubscribe: android-portin

[android-porting] Re: CTS tests time out issues

2012-06-20 Thread John C. Vernaleo
I found that this problem happens when I do a pure AOSP build. When using binary drivers pulled from an actual device, this issue seems to go away completely. So my best guess it is some graphics driver issue. On Friday, June 8, 2012 3:47:54 AM UTC-4, Gouda Biradar wrote: > > Many streaming an

[android-porting] Re: CTS 2.3_r13 failing with RTSP streams

2012-09-03 Thread Alvaro Navas Peire
Nevermind, I finally managed to pass the tests this past weekend. It seems like it was just a temporal server issue. On Monday, August 20, 2012 4:18:59 PM UTC+2, Alvaro Navas Peire wrote: > > Hi, > > a few days ago I was testing a 2.3 device with the CTS r13 without any > unexpected problems. Ho

[android-porting] Re: CTS question: about wifi and navigation keys

2009-09-06 Thread worldfip
Does anyone know about this? On 9月5日, 上午10时27分, worldfip wrote: > Dear all, > > Does anybody know whether wifi and navigation keys(up, down, left, > right) are CTS mandatory for Android mobile phone? > > Thanks. > > worldfip --~--~-~--~~~---~--~~ unsubscribe: and

[android-porting] Re: [CTS] files in /sys are not writable

2013-06-10 Thread qanne
I have the same problem, can you share how you solved it finally? thx! -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting"

[android-porting] Re: : CTS test failed: nulljava.lang.VerifyError in the vm opcodes of the android.core.vm-tests

2012-02-07 Thread sawyer jim
The error log should be "nulljava.lang.VerifyError", not be "nulljava.lang.VerifyError". Anyone can give me some suggestions? Thanks. On 2月7日, 下午12时00分, sawyer jim wrote: > Dear Groups: > > When I did CTS test against the package "android.core.vm-tests", I > got > many failures said "nulljava.lan