Re: [android-porting] Problem with gralloc and copybits

2010-11-16 Thread Ritesh Solanki
Hi, i dont have much idea about this but you can try increasing the pmem memory size. As gralloc will be using pmem to allocate the memory. Thanks and regards Ritesh 2010/11/10 Rogério de Souza Moraes > Hi folks, > > I am working in a device based in freescale IMX51_BBG. The system can > boot,

[android-porting] OMX.google.aac.decoder ERROR (0x80001001, 10)

2012-02-14 Thread Ritesh Solanki
Hi All, I am trying to play some video on the ICS emulator, it plays most of the video but for some video it does not play and gives below error. D/MediaPlayer( 1899): getMetadata E/OMXCodec( 1080): [OMX.google.aac.decoder] ERROR(0x80001001, 10) can anyone please help me in this. Thanks and re

Re: [android-porting] Re: OMX.google.aac.decoder ERROR (0x80001001, 10)

2012-02-16 Thread Ritesh Solanki
media analyzer tool to examine the > headers for the audio portion of the content -- maybe it's an > unsupported AAC variant, a corrupt AAC frame, etc. > > On Feb 13, 10:46 pm, Ritesh Solanki wrote: > > Hi All, > > > > I am trying to play some video on the ICS e

[android-porting] android.core.vm-tests fails

2012-02-22 Thread Ritesh Solanki
Hi All, I am running android CTS test on my setup. for most of the test cases it passed successfully but when I run android.core.vm-tests all 3096 test cases failed with error like... *nullfailed to copy '/tmp/cts-adbpush-7367757895099569209.jar' to '/data/local/tmp/dexcore.jar': Too many open fi

[android-porting] configure android jellybean to use RGB565 for ui

2013-04-10 Thread Ritesh Solanki
Dear All, we have a working android-jellybean setup which is configured for RGBA888. due to some change in LCD configuration I want to change UI to come in RGB565 format. I have modified HWComposer::getVisualID() function to return HAL_PIXEL_FORMAT_RGB565 but it doesnt work. any suggestion regar