[android-porting] Re: why no sound when I play mp3

2009-06-17 Thread Matthew Porter
On Jun 16, 2009, at 11:45 PM, hannibal wrote: I had run android 1.5 sdk on my arm9 board. When I play mp3 though music program integragte on system, program run is noraml but no sound. I copy a wav file to /dev/dsp directly, sound can be listened. anybody can help me? thanks!! You're

[android-porting] Re: where the media decoder is figured out for playback

2009-06-16 Thread Matthew Porter
On Jun 16, 2009, at 3:22 AM, Wenlong Li wrote: Hello, I know Android supports several media types. My question is for a given media type input, such as H.264, where the corresponding media decoder is chosen for processing this media input? I suppose it is done in opencore based on the

[android-porting] Re: Android 1.5 on kernel 2.6.29

2009-06-04 Thread Matthew Porter
On Jun 4, 2009, at 6:45 AM, Ajay wrote: Hi, Has anybody tried to run Android on kernel 2.6.29? Yes Can the android kernel patches be easily migrated from 2.6.27 to 2.6.29 kernel version? Yes -Matt --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: playing video file from m.youtube.com

2009-06-04 Thread Matthew Porter
[removing -developers from cross-post] On Jun 4, 2009, at 11:26 AM, Harishkumar V wrote: Hi, i have android running on beagle board. From android browser, if i go to m.youtube.com and play a video, it some time plays and some time does not. when it does not play, i got following error

[android-porting] Re: music player crash

2009-06-02 Thread Matthew Porter
On May 21, 2009, at 12:24 PM, Yi Sun wrote: On Thu, May 21, 2009 at 5:40 AM, mvniekerk mvniek...@gmail.com wrote: You can copy all resources from layout-finger into layout folder. why don't you just copy layout-finger to layout-notouch? I don't see any reason to change the source

[android-porting] Re: media player does not display video, only audio coming, the screen turns black

2009-06-02 Thread Matthew Porter
On Jun 2, 2009, at 8:15 AM, Harishkumar V wrote: Hi, I am trying to play mp4 video file from mediaplayer demo given in the api demos along with android sdk. I changed the path to /sdcard/video.mp4.. If i run mediaplayer_video demo, the audio output is coming, but no video is being

[android-porting] Re: Providing BACK/HOME/MENU as software buttons(instead of hardware buttons)

2009-06-02 Thread Matthew Porter
On May 27, 2009, at 6:20 AM, Gowda wrote: Thanks for the reply Turner, the Android system relies on the fact that these button presses are sent as from the Linux kernel as input event with specific codes. Is there any way to invoke those input events from the system (as a software

[android-porting] Re: Cupcake: How Android loads its boot logo?

2009-04-21 Thread Matthew Porter
On Apr 21, 2009, at 6:19 PM, Zia wrote: I trying to find out how Android loads it boot logo? I noticed that the file android-logo-mask.png exists in framework-res.apk and frameworks\base\core\res\assets\images, however, I couldn't trace it in the code. The init section in system/core/init