[android-developers] Re: Call the default mediaplayer program in Android OS

2008-10-15 Thread Baonq86
again and hope that someone from Google can answer > - because I don't know the answer to that one and the > MediaPlaybackActivity is closed source and undocumented so far... > > Peli > > On Oct 12, 5:06 pm, Baonq86 <[EMAIL PROTECTED]> wrote: > > > Thank you, Peli

[android-developers] Re: I'm very suprised that noone can answer for me !

2008-10-12 Thread Baonq86
Thank you, Peli. I tried your code. I use a button, when I click the button, my application will run your code. But immediately, I escape the default mediaplayer and go back my application ! Can you solve this problem ? On Oct 12, 4:01 am, Peli <[EMAIL PROTECTED]> wrote: > > Reviewing the public

[android-developers] Re: Call the default mediaplayer program in Android OS

2008-10-12 Thread Baonq86
in Android's media player. > > Peliwww.openintents.org > > On Oct 1, 2:20 pm, Baonq86 <[EMAIL PROTECTED]> wrote: > > > I can built my own mediaplayer but I want call the default mediaplayer > > program in Android OS. Can anyone help me ? > > > On Oct 1, 4

[android-developers] I'm very suprised that noone can answer for me !

2008-10-11 Thread Baonq86
I developped a MediaPlayer program successfully by using android.media.MediaPlayer libraries. However, now I want to access and use the existing MediaPlayer in Android to play music. I wrote this post in the Android developers group but noone answer me. :( Can anyone help me ? I really need the s

[android-developers] Re: How to use the existing MediaPlayer in Android ?

2008-10-10 Thread Baonq86
I really need the solution for this problem! Does anyone in group help me ?? Thank you ! On Oct 8, 3:29 pm, Baonq86 <[EMAIL PROTECTED]> wrote: > I developped a MediaPlayer program successfully by using > android.media.MediaPlayer libraries. However, now I want to access and > u

[android-developers] How to use the existing MediaPlayer in Android ?

2008-10-08 Thread Baonq86
I developped a MediaPlayer program successfully by using android.media.MediaPlayer libraries. However, now I want to access and use the existing MediaPlayer in Android to play music. Can anyone help me ? Thank you ! --~--~-~--~~~---~--~~ You received this message b

[android-developers] Why did I delete the project, but it still run ?

2008-10-06 Thread Baonq86
I have a project. I don't need it more and I deleted it. But when I run android simulator, I still see it and it still run well. How can I delete my project ? I deleted this project in workspace and clear the Temp Folder in Window, but there isn't effect. Please help me ! :( --~--~-~--~---

[android-developers] Re: Cannot create new Android Projects

2008-10-06 Thread Baonq86
I have a same problem with you. I have installed again (Android SDK and eclipse) and it works well On Oct 6, 9:52 am, Anm <[EMAIL PROTECTED]> wrote: > Another couple of clarifications to the below message: >   I have no problems building Java projects. >   I'm running Ganymede on Mac 10.5. > > On

[android-developers] Re: Why did I delete the project, but it still run ?

2008-10-05 Thread Baonq86
see > apps you've build so far. > > On 10月5日, 午後5:16, Ludwig <[EMAIL PROTECTED]> wrote: > > > If nothing helps, read the > > documentation:http://code.google.com/android/intro/develop-and-debug.html#uninstalling > > > 2008/10/5 Baonq86 <[EMAIL PROTECTE

[android-developers] Re: Application for turning off mobile ?

2008-10-02 Thread Baonq86
Manager.RINGER_MODE_VIBRATE); > [/code] > actually this puts the phone in Vibrate, but there is a silent const > in AudioManager. > > On 1 okt, 10:27, Baonq86 <[EMAIL PROTECTED]> wrote: > > > Does anyone help me to built the application to turn off the Android

[android-developers] Re: Call the default mediaplayer program in Android OS

2008-10-01 Thread Baonq86
I can built my own mediaplayer but I want call the default mediaplayer program in Android OS. Can anyone help me ? On Oct 1, 4:58 pm, MrSnowflake <[EMAIL PROTECTED]> wrote: > I recon your could fire an Intent with VIEW and set the mime type to > your video file. > > On 1 o

[android-developers] Call the default mediaplayer program in Android OS

2008-10-01 Thread Baonq86
Does anyone know to built an application to call the default mediaplayer program in Android OS ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Application for turning off mobile ?

2008-10-01 Thread Baonq86
Does anyone help me to built the application to turn off the Android mobile or switch to silent mode in mobile? I don't see it in the library android.os ! Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-24 Thread Baonq86
Does anyone record the different format (not .amr) ?? On Sep 24, 3:10 pm, "De San Nicolas Jean Philippe" <[EMAIL PROTECTED]> wrote: > I've not played the .amr from the  SOUNDRECORDINGAPISAMPLE.  I've converted > an .mp3 in .amr with software and try to play it. And it woks. maybe the > probleme c

[android-developers] Re: Problem with Android SDK 1.0 when playing media

2008-09-24 Thread Baonq86
Oh, really ?? I think it's a big error in Android 1.0. :( On Sep 24, 4:55 pm, ZIN <[EMAIL PROTECTED]> wrote: > I copy a file with wma format to sdcard and try opening this media > file with Android Music App. But it said that "The player can't > support this format". (I have already openned this

[android-developers] Re: Turn off Android mobile ??

2008-09-22 Thread Baonq86
:D. Thank "ema first". Does anyone help me to built the application to turn off the Android mobile ? What is the key character of Red-Key (Cancel) ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] About Zoom picture in Android

2008-09-19 Thread Baonq86
I'm researching about Android. I find there is not "Zoom picture" option in Android. Does anyone can help me to built an applicaion about "Zoom picture" ?? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "A

[android-developers] Turn off Android mobile ??

2008-09-19 Thread Baonq86
Does anyone know to turn off the Android mobile in the eclipse simulator ?? I pressed at the power button (at the high-left corner) but it doesn't work. Does the eclipse simulate it ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] About SoundRecorder in Android ??

2008-09-17 Thread Baonq86
I'm studying about SoundRecorder. I've run a sample of google. It's link: http://groups.google.com/group/android-developers, file SoundRecordingAPISample.zip. I can run this file, there's not the problem but it stop when I click "stoprecording" button. Can anyone help me ?? Thank you very much !