Oppo Reno 10x zoom, Mic issue with Bluetooth headset - OPPO Reno 10x Zoom Questions & Answers

Hi All,
Please help me if anyone has faced this issue with oppo Reno 10x Zoom device.
The issue happens when i connect to my bluetooth headset and use apps like Webex and games like COD mobile. Phone never uses my headset's mic but it defaults to phones mic.
However it works perfectly with my calls and whatsapp voice and video calls.
I think its a software bug, but i don't know how to fix it.

Alok257 said:
Hi All,
Please help me if anyone has faced this issue with oppo Reno 10x Zoom device.
The issue happens when i connect to my bluetooth headset and use apps like Webex and games like COD mobile. Phone never uses my headset's mic but it defaults to phones mic.
However it works perfectly with my calls and whatsapp voice and video calls.
I think its a software bug, but i don't know how to fix it.
Click to expand...
Click to collapse
THREAD CLOSED as you already created another subject matter related thread: https://forum.xda-developers.com/t/mic-issue-with-bluetooth-headset.4205145/
This thread has also been moved from the guides section to the Q&A sub-forum.
XDA Forum Rules (excerpt):
...
5. Create a thread topic or post a message only once, this includes external links & streaming media.
As a large forum, we don't need unnecessary clutter. You're free to edit your message as you like, so if you do not receive an answer, revisit your message and see if you can describe your problem better. Not everyone is online at the same time so it might take a while before you receive an answer.
You can bump your unanswered question once every 24 hours
Duplicate threads and posts will be removed
Always post in an existing thread if a topic already exists, before creating a new thread.
Use our search function to find the best forum for your device.
Links to an external source are only allowed if relevant to the topic in hand. A description must be included, no copy & pasting from the original source.
Self-promotion is forbidden, this includes blogs, social media and video channels etc. Random links will be removed.
...
Click to expand...
Click to collapse

Related

call recorder for kjam

I am looking for a software with which I can record both parties conversation in normal phone mode.
There are some software to do recording on speaker mode but I want it on normal mode only strictly due to privacy policy. Have searched on google and on xda-developer also but somewhere I read its possible but how tht link was not working.
If anybody can help me out tht will be
Come on guys please help me. I am ok with bluetooth handset also if it can do the recording.
pawanmehta said:
I am looking for a software with which I can record both parties conversation in normal phone mode.
There are some software to do recording on speaker mode but I want it on normal mode only strictly due to privacy policy. Have searched on google and on xda-developer also but somewhere I read its possible but how tht link was not working.
If anybody can help me out tht will be
Click to expand...
Click to collapse
Here is the perffect thing you are looking for....
Hope you'll like it...And yeah its for K-Jam
View attachment Resco.Audio.Recorder.v4.51.Full.zip
no software as compared to symbian phones in windows mobile will work well.
there are lot of software but it wont be able to record clearly esp calling person statement,
I disagree.....
I'm using this software.....
And this software really works good.
You can allow this software to record incoming/outgoing call automatically
Set the Bit rate and quality of sound...& a lot more
What else you want...???
No earing sound
I disagree with you. I´ve been using either Resco Audio Recorder, or Vito Audio notes (which is better in my opinion) and both have poor earing volume, almos no soun at all.
call recording on wizard
Hi Guys,
After struggling for almost 2 years finally I found a way to record both parties voice without putting call on speakerphone. You need to install the attached file and then soft reset your device and bingo you are able to record voice using Vito Audio Notes. I have tested it and its working like charm. For more info checkout the following threads.
http://forum.xda-developers.com/showthread.php?t=496303
http://forum.xda-developers.com/showthread.php?t=497066
All credit goes to these guys and very sincere thanks from me )
thanks is working 4 me
Thanks A Million
pawanmehta said:
Hi Guys,
After struggling for almost 2 years finally I found a way to record both parties voice without putting call on speakerphone. You need to install the attached file and then soft reset your device and bingo you are able to record voice using Vito Audio Notes. I have tested it and its working like charm. For more info checkout the following threads.
http://forum.xda-developers.com/showthread.php?t=496303
http://forum.xda-developers.com/showthread.php?t=497066
All credit goes to these guys and very sincere thanks from me )
Click to expand...
Click to collapse
Thanks Working Great....
Looking For Ages For This Thing....
pawanmehta, you are the best!!!

[Q] [Android][Audio Recorder] Pause for Android Audio Recorder

I'm writing a Audio Voice Recorder for my application. Audio recorder works fine without any issues but the problem is Pause.
There are no native pause API available for recorder though one available for MediaPlayer.
Can someone tell me how to achieve this task?? I've searched through forums still no luck.
Thanks in advance.
can't you just append on the previous data ?
Curious! said:
can't you just append on the previous data ?
Click to expand...
Click to collapse
Apending doesn't work simply I hear I need to update the header file or something. it gets too complex. Iphone do have an API for audio pause while recording.
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A

“Fake” a bluetooth call with RFCOMM

Hey Guys, I also posted this question on Stackoverflow.
okay, here's my problem: I am developing an app that reads out SMS while driving and therefore connects to to a bluetooth speaker (mono) using startSCO. However, there are some devices (especially car entertainment systems that lack A2DP functionality) that only react on calls.
So my idea would be to initiate a "fake" call (read: send the String with Caller ID etc to the device so it rings) and - if the user "picks up" the call - then send the normal output with the VoiceCall Stream.
As Android supports RFCOMM, this should be possible I guess. However, I can't find any information about this particular topic on the internet.
Would you say it is possible? And if yes, do you have any information you can share with? Like how to initiate the call and so on.
Thanks!
forceu said:
Hey Guys, I also posted this question on Stackoverflow.
okay, here's my problem: I am developing an app that reads out SMS while driving and therefore connects to to a bluetooth speaker (mono) using startSCO.
Thanks!
Click to expand...
Click to collapse
Whether you have code for that?(connecting to mono headset) I am in need of it
Sure ^^
http://developer.android.com/reference/android/media/AudioManager.html#startBluetoothSco()
But I think this is SDK8+ only, before that there is a function called AudioManager.setRouting or something like that =)
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A

[Q] A way of streaming audio from microphone over Wi-Fi

General discussion > Questions and Answers > [Q:Android] A way of streaming sound from microphone over Wi-Fi
^ If the question could be removed from the general discussion, that would probably be ideal. I humbly appologize for misplacing it, won't happen again. ​
Hey there, how's your day going?
Now, this is not a can-it-be-done kind of question, because the IP Webcam app already does just that - it exposes the audio from microphone via http on localhost:8080/audio.wav and .ogg for anyone to access.
The thing is that the app also does a pleyhora of other things - most notably video streaming, which makes the app one hell of a bad boy when it comes to battery consumption. And not only that, the audio streaming - as implemented - is severely delayed and the format / compression used can't really be adjusted to alleviate that issue, which in turn renders it impossible to turn the droid into a remote microphone (which would be an awesome thing to do ).
And since I don't think the author has ever released a source code (I stand to be corrected), I'm asking whether there is an app dedicated just and only to audio streaming (obviously couldn't find any, hence I'm asking) or whether I'll have to act a dev once again.

Converting Media Audio to Phone Audio

Hi everyone,
I have an issue which I have seen in other forums and is driving me crazy. I recently installed a Dice Mediabridge in my car and when I am using it in Sirius mode with the phone connected to it via bluetooth the music will be interupted whenever there is an incoming phone call and won't resume until the call is ended. However, if I am in Sirius mode and using Google Navigation, no such interuption occurs. I would believe that this is because the Nav is considered Media Audio, which is not programed to interrupt the way that phone audio is. Is there a way to trick the phone into sending the Navigation voice audio through the phone channel instead of the media channel? I mean yes I could simply use a separate bluetooth headset in situations where I need to use the Nav to go somewhere, but it just seems to me that this integration should be easily possible but it is not. Thanks in advance !!
Please read forum rules before posting
Questions and help issues go in Q&A
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
Thanks
Sent from my SCH-I605 using xda app-developers app
I definitely realize this thread is old/dead, but I hate threads that end with no resolution.
What if someone else is experiencing the same or similar problem?
Try AudioBT Plus from the Google Playstore.
The Dev TurboLED may also have a thread here on XDA.
This eloquently solved the problem for me.
Good Luck

Categories

Resources