[android-developers] Re: AudioManager setSpeakerPhoneOn does not work on Android 2.2 (Galaxy Tab GT-P1000) but on Android 2.3.5 (HTC Wildfire S)?

2012-03-16 Thread Pinny3
March 2012 11:21:57 UTC+1, Pinny3 wrote: > > Hi there, > > I've got the following code running on a HTC Wildfire with Android 2.3.5 > and it's working perfectly and as expected, i.e. playing the sound on the > internal speaker phone of the device if a bluetooth h

[android-developers] AudioManager setSpeakerPhoneOn does not work on Android 2.2 (Galaxy Tab GT-P1000) but on Android 2.3.5 (HTC Wildfire S)?

2012-03-13 Thread Pinny3
Hi there, I've got the following code running on a HTC Wildfire with Android 2.3.5 and it's working perfectly and as expected, i.e. playing the sound on the internal speaker phone of the device if a bluetooth headset is paired and connected: == SNIP === AudioManager aM = (Au

[android-developers] Re: Can not find Standard-Widget in Documentation / Can anybody help?

2012-03-12 Thread Pinny3
Thanks a lot On Friday, 9 March 2012 08:49:31 UTC+1, Pinny3 wrote: > > Hi there, > > can anybody tell me what kind of Widget/Control/View the control is that > you can see on the attached screenshot under 'Default Range'? I mean the > one with the green bar

[android-developers] android.media.Mediaplayer - Send sounds to internal speakers, when Bluetooth-Headset is connected

2012-03-09 Thread Pinny3
I wonder if it is possible to play sounds on the internal speakers of an Android-Device using android.media.MediaPlayer if a BlueTooth- Headset is connected. Example: A user has paired his BlueTooth-Headset and my app running in the background wants to inform the user with some annoying sounds abo