HI.
Follow the below link, I have ported android 4Aj2.2 on our borad (using blaze config)
http://www.omappedia.org/wiki/4AJ.2.2_OMAP4_Jelly_Bean_Release_Notes
. I am trying to play some audio files (wav, mp3...etc) on android but it can't work.
And it's successful while using "tinyplay" in command line.
According the android log ,I found that its misses libwvm.so(while playing with android player)....
How can play the audio on HDMI via android interface?
####################logcat message################################
12-09 16:07:34.108: I/ActivityManager(297): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.music/.MusicBrowserActivity u=0} from pid 508
12-09 16:07:34.248: I/ActivityManager(297): START {act=android.intent.action.PICK dat= typ=vnd.android.cursor.dir/track flg=0x4000000 cmp=com.android.music/.TrackBrowserActivity (has extras) u=0} from pid 1302
12-09 16:07:34.287: D/dalvikvm(1302): GC_CONCURRENT freed 388K, 7% free 6294K/6727K, paused 16ms+4ms, total 59ms
12-09 16:07:35.116: I/AudioService(297): Remote Control registerMediaButtonIntent() for PendingIntent{4143af10: PendingIntentRecord{4138c480 com.android.music broadcastIntent}}
12-09 16:07:35.170: D/MediaPlaybackService:(1302): Creating service
12-09 16:07:35.287: D/dalvikvm(1302): GC_CONCURRENT freed 199K, 4% free 6603K/6855K, paused 14ms+15ms, total 98ms
12-09 16:07:35.303: D/dalvikvm(545): GC_CONCURRENT freed 552K, 9% free 6433K/7047K, paused 4ms+6ms, total 84ms
12-09 16:07:35.358: E/WVMExtractor(103): Failed to open libwvm.so
12-09 16:07:35.366: E/MediaPlayerService(103): no current audio output
12-09 16:07:35.366: D/MediaPlaybackService:(1302): restored queue, currently at position 0/286641 (requested 0)
12-09 16:07:35.366: V/MusicFXControlPanelReceiver(945): onReceive
12-09 16:07:35.366: V/MusicFXControlPanelReceiver(945): Action: android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION
12-09 16:07:35.366: V/MusicFXControlPanelReceiver(945): Package name: com.android.music
12-09 16:07:35.366: V/MusicFXControlPanelReceiver(945): Audio session: 14
12-09 16:07:35.366: V/MusicFXControlPanelEffect(945): openSession(android.app.ReceiverRestrictedContext@411c2fb8, com.android.music, 14)
12-09 16:07:35.373: I/BluetoothA2dpService(297): MEDIA_CHANGED
12-09 16:07:35.420: V/TabletStatusBar(410): setLightsOn(true)
12-09 16:07:35.491: I/ActivityManager(297): Displayed com.android.music/.TrackBrowserActivity: +1s234ms (total +1s306ms)
12-09 16:07:35.584: W/InputMethodManager(1302): Ignoring onBind: cur seq=70, given seq=69
12-09 16:07:37.209: E/WVMExtractor(103): Failed to open libwvm.so
12-09 16:07:37.233: E/MediaPlayerService(103): no current audio output
12-09 16:07:37.241: E/MediaPlayerService(103): no current audio output
12-09 16:07:37.241: V/MusicFXControlPanelReceiver(945): onReceive
12-09 16:07:37.241: V/MusicFXControlPanelReceiver(945): Action: android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION
12-09 16:07:37.241: V/MusicFXControlPanelReceiver(945): Package name: com.android.music
12-09 16:07:37.241: V/MusicFXControlPanelReceiver(945): Audio session: 14
12-09 16:07:37.241: V/MusicFXControlPanelEffect(945): openSession(android.app.ReceiverRestrictedContext@411c2fb8, com.android.music, 14)
12-09 16:07:37.287: E/WVMExtractor(103): Failed to open libwvm.so
12-09 16:07:37.295: V/MusicFXControlPanelReceiver(945): onReceive
12-09 16:07:37.295: V/MusicFXControlPanelReceiver(945): Action: android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION
12-09 16:07:37.295: V/MusicFXControlPanelReceiver(945): Package name: com.android.music
12-09 16:07:37.295: V/MusicFXControlPanelReceiver(945): Audio session: 14
12-09 16:07:37.303: V/MusicFXControlPanelEffect(945): openSession(android.app.ReceiverRestrictedContext@411c2fb8, com.android.music, 14)
12-09 16:07:37.311: I/BluetoothA2dpService(297): MEDIA_CHANGED
12-09 16:07:37.319: I/AudioService(297): AudioFocus requestAudioFocus() from android.media.AudioManager@412243f8com.android.music.MediaPlaybackService$3@41223d90
12-09 16:07:37.319: I/AudioService(297): AudioFocus abandonAudioFocus() from android.media.AudioManager@411da4c0com.ti.server.StubFmService$2@411d8590
12-09 16:07:37.319: I/AudioService(297): AudioFocus abandonAudioFocus(): removing entry for android.media.AudioManager@411da4c0com.ti.server.StubFmService$2@411d8590
12-09 16:07:37.327: I/AudioService(297): Remote Control registerMediaButtonIntent() for PendingIntent{4146b9a8: PendingIntentRecord{4138c480 com.android.music broadcastIntent}}
12-09 16:07:37.334: W/AudioPolicyManagerBase(103): getOutput() could not find output for stream 3, samplingRate 0,format 0, channels 3, flags 0
12-09 16:07:37.334: E/MediaPlayer(1302): error (-19, 0)
12-09 16:07:37.342: D/NotificationService(297): new notification: numberDiff: 1 ticker: null pkg: com.android.music id: 1 tag: null
12-09 16:07:37.342: D/NotificationService(297): ANS send cat: 0 number: 1 msg:
12-09 16:07:37.350: I/BluetoothA2dpService(297): MEDIA_PLAYBACK_CHANGED status: playing elapsed: 0
12-09 16:07:37.350: I/ActivityManager(297): START {act=com.android.music.PLAYBACK_VIEWER flg=0x4000000 cmp=com.android.music/.MediaPlaybackActivity u=0} from pid 1302
12-09 16:07:37.420: D/SizeAdaptiveLayout(410): com.android.internal.widget.SizeAdaptiveLayout@413acab8child view android.widget.LinearLayout@413b0aa8 measured out of bounds at 59px clamped to 64px
12-09 16:07:37.428: D/SizeAdaptiveLayout(410): com.android.internal.widget.SizeAdaptiveLayout@413acab8child view android.widget.LinearLayout@413b0aa8 measured out of bounds at 59px clamped to 64px
12-09 16:07:37.498: D/dalvikvm(297): GC_CONCURRENT freed 851K, 20% free 10630K/13191K, paused 14ms+9ms, total 120ms
12-09 16:07:37.506: E/MediaPlayer(1302): Error (-19,0)
12-09 16:07:37.506: D/MultiPlayer(1302): Error: -19,0
12-09 16:07:37.530: D/dalvikvm(1302): GC_CONCURRENT freed 427K, 8% free 6593K/7111K, paused 13ms+2ms, total 43ms
12-09 16:07:37.561: I/BluetoothA2dpService(297): MEDIA_CHANGED
12-09 16:07:37.569: E/MediaPlayerService(103): no current audio output
12-09 16:07:37.600: D/SizeAdaptiveLayout(410): com.android.internal.widget.SizeAdaptiveLayout@4137ff78child view android.widget.LinearLayout@41325338 measured out of bounds at 59px clamped to 64px
12-09 16:07:37.600: D/SizeAdaptiveLayout(410): com.android.internal.widget.SizeAdaptiveLayout@4137ff78child view android.widget.LinearLayout@41325338 measured out of bounds at 59px clamped to 64px
12-09 16:07:37.600: E/WVMExtractor(103): Failed to open libwvm.so
12-09 16:07:37.608: V/MusicFXControlPanelReceiver(945): onReceive
12-09 16:07:37.608: V/MusicFXControlPanelReceiver(945): Action: android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION
12-09 16:07:37.608: V/MusicFXControlPanelReceiver(945): Package name: com.android.music
12-09 16:07:37.608: V/MusicFXControlPanelReceiver(945): Audio session: 14
12-09 16:07:37.608: V/MusicFXControlPanelEffect(945): openSession(android.app.ReceiverRestrictedContext@411c2fb8, com.android.music, 14)
12-09 16:07:37.623: D/dalvikvm(410): GC_CONCURRENT freed 296K, 24% free 7925K/10311K, paused 12ms+3ms, total 47ms
12-09 16:07:37.639: D/dalvikvm(1302): GC_FOR_ALLOC freed 149K, 8% free 6597K/7111K, paused 15ms, total 17ms
12-09 16:07:37.639: I/dalvikvm-heap(1302): Grow heap (frag case) to 6.583MB for 112912-byte allocation
12-09 16:07:37.662: D/dalvikvm(1302): GC_FOR_ALLOC freed 3K, 8% free 6704K/7239K, paused 16ms, total 16ms
12-09 16:07:37.709: E/WVMExtractor(103): Failed to open libwvm.so
12-09 16:07:37.717: E/MetadataRetrieverClient(103): failed to extract an album art
12-09 16:07:37.717: V/TabletStatusBar(410): setLightsOn(true)
12-09 16:07:37.725: E/WVMExtractor(103): Failed to open libwvm.so
12-09 16:07:37.725: E/MetadataRetrieverClient(103): failed to extract an album art
12-09 16:07:37.748: E/WVMExtractor(103): Failed to open libwvm.so
12-09 16:07:37.748: E/MetadataRetrieverClient(103): failed to extract an album art
12-09 16:07:37.772: D/dalvikvm(1302): GC_FOR_ALLOC freed 32K, 6% free 6846K/7239K, paused 17ms, total 18ms
12-09 16:07:37.795: E/WVMExtractor(103): Failed to open libwvm.so
12-09 16:07:37.795: E/MetadataRetrieverClient(103): failed to extract an album art
12-09 16:07:37.819: E/WVMExtractor(103): Failed to open libwvm.so
12-09 16:07:37.819: E/MetadataRetrieverClient(103): failed to extract an album art
12-09 16:07:37.827: E/WVMExtractor(103): Failed to..
###################################################################################################
Can you help me to solve the issue?
Thanks and regards...
Techuan Wu