Android :: Playing Audio To Bluetooth Headset
Aug 18, 2010
Can we play the audio(amr file) to the Bluetooth headset(no A2DP support) by using android 2.1/2.2 version APIs? If so can you suggest me which API I have to use to do the same?
View 2 Replies
Jul 15, 2010
How do I tell my droid X to port all audio to my headset? I used to do this with my windows mobile phone and I cannot seem to find the correct setting.
View 4 Replies
View Related
May 20, 2009
I met a problem of bluetooth headset. I want to switch audio playing to bluetooth headset when bluetooth headset is paired. I found BluetoothDevice in android sources which can control bluetooth. However it is not contained in android.jar. So I used AudioManager.setBluetoothScoOn(true)
But it still can't work.
View 16 Replies
View Related
Apr 9, 2009
I am developing a recorder application It works fine with Microphone. I want to record from Bluetooth headset. I set it like
my_Aud_Mgr.setMicrophoneMute(true);
//AudioManager my_Aud_Mgr;
my_Aud_Mgr.setBluetoothScoOn(true);
But it cant record from Bluetooth device. How to record from Bluetooth device.
View 2 Replies
View Related
Jun 27, 2010
if it was possible to route audio files from the phone to a bluetooth headset on versions of Android API Level 7 and under (so versions older than the new Froyo) If so, do you know of any sample code I could look at to figure out how to do this? Or perhaps just point me in the right direction?
View 2 Replies
View Related
Jul 22, 2010
Is it possible to record an audio (not a phone call) using the bluetooth input and not the device microphone? I am able to playback whatever am saying through device's mic but am not able to figure out how to use the bluetooth mic instead.
View 6 Replies
View Related
Apr 4, 2010
I recently aquired a HTC Desire froom T-Mobile UK and one of the first things i did was to pair the headset with phone. All went well up to the point of using it to liten to music and video(a2dp), alas that did not work.
Making phone calls work, and strangely enough controling playback of media via the headset (avrcp), but no other audio routed through the headset. I tried a second a2dp headset and it was the same issue. They work perfectly on my other phones for years, the Desire is the first to have this problem.
- So could it be T-Mobile or HTC forgot/screwed-up the a2dp profile?
- Do i have a faulty handset? everything works well.
- Am I doing something wrong somewhere? I went throught the user guide a few times just to be sure.
View 22 Replies
View Related
Nov 11, 2009
Seems like I can only make calls but don't here music through my bluetooth headset. Is there some setting I'm missing? Why doesn't voice dial activate when I click on the headset. I always have to open the Voice Dial app by clicking on the screen.
View 22 Replies
View Related
Jul 30, 2010
Gonna get a headset soon. Can u still use your phone for say playing games whilst talking.
View 2 Replies
View Related
Sep 16, 2010
I've paired a Motorola HS820 with my Desire. It all seems to connect and will even dial from the phone if I hold the button down but it doesn't seem to pass the audio through to the headset.
View 1 Replies
View Related
Jan 25, 2013
I have a Galaxy Note 2 and can't figure out how to record via my bluetooth headset not via the phone mic. Tried 20+ apps that record great via the phone mic but not via my headset.
View 10 Replies
View Related
Sep 6, 2012
I know this might be a silly question and probably not usefull to many but i am trying to connect audio out via bluetooth and out the headset jack at the same time
View 1 Replies
View Related
Jun 22, 2010
I Just got galaxy a few days ago, that's my first android and I'm really happy with it (especially after flashing to drakaz's ROM). But, there's one issue though: Since I'm using a motorcycle as my main vehicle, I'd like to mount the phone above the gauges and use my H350 For voice navigation when using GPS/phone calls/music.
(GPS navigation is the main reason for doing this). I've managed to pair the headset with my phone, under settings. I see my H350 with the following status: "Connected to phone audio". But still, except making phone calls, I can't hear music/any other audio with my bluetooth headset, it comes out of the phone's speaker instead. Is there any workaround/hidden setting I didn't see? I'm using "waze" for GPS btw.
View 2 Replies
View Related
Apr 29, 2014
Having problem playing music through audio device using bluetooth (Bluetooth Speaker).. (All cm7 based rom for galaxy pocket have this problem)
Device: Galaxy Pocket
Rom: Reincarnation V5
Kernel: Getux Kernel V1
Added Tweaks: KickAss kernelizer,Supercharger
View 3 Replies
View Related
Jan 27, 2010
I have a non -A2DP single ear BT headset (Plant ronics 510) and would like to use it with my Android HTC Magic to listen to low quality audio like pod casts/audio books. After much goggle I found that only phone call audio can be routed to the non-A2DP BT headsets. (I would like to know if you have found a ready solution to route all kinds of audio to non-A2DP BT headsets). So I figured, somehow pro grammatically I can channel the audio to the stream that carries phone call audio. This way I will fool the phone to carry my mp3 audio to my BT headset. I wrote following simple code.
import android.content.*;
import android.app.Activity;
import android.os.Bundle;
import android.media.*;
import java.io.*;
import android.until.Log;
public class BT Audio Activity extends Activity. But none of the above worked. If I remove the Audio Manager calls in the above code, the audio plays from speaker and if I replace them as shown above then the audio stops coming from speakers, but it doesn't come through the BT headset. So this might be a partial success. I have checked that the BT headset works alright with phone calls. There must be a reason for Android not supporting this. But I can't let go of the feeling that it is not possible to pro grammatically reroute the audio.
View 5 Replies
View Related
Sep 10, 2010
I am a new SE user and am still getting to grips with using the phone's features. Could anyone advise how to transfer a call from a headset back to the phone and phone to headset? Whilst I am asking inane questions, is it possible to use the phone i.e. return to menu when in a call?
View 2 Replies
View Related
Sep 15, 2009
I am working on android for omap zoom2 target. When I play audio clips, playback is fine and audio is coming via headset connected. But I can only hear the audio from left channel, nothing is audible from right channel. How to get stereo audio output via headset.
View 2 Replies
View Related
May 22, 2009
I am using a MediaPlayer instance in order to stream audio files from an Internet location. The audio player is in a separate activity. The user can select from a list of audio files and come to this activity which plays the audio.Now the user might go back to the previous activity (with the list)and select another audio file. In this case, I want to stop any other audio that is playing and start playing the new audio which was selected.Is there any way I can know whether an audio file is playing without having to hold on to the MediaPlayer object?
View 8 Replies
View Related
Apr 9, 2009
the opencore can not play the audio of wma. is it right? and the total time of the wma file can not be find in the trackbrowseractivity. who know why?
View 2 Replies
View Related
Feb 15, 2010
I want to play music from online mp3 link.I am reading the music data into a stream and trying to play it using audio track.But itz giving only noise.No music i could listen.here buffer is the audio data i am reading into.Same buffer I can play in MediaPlayer,,,But i could not play in audio track.
View 1 Replies
View Related
Aug 17, 2010
I write a sample code to discovery a Bluetooth headset(jabra BT2035). referece http://developer.android.com/guide/topics/wireless/bluetooth.html#DiscoveringDevices
But it can only discovery my notebook computer. If my notebook computer enables Bluetooth and sets Enabling discoverability.
The SDK document snippet:
android.bluetooth.device.action.FOUND"
public static final String ACTION_FOUND
Since: API Level 5
Broadcast Action: Remote device discovered.
Sent when a remote device is found during discovery. I think the remote device means a remote notebook computer except a Bluetooth headset. Could someone please help with this?
View 1 Replies
View Related
Jul 24, 2012
I am running Android version 2.3.7 on a Samsung Infuse
Due to water damage my phone no longer recognizes when a headset is plugged in or not, and thus always thinks that it is plugged in.
I have found an app that forced the audio to play through the speakers of the phone, but i am unable to find an app that does the opposite which is forcing the audio through the headset.
The app that does the opposite of what i need says it does 4 things:
Headset false
A2DP false
SCO false
Speakerphone false
I also realize there are widgets that can accomplish forcing the plug/unplugging of the audio, but i really need a very simple app that forces the audio to headset when opened. (i need the app instead of a widget to use it with tasker and other things, widget is very limiting.)
if it could be done through tasker that would be great too.
View 1 Replies
View Related
Oct 13, 2009
I can capture an audio stream from the mic, but can I capture the currently playing audio stream?
View 2 Replies
View Related
Sep 25, 2010
I'm trying to very quickly port over an html application with plays sound (with soundmanager2) to a native android app using WebView. From my research, I haven't seen any evidence that sound, such as mp3s, can be played via javascript or any other methods using WebView.
My goal now is to quickly port over the html app and then eventually create a truely native application without using WebViews.
If anyone has been able to successfully implement playing audio using WebViews and Javascript or if this is just not possible at this time.
View 1 Replies
View Related
Jan 30, 2009
I want to accept incoming calls and play an audio file for the caller. Is there a possibility of playing an audio file during a phonecall, so that the caller hears a wav- file? It seems to me that nothing is possible during a phone call since release 1.0. Hope this is getting better in the next release.
View 5 Replies
View Related
Jan 3, 2010
My self-teaching project is a small application which plays an audio news stream. To be effective, the application really needs to interrupt any currently playing media players (eg: Last FM, Imeem, music player, Spotify etc).I don't know what will be playing or what application will be playing it, but I want to ask them all to pause until I've done. Sounds rather bold, I know, but it must be possible, because when there's an incoming call, that's basically what happens.Can I send a message to all audio players asking them to pause for a moment? Could I spoof an incoming call, just for the time it takes?
View 2 Replies
View Related
Jun 15, 2010
How do I set up an audiofile to play when a user touches an image.Where should I store the audio file and what code should I use to actually play the file?I don't want to bring up the MediaPlayer interface or anything like that.
View 1 Replies
View Related
Jun 18, 2010
I have a javascript that plays audio in the browser, using the html5 <audio> tag. It works fine in the iPhone browser, but not in Android. (Testing using a htc desire with android 2.1.) Anyone know why?By the way, I am also trying to enlarge the audio button that shows up in the iphone (the default one is quite small), with no luck so far - would be grateful for any ideas!
View 3 Replies
View Related
Oct 1, 2010
I think I should know this, but my mind has gone blank. I'm making an app that has a few hundred small sound files and I want it to play a certain file dependent on a String I pass to the function. Where I hit the brick wall is getting the resId of the sound file.
View 1 Replies
View Related
Jul 1, 2009
My application is making call from application. Now I want to play some audio on speaker when the caller will receive call. So can some one tell me will i have to play audio in new thread or I will have to do some change? Can someone give me any code snippet?
View 3 Replies
View Related