Hi, We are porting Android1.6 SDK on OMAP 3430 board. While the board is booting correctly & showing different Android Application icons on screen, it is unable to display video on screen.
We tried to play a file with .mp4 type using Meridian video player, & when we start player, it shows the error message as "Sorry,can't play this video". & NOTHING HAPPENS AFTERWARDS. The audio files are being played successfully but its not playing video on screen. I am showing logcat message at the time when we started the Meridian video player. VideoView( 1000): reset duration to -1 in openVideo I/ActivityManager( 827): Displayed activity org.iii.ro.iiivpa/.VideoPlay: 519 ms (total 519 ms) D/VideoMio34xx( 1017): Creating Vendor(34xx) Specific MIO component D/VideoMio34xx( 1017): Calling Vendor(34xx) Specific initCheck D/VideoMio34xx( 1017): Use Overlays V/VideoMio34xx( 1017): using Vendor Speicifc(34xx) codec D/VideoMio34xx( 1017): number of buffers = -19 V/VideoMio34xx( 1017): sendEvent(MEDIA_SET_VIDEO_SIZE, 240, 210) <6>binder: release 1017:1028 transaction 5106 in, still active binder: release 1017:1028 transaction 5106 in, still active <6>binder: send failed reply for transaction 5106 to 1000:1000 binder: send failed reply for transaction 5106 to 1000:1000 I/ServiceManager( 802): service 'media.audio_flinger' died I/ServiceManager( 802): service 'media.player' died I/ServiceManager( 802): service 'media.camera' died W/AudioSystem( 827): AudioFlinger server died! W/MediaPlayer( 1000): MediaPlayer server died! E/MediaPlayer( 1000): error (100, 0) E/MediaPlayer( 1000): Error (100,0) D/VideoView( 1000): Error: 100,0 I/ ( 1032): ServiceManager: 0xac38 W/AudioHardwareInterface( 1032): Creating Vendor Specific AudioHardware E/ALSALib ( 1032): external/alsa-lib/src/control/control.c:909: (snd_ctl_open_noupdate) Invalid CTL AndroidPlayback E/AudioHardwareALSA( 1032): Unable to attach mixer to device AndroidPlayback: No such file or directory E/ALSALib ( 1032): external/alsa-lib/src/control/control.c:909: (snd_ctl_open_noupdate) Invalid CTL AndroidRecord E/AudioHardwareALSA( 1032): Unable to attach mixer to device AndroidRecord: No such file or directory W/HAL ( 1032): load: module=/system/lib/hw/acoustics.omap3430.so error=Cannot load library: load_library[984]: Library '/syste m/lib/hw/acoustics.omap3430.so' not found W/HAL ( 1032): load: module=/system/lib/hw/acoustics.ldp1.so error=Cannot load library: load_library[984]: Library '/system/li b/hw/acoustics.ldp1.so' not found E/ALSALib ( 1032): external/alsa-lib/src/pcm/pcm.c:2201: (snd_pcm_open_noupdate) Unknown PCM AndroidPlayback I/AudioHardwareALSA( 1032): Initialized ALSA PLAYBACK device default I/AudioFlinger( 1032): AudioFlinger's thread ready to run for output 0 E/ALSALib ( 1032): external/alsa-lib/src/pcm/pcm.c:2201: (snd_pcm_open_noupdate) Unknown PCM AndroidPlayback_Speaker_normal E/ALSALib ( 1032): external/alsa-lib/src/pcm/pcm.c:2201: (snd_pcm_open_noupdate) Unknown PCM AndroidPlayback_Speaker E/ALSALib ( 1032): external/alsa-lib/src/pcm/pcm.c:2201: (snd_pcm_open_noupdate) Unknown PCM AndroidPlayback E/AudioService( 827): Media server died. I/ServiceManager( 827): Waiting for sevice media.audio_flinger... I/AudioHardwareALSA( 1032): Initialized ALSA PLAYBACK device default I/CameraService( 1032): CameraService started: pid=1032 E/AudioService( 827): Media server started. CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.3 | VT102 | Offline -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
