Hi Uander, You can disable Hardware acceleration by editing this file: platform/vendor/ti/zoom2/BoardConfig.mk
But I think it's better to find the root cause of the issue, probably the first step could be to verify if the audio format is actually supported, take a look at the supported OMX roles (tComponentName): platform/hardware/ti/omx/system/src/openmax_il/omx_core/src/OMX_core.c Thanks, Ricardo On Mon, May 3, 2010 at 7:54 AM, Deva R <[email protected]> wrote: > [+porting list] > you can delete ./system/etc/01_Vendor_ti_omx.cfg in your file system, > so as to use SW codecs from PVOMX components (picked up by > ./system/etc/pvplayer.cfg). > > On Mon, May 3, 2010 at 6:23 PM, Uander <[email protected]> wrote: > > Hello , > > > > I have a file a audio/3gp file that I can play in eclair-2.1 emulator but > > its throwing error on my Zoom2 > > device says "Sorry , this player doesn't support this type of audio > file " > > . > > > > emulator will be using s/w codecs . while zoom2 has h/w codecs . The > logic > > of MMM framework is like if h/w codecs are not present it should look > for > > s/w codec . if zoom2 is not finding h/w codec for my audio/3gp file , it > > should search for s/w codec and play file , why does it fails with error > ? > > > > How to disable hardware acceleration of codecs ? > > > > Please correct me If I am wrong . > > > > > > > > > > Thanks : > > Uander > > > > -- > > You received this message because you are subscribed to the Google Groups > > "android-platform" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<android-platform%[email protected]> > . > > For more options, visit this group at > > http://groups.google.com/group/android-platform?hl=en. > > > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
