[android-porting] Re: Status of Android CTS (Compatibility Test Suite) on froyo-x86 and gingerbread?

2010-12-30 Thread Bruce Beare
We regularly run CTS on our x86 platforms. To be sure... there are some bugs... but very little was IA specific. I believe that we uploaded to Gerrit fixes for the IA specific bugs that we found (I should double check that though). You should be able to run it just fine on the mainline with the Vir

[android-porting] IA Bring-up in the master branch: Instructions

2010-12-27 Thread Bruce Beare
I have uploaded the required changes to bring up IA in the master branch as well as the virtual box installer image. The changes are in queue and will likely take a little time to get into the master branch (no doubt, some will be re-factored along the way). The script below will pull in the requi

[android-porting] Re: Problem building opensles

2010-12-25 Thread Bruce Beare
, wallace wrote: > I have encountered the same problem, waiting for solution. > > On 12月24日, 上午5时19分, Bruce Beare wrote: > > > > > I'm having a bit of trouble building opensles for x86. According to > > some web searches... this is likely due to declaring but not de

[android-porting] Re: attempting to build gingerbread

2010-12-23 Thread Bruce Beare
I've got x86 building and booting in the master branch... but dalvik is crashing. I expect to clean things up and upload the commits in the next few days. The changes are not particurily extensive. Not sure what the dalvik issue is ... yet. The GB branch will take a bit more effort. Kelvin wrote:

[android-porting] Problem building opensles

2010-12-23 Thread Bruce Beare
I'm having a bit of trouble building opensles for x86. According to some web searches... this is likely due to declaring but not defining a virtual function. From the messages (below), I am guessing that it has something to do with the SortedVector class. I suspect that it's actually something to d

[android-porting] Re: bootup stuck at the android logo in x86 virtualbox

2010-08-23 Thread Bruce Beare
Were you aware that and Android VirtualBox emulation is working in the Google AOSP/master branch? source build/envsetup.sh lunch full_x86-eng make installer_vdi If you really need it in cupcake... you may be able to extract changes from master and backport them... that could be a bit of trou

[android-porting] Re: vold issues

2010-08-13 Thread Bruce Beare
Do you have more than 4 partitions on the SD in all? If so... there is an array overrun problem that is getting you. A fix is already in the mainline: https://review.source.android.com/#change,15991 -Bruce On Aug 13, 3:02 am, ran wrote: > I get success with this line in vold.fstab at my free

[android-porting] Re: HOWTO: run a particular CTS test with DDMS?

2010-06-21 Thread Bruce Beare
:o) Finally found... adb shell am instrument -w -e class \ android.app.cts.TimePickerDialogTest#testOnTimeChanged \ com.android.cts.app/android.test.InstrumentationCtsTestRunner On Jun 21, 3:01 pm, Bruce Beare wrote: > I discovered a bit more: > >   adb install ./r

[android-porting] Re: HOWTO: run a particular CTS test with DDMS?

2010-06-21 Thread Bruce Beare
selecting the particular test that I see failing and of providing the automated input event to the test. On Jun 21, 10:09 am, Bruce Beare wrote: > I'm running into a CTS exception and would like to take a close look > at the particular test/failure using DDMS. Is it possible to run CTS

[android-porting] HOWTO: run a particular CTS test with DDMS?

2010-06-21 Thread Bruce Beare
I'm running into a CTS exception and would like to take a close look at the particular test/failure using DDMS. Is it possible to run CTS with DDMS? Alternatively... I can install the CTS test .apk file... but how do I then invoke the particular test? Thank you, Bruce -- unsubscribe: android-por

[android-porting] Re: VirtualBox Black Screen

2010-06-01 Thread Bruce Beare
Yes, Android can boot to VirtualBox... but you need a patch that wasn't accepted in m/master. I've been told that Froyo will be fixing the problem in another way. You can, however, pull the patch from: https://review.source.android.com/#change,14429 Rather than getting an image that will boot