Possible Solution for noise cancellation, need testing - OnePlus X General

A lot of people complained about noise cancellation on custom ROMs , but there has been hardly a solution. I came across post from @pdagenius and searched based on this tip . Similar issue was happening on oneplus one with cm12.1. Even 6P has this issue. Solution for both of them points to
BEFORE FIX
Code:
ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=true
AFTER FIX
Code:
ro.qc.sdk.audio.fluencetype=fluence
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=false
persist.audio.fluence.mode=endfire
Edit: Updated persist.audio.fluence.voicecall to true after confirmation from @hib1000 and others. Seems like it's working for most people.
Source: oneplusforum
Reddit
phandroid

The following build.prop config works as expected on CM12.1
Code:
ro.qc.sdk.audio.ssr=false
ro.qc.sdk.audio.fluencetype=fluence
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=false
persist.audio.fluence.mode=endfire
persist.audio.aanc.enable=false

ukanth said:
The following build.prop config works as expected on CM12.1
Code:
ro.qc.sdk.audio.ssr=false
ro.qc.sdk.audio.fluencetype=fluence
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=false
persist.audio.fluence.mode=endfire
persist.audio.aanc.enable=false
Click to expand...
Click to collapse
Cool. Did you try at any MM ROM? Probably I will test before and after and see if it makes a difference. At majority of the places, I found posts saying change persist.audio.fluence.voicecall to true.

saurabh40629 said:
Cool. Did you try at any MM ROM? Probably I will test before and after and see if it makes a difference. At majority of the places, I found posts saying change persist.audio.fluence.voicecall to true.
Click to expand...
Click to collapse
Nope. Not on MM. I doubt these changes will fix it. but give it a try.

Edit: its working for me on rr,hell yeah
Background noise is now minimal/almost none.
---------- Post added at 07:17 PM ---------- Previous post was at 06:55 PM ----------
saurabh40629 said:
...... change persist.audio.fluence.voicecall to true.
Click to expand...
Click to collapse
And yes without being it true,any of above changes haven't had any effect for me,so its a must i think

matwaking said:
Edit: its working for me on rr,hell yeah
Background noise is now minimal/almost none.
---------- Post added at 07:17 PM ---------- Previous post was at 06:55 PM ----------
And yes without being it true,any of above changes haven't had any effect for me,so its a must i think
Click to expand...
Click to collapse
That's indeed a good news. Once we have more confirmation, we can probably let devs know about it. Did you make all changes mentioned by first post or by @ukanth?

saurabh40629 said:
That's indeed a good news. Once we have more confirmation, we can probably let devs know about it. Did you make all changes mentioned by first post or by @ukanth
Click to expand...
Click to collapse
I used first four lines from op fix, but as i use divine beats i had fluence type set to endfire , so a total of five lines are there in my build.prop

matwaking said:
I used first four lines from op fix, but as i use divine beats i had fluence type set to endfire , so a total of five lines are there in my build.prop
Click to expand...
Click to collapse
So you added persist.audio.fluence.mode=endfire in addition to 4 mentioned in OP, correct?

saurabh40629 said:
So you added persist.audio.fluence.mode=endfire in addition to 4 mentioned in OP, correct?
Click to expand...
Click to collapse
For me it was there due to divine beats,but you can say so ie to also add enfire mode,although i dont have any idea of its effect overall as i haven't tested without it

matwaking said:
For me it was there due to divine beats,but you can say so ie to also add enfire mode,although i dont have any idea of its effect overall as i haven't tested without it
Click to expand...
Click to collapse
I will add that in OP. Awesome work. :highfive:

saurabh40629 said:
I will add that in OP. Awesome work. :highfive:
Click to expand...
Click to collapse
Yeah:good::highfive:

Hi, can you please post a guide to go to the code that needs to be edited?

saurabh40629 said:
Cool. Did you try at any MM ROM? Probably I will test before and after and see if it makes a difference. At majority of the places, I found posts saying change persist.audio.fluence.voicecall to true.
Click to expand...
Click to collapse
It would be interesting to see if this works for MM.
I have the purity Rom, in the call it has no problem, different as regards the whatsapp audio messages, very bad .. !!!

ultrasra said:
It would be interesting to see if this works for MM.
I have the purity Rom, in the call it has no problem, different as regards the whatsapp audio messages, very bad .. !!!
Click to expand...
Click to collapse
I made the changes and tested voice recording. It seemed fine , so I guess there should not be any problem during call . But whatsapp audio message were pretty noisy, so it does not work for whatsapp.

fagin said:
Hi, can you please post a guide to go to the code that needs to be edited?
Click to expand...
Click to collapse
You need to edit and add/change these entries in build.prop inside root/system folder. There are plenty of tools/ guides available on google about "how to edit build.prop", I won't be able to explain better than that. Its pretty simple.

Hi, just to confirm what I did that seems to work
Changed the following;
ro.qc.sdk.audio.fluencetype=fluence
All of the following were added to the build prop config;
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=false
persist.audio.fluence.mode=endfire
Note that persist.audio.fluence.voicecall is set to true not false. When set to false the changes did not work. I am literally copy and pasting so I can't explain any of this, but I did some extensive testing, including calling a friend who had previously complained about call quality while sat next to a loud TV, and he said it was pretty much perfect.
Can anyone actually technically explain what these changes do, why it doesn't happen in OOS, and why something so simple hasn't been merged into the cm13 nightlies?

hib1000 said:
Hi, just to confirm what I did that seems to work
Changed the following;
ro.qc.sdk.audio.fluencetype=fluence
All of the following were added to the build prop config;
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=false
persist.audio.fluence.mode=endfire
Note that persist.audio.fluence.voicecall is set to true not false. When set to false the changes did not work. I am literally copy and pasting so I can't explain any of this, but I did some extensive testing, including calling a friend who had previously complained about call quality while sat next to a loud TV, and he said it was pretty much perfect.
Can anyone actually technically explain what these changes do, why it doesn't happen in OOS, and why something so simple hasn't been merged into the cm13 nightlies?
Click to expand...
Click to collapse
Thank you so much for reporting this!! I used Root Browser to edit .

Without having any scientific means to support it, I can also verify that I get reports from my listeners that the overall sound quality has improved a lot. Seams like we found a solution of some what.
Omicron Technics

Just tested on Purity ROM multiple phone calls . Much more clearer call definite improvement. Tried both normal and hands free .

Exodusche said:
Just tested on Purity ROM multiple phone calls . Much more clearer call definite improvement. Tried both normal and hands free .
Click to expand...
Click to collapse
Can anyone confirm if this fixes the hangout voice message problem as well?

Related

How-To: Fix No Pics and Fix Voice Reply on Google Now

Google Now: NO Voice reply or Picture showing up work around.
This is for anyone who cannot get a voice to reply for anything in Google Now (that includes weather), and also for people who cant get a picture for Google Now cards. The reason for why voice does not work is because the languages are mixed in settings. I used to have Google Now as English Canada, but voice as English US. Unfortunately, I cannot use English Canada, so I had to set them all to English US.
This is how I did it:
1. Go into System settings > Language and Input
2. Make sure Language is set to English (US)
3. Make sure Google voice typing is checked and set to Automatic
4. Click on Voice Search underneath SPEECH. Make sure Language is set to English (US) and Speech Output is set to always speak
5. Go into Text-to-speech output. Click on the Google Text-to.. settings icon. Language should be set to English US.
6. Test voice by going into Google Now and asking it the weather. It should reply! Note: For weather, the voice always replies, which is why you should test weather.
7. Click Thanks if this helped
Picture not showing up for cards: This is pretty easy.
1. Go into Google Now
2. Click on Settings>Privacy and Accounts> and check off "Search on google.com"
3. Test it by asking a question that has a picture. For example: "How tall is Kobe Bryant?" The picture should now show up.
4. Click Thanks if this helped
Any questions, just Private Message me. ^.^ or post in the thread.
PS. This workaround worked for me, on CM10 v8 Alpha Preview by FE with the Gapps from OP and Devil 1.0.4 Test3 JB kernel. Also, for pictures, one other user reported that he did not get the "search on google.com" option. Please test it out and tell me if it works, THANK YOU! Also, click thanks if I helped ;D
Feedback please? Does it work? Yes, no? Click "Thanks" if it helped?
tested it, still no pic shown
Thats strange. It works 100% for me on any ROM. If I go into Google Now > Settings > Privacy and accounts > Check "Search on google.com" (bottom blurb says "Using www.google.com instead of your local domain (www.google.ca), the picture shows up perfectly. If I uncheck that, no picture shows up. Im sorry if im unable to help, but thats how I managed to get it working. I really dont know why its not working for you, sorry. :/
Mine doesn't have the option to search Google etc in privacy, however I am able to get pics.
Followed steps and speak back feature works great!
sent from my magic box to yours
d................
thatkidstarr said:
does anyone know how to get Front facing into a rom ?
Click to expand...
Click to collapse
This post right here, is a perfect example of what we here at XDA like to call "SPAM."
---on topic
I've implemented these changes myself and I still had some issues sadly ^^
Mostly with voice recognition. But thank you for the contribution!
bro, its working now, finally figured it out where those stuff is located, its working like charm now, but without cards.
I think you may need to use them a bit more. I always get cards. And I think it also depends what you ask it Weather should always have a card. (99% sure)
Hobbesfed said:
Google Now: NO Voice reply or Picture showing up work around.
3. Make sure Google voice typing is checked and set to Automatic
Click to expand...
Click to collapse
Didn't work for me.. Fixed it by changing it to US English
That's what the op says.
No tickee, no laundry!
Tried the method, didn't work. *clarification: the pics have always worked, the replying back audio is what doesn't work*
I'm on PA - 360
xriderx66 said:
Tried the method, didn't work. *clarification: the pics have always worked, the replying back audio is what doesn't work*
I'm on PA - 360
Click to expand...
Click to collapse
Hmm, I know this sounds stupid, but is your volume at max? It didnt work for me once because my volume was down lol. Major fail on my part.
Also, could you tell me your settings on Voice in Google Now settings?
It should be Language: Default - English(US), Speech Output: Always Speak. (The other two are block offensive words and Hotword detection which are both checked, but they shouldnt make a difference either way)
Other settings to be aware of are:
-Make sure profiles is off (some profiles might have silent activated)
-Settings>Language and Input>Language, English (US)
Unfortunately, Im not on the same rom as you are right now, (Im on RemICS - JB) so we have some different settings in the Language and Input part, but I'll make a backup and flash PA 360 and try to make google now voice stop working to see what settings are stopping yours. I apologize for this thread of not being much help to you. If you manage to get it working before I can find which settings are messing it up, then kudos to you, and please share your new findings so I can update the thread. Really, I dont know why half the community has it working and the other half doesnt.
Hobbesfed said:
Hmm, I know this sounds stupid, but is your volume at max? It didnt work for me once because my volume was down lol. Major fail on my part.
Also, could you tell me your settings on Voice in Google Now settings?
It should be Language: Default - English(US), Speech Output: Always Speak. (The other two are block offensive words and Hotword detection which are both checked, but they shouldnt make a difference either way)
Other settings to be aware of are:
-Make sure profiles is off (some profiles might have silent activated)
-Settings>Language and Input>Language, English (US)
Unfortunately, Im not on the same rom as you are right now, (Im on RemICS - JB) so we have some different settings in the Language and Input part, but I'll make a backup and flash PA 360 and try to make google now voice stop working to see what settings are stopping yours. I apologize for this thread of not being much help to you. If you manage to get it working before I can find which settings are messing it up, then kudos to you, and please share your new findings so I can update the thread. Really, I dont know why half the community has it working and the other half doesnt.
Click to expand...
Click to collapse
Thanks for all the help.
I did all of what you said and re-checked it, i had all the settings, and i just rebooted and it worked.
Guess it needed a reboot?
xriderx66 said:
Thanks for all the help.
I did all of what you said and re-checked it, i had all the settings, and i just rebooted and it worked.
Guess it needed a reboot?
Click to expand...
Click to collapse
Glad you got it working!
Hey Hobbes, can you post some screenies of remics JB over in JB banter thread please? I know you check this thread so I thought I ask you here.
Thanks buddy.
No tickee, no laundry!
samsgun357 said:
Hey Hobbes, can you post some screenies of remics JB over in JB banter thread please? I know you check this thread so I thought I ask you here.
Thanks buddy.
No tickee, no laundry!
Click to expand...
Click to collapse
Sure no problem will post in just a min
Ok
Sent from my cm_tenderloin using xda app-developers app
vik5 said:
Ok
Sent from my cm_tenderloin using xda app-developers app
Click to expand...
Click to collapse
^Now this is what we call, SPAM. Random post in a thread with one word that is completely irrelevant, as well as completely unnecessary. Seriously, if you really want to gain post numbers, just go to the off topic section in general discussion. There are so many threads you can post in which wont count as spam...
Hobbesfed said:
^Now this is what we call, SPAM. Random post in a thread with one word that is completely irrelevant, as well as completely unnecessary. Seriously, if you really want to gain post numbers, just go to the off topic section in general discussion. There are so many threads you can post in which wont count as spam...
Click to expand...
Click to collapse
Pull up his profile and read all his posts, its the same crap. I already went off on him once.
Sent from my SGH-T959 using xda premium

Enable lollipop multi-users on the G4

Steps to enable multi-user ui-
Some variants of the G4 did not include multi-users out of the box. So to counter that I have put this little guide together for you.
To do this really all you have to do is add these two lines to the buildprop save and reboot.
You might need a build prop editing app or a different root browser. Root explorer is known not to save edits on the G4.
fw.show_multiuserui=1
fw.max_users=5
If you want to have the option in settings you'll need to add the two properties AND flash the attached zip..
The zip below is currently for Tmo only. If you want this option on another variant, I'll need your framework-res and lge-res apks.
Uhm, I wonder whats wrong, but on my H815 I have the multiuser when I pull down the statusbar and tap on the mu icon on the top right. Works normal like it should on lollipop.
Seems the G4 has this as default and doesn't need any changing. But what I found is, that only 2 users are allowed. Thats something, we need to change when root is here.
MOD EDIT: Dropbox image links don't work.
https://www.dropbox.com/s/kqhiuzpfb8n93u2/Screenshot_2015-06-20-10-21-17.png?dl=0
tripex2k said:
Uhm, I wonder whats wrong, but on my H815 I have the multiuser when I pull down the statusbar and tap on the mu icon on the top right. Works normal like it should on lollipop.
Seems the G4 has this as default and doesn't need any changing. But what I found is, that only 2 users are allowed. Thats something, we need to change when root is here.
Click to expand...
Click to collapse
Yea, I was going to rpely and say that. Also from memory, there's options for it in the Settings. I sent mine back due to screen issues, so I don't have it in front of me.
But OP you don;t need any hacks to get it working. it works out of the box.
the_scotsman said:
Yea, I was going to rpely and say that. Also from memory, there's options for it in the Settings. I sent mine back due to screen issues, so I don't have it in front of me.
But OP you don;t need any hacks to get it working. it works out of the box.
Click to expand...
Click to collapse
For the H811 it does not come enabled.
It's disabled on/by Verizon too.
Sorry than, seems we have a real interesting story about the G4 so far that every version has its own set of features enabled or disabled. The H815 o2 Germany carrier and some other H815 variants seems to have the MU function enabled by default for 2 users. Wonder if there is a G4 with more than 2 users enabled. And if the carriers can disable it too, well, funny -.-
tripex2k said:
Sorry than, seems we have a real interesting story about the G4 so far that every version has its own set of features enabled or disabled. The H815 o2 Germany carrier and some other H815 variants seems to have the MU function enabled by default for 2 users. Wonder if there is a G4 with more than 2 users enabled. And if the carriers can disable it too, well, funny -.-
Click to expand...
Click to collapse
Haven't really played with it on the G3 yet(Tmo left it off on LP update too), but it only showed two users as well from what I remember. Even though it says max 5 it might only allow for two on Lg.. I did notice on my Gpad that it has different user settings than on my G3. This might be because Lg's 5.0.1(G3) lollipop is a lot different than their 5.0.2(Gpad) and 5.1.1 (G4)
Edit: On the G3 it lets me set up 5 users..
Giving this a bump now that I can confirm it working in my 811!
I'm also on Tmo's G4 and it is disabled. I'm going to root today, when I get off work, to enable it.
Sent from my LG-H811 using XDA Free mobile app
OK, I'm feeling like an idiot! I've edited build prop in the past with Root Explorer but for some reason I can't add these lines! I can delete things/change things but not add anything, what I'm doing wrong?
G4'ed it!
YankInDaSouth said:
OK, I'm feeling like an idiot! I've edited build prop in the past with Root Explorer but for some reason I can't add these lines! I can delete things/change things but not add anything, what I'm doing wrong?
G4'ed it!
Click to expand...
Click to collapse
You'll need a build prop editor app or another root file manager like solid..
Any particular place that I need to add those lines? I added them at the end and bootlooped.
G4'ed it!
YankInDaSouth said:
Any particular place that I need to add those lines? I added them at the end and bootlooped.
G4'ed it!
Click to expand...
Click to collapse
I use build prop tweaker pro to add them. What model are you on?
T-Mobile... Perhaps I had a typo, who knows. I shall try again
G4'ed it!
Updated
My device (H810PR) came with this enabled out-of-the-box, anyone know how to disable it? Not like the possibility of enable another account on the smartphone. Thanks in advance
user787 said:
My device (H810PR) came with this enabled out-of-the-box, anyone know how to disable it? Not like the possibility of enable another account on the smartphone. Thanks in advance
Click to expand...
Click to collapse
Just don't set it up..
Swizzle82 said:
Updated
Click to expand...
Click to collapse
I have flashed your file, which I am running twrp and h811 variant, yet I still don't get the multiusers to be available in anywhere.
wadamean said:
I have flashed your file, which I am running twrp and h811 variant, yet I still don't get the multiusers to be available in anywhere.
Click to expand...
Click to collapse
Did you add the lines in the build prop too?
Swizzle82 said:
Did you add the lines in the build prop too?
Click to expand...
Click to collapse
Yes I have as well but am unaware where exactly to put the two lines on build prop. I just pressed to make a new one and added both lines in the box. The name and the value which should be both?

Settings appearance

If you have a AT&T S7 you know that the settings app looks different Vs. a Verizon S7. and so my question is, is there a way to make the settings look like a list , instead of the different categories? (my device isn't in easy mode)
I don't think there is. Wish there was. Not sure why AT&T is the only one that did this...
U firmware is list settings also
Is there anyway to grab the settings app or framework from the U firmware and flash it to the A firmware. I ran the U firmware for a while but got tired of not have VOLTE.
EliteSofa *ANDROID N00B* said:
If you have a AT&T S7 you know that the settings app looks different Vs. a Verizon S7. and so my question is, is there a way to make the settings look like a list , instead of the different categories? (my device isn't in easy mode)
Click to expand...
Click to collapse
This was a issue for me to lol. i dont know why it bothered me so much. i flash the G930U( Unlocked firmware) to my s7 yesterday. Works amazingly, and the settings are in list form instead of the groups! also no bloatware, lag, or heat. I would recomend anyone with the AT&T S7 do it. So far data,voice,and text all work fine also.
---------- Post added at 02:36 PM ---------- Previous post was at 02:35 PM ----------
dirtydodge said:
Is there anyway to grab the settings app or framework from the U firmware and flash it to the A firmware. I ran the U firmware for a while but got tired of not have VOLTE.
Click to expand...
Click to collapse
i dont think so... but there is possibly a fix for the Volte not working on U Firmware. Have you tried looking around xposed?
15jpenni said:
This was a issue for me to lol. i dont know why it bothered me so much. i flash the G930U( Unlocked firmware) to my s7 yesterday. Works amazingly, and the settings are in list form instead of the groups! also no bloatware, lag, or heat. I would recomend anyone with the AT&T S7 do it. So far data,voice,and text all work fine also.
---------- Post added at 02:36 PM ---------- Previous post was at 02:35 PM ----------
i dont think so... but there is possibly a fix for the Volte not working on U Firmware. Have you tried looking around xposed?
Click to expand...
Click to collapse
Yea I've looked around. Read through the U firmware thread and didn't see any fixes unless i over looked it somewhere. I liked the U firmware but really life the VOLTE.
dirtydodge said:
Yea I've looked around. Read through the U firmware thread and didn't see any fixes unless i over looked it somewhere. I liked the U firmware but really life the VOLTE.
Click to expand...
Click to collapse
I found this "I got Enhanced LTE and Video Calling to work on rooted U FW.
I haven't tested it yet, but to do it: edit the others.xml in System/csc. Scroll to the bottom of the xml and change volte and video calling to TRUE. Save and then reboot. The options will be in settings and the video calling icon will be in the dialer. "
I read a post in the Verizon forum using something similar and figured I'd give it a try. Credit goes to them.
15jpenni said:
I found this "I got Enhanced LTE and Video Calling to work on rooted U FW.
I haven't tested it yet, but to do it: edit the others.xml in System/csc. Scroll to the bottom of the xml and change volte and video calling to TRUE. Save and then reboot. The options will be in settings and the video calling icon will be in the dialer. "
I read a post in the Verizon forum using something similar and figured I'd give it a try. Credit goes to them.
Click to expand...
Click to collapse
Thanks for this. I'll flash back to the U and give it a shot.
dirtydodge said:
Thanks for this. I'll flash back to the U and give it a shot.
Click to expand...
Click to collapse
No problem. not having Volte isnt a huge issue for me but i can see how it would be for someone else. Let me know how it goes.
15jpenni said:
No problem. not having Volte isnt a huge issue for me but i can see how it would be for someone else. Let me know how it goes.
Click to expand...
Click to collapse
Well all is working great now. Thanks for your help.

Volume Limit Removal Mod No Longer Works on Pie on Note 9?

Hi all
I've just upgraded to Pie this week on my Note 9, and wish I hadn't. Apart from various annoying bugs, the biggest issue I have right now is that the mod to remove the volume limiter using Tasker no longer seems to work.
It didn't work straight after the upgrade, so I reapplied the steps using this guide (https://www.xda-developers.com/how-to-automatically-disable-the-high-volume-warning-without-root/)
But doesn't work.
Does anybody have any suggestions please? It's driving me nuts. Thanks
Downerhouse said:
Hi all
I've just upgraded to Pie this week on my Note 9, and wish I hadn't. Apart from various annoying bugs, the biggest issue I have right now is that the mod to remove the volume limiter using Tasker no longer seems to work.
It didn't work straight after the upgrade, so I reapplied the steps using this guide (https://www.xda-developers.com/how-to-automatically-disable-the-high-volume-warning-without-root/)
But doesn't work.
Does anybody have any suggestions please? It's driving me nuts. Thanks
Click to expand...
Click to collapse
So curious, where is it failing? Do you get any toast pop up notification?
I'm really happy you asked this, as I followed the link and set this up on oreo, but I want to be able to get it working on pie as well once I have the update.
The things I would check:
The ADB commands, connect and send them again, yes if not working, send even again, again.
Did you get the settings for AutoTools all set, there was one that I missed until I tried to run it, then it gave a warning.
The author posts a picture of the final set-up, did you double check that all that matches?
Is it possible we would need to re-install AutoTools and re-set all it's privileges?
So I've discovered the following.
The Tasker script is working. When examining the variable at boot, the safe_audio_limit is set at 3. Tasker then manages to change to a value of 2. But when you try to increase volume on a Bluetooth headset it still asks for permission
After that, it seems to work, until the next reboot
So my conclusion is that there is a new variable that needs setting at.boot time in conjunction with the safe_audio_limit value.
More investigation required.
Super easy fix is grabbing Samfix on XDA Labs.
HurricaneXDA said:
Super easy fix is grabbing Samfix on XDA Labs.
Click to expand...
Click to collapse
Are you sure? That thread says otherwise.
Plus I don't like apps that don't check for available root, but ask for adb root privileges. That's just sloppy
Sent from my phone
Downerhouse said:
So I've discovered the following.
The Tasker script is working. When examining the variable at boot, the safe_audio_limit is set at 3. Tasker then manages to change to a value of 2. But when you try to increase volume on a Bluetooth headset it still asks for permission
After that, it seems to work, until the next reboot
So my conclusion is that there is a new variable that needs setting at.boot time in conjunction with the safe_audio_limit value.
More investigation required.
Click to expand...
Click to collapse
Global.settings there is this value
unsafe_volume_music_active_ms
Nochlab1 said:
Global.settings there is this value
unsafe_volume_music_active_ms
Click to expand...
Click to collapse
I was wondering if we could add "unsafe_volume_music_active_ms" using autotools?
just like the previous "audio_safe_volume_state" but don't know what value to try? Were you able to see what the value was set at when you found this?
---------- Post added at 06:36 PM ---------- Previous post was at 06:22 PM ----------
rusty.gh said:
I was wondering if we could add "unsafe_volume_music_active_ms" using autotools?
just like the previous "audio_safe_volume_state" but don't know what value to try? Were you able to see what the value was set at when you found this?
Click to expand...
Click to collapse
Thought it was working, on reboot it failed.

Earphones channels are reversed

Hello everyone!.. I hope y'all doing great.
well, I didn't find anywhere to post this problem but I had to do it here cuz I have an OP5,, anyways..
my problem is that I bought earphones, nd the audio channel is reversed (right sound coming from left ear & vice versa) so it's really annoying, especially in games as u really need to identify where sound is coming from,,
nd wearing them reversed is really uncomfortable as they're designed to be wearable on the exact ear
so my question is: is there anyway to reverse audio channels using software modifications? (editing system files, apps... anything)
I've already tried Viper4Android but it doesn't have this option..
any help would be appreciated, thanks.
zinou111 said:
Hello everyone!.. I hope y'all doing great.
well, I didn't find anywhere to post this problem but I had to do it here cuz I have an OP5,, anyways..
my problem is that I bought earphones, nd the audio channel is reversed (right sound coming from left ear & vice versa) so it's really annoying, especially in games as u really need to identify where sound is coming from,,
nd wearing them reversed is really uncomfortable as they're designed to be wearable on the exact ear
so my question is: is there anyway to reverse audio channels using software modifications? (editing system files, apps... anything)
I've already tried Viper4Android but it doesn't have this option..
any help would be appreciated, thanks.
Click to expand...
Click to collapse
You should give them back and receive new ones instead of searching for a workaround
strongst said:
You should give them back and receive new ones instead of searching for a workaround
Click to expand...
Click to collapse
I bought it 2 months ago,, I don't think that'll work
I really really like these earphones, as they have very powerful bass nd a great clearity while listening to music, that's why m looking for a workaround nd not for a replacement
zinou111 said:
I bought it 2 months ago,, I don't think that'll work
I really really like these earphones, as they have very powerful bass nd a great clearity while listening to music, that's why m looking for a workaround nd not for a replacement
Click to expand...
Click to collapse
Foobar has reverse stereo channels within DSP for example.
Maybe mixer_paths.xml has an option for that.
strongst said:
Foobar has reverse stereo channels within DSP for example.
Maybe mixer_paths.xml has an option for that.
Click to expand...
Click to collapse
You mean Foobar2000? that's a music player.
I'm looking for a system-wide solution if there's any, as I said, my biggest concern is in games, as I should be able to know where exactly the sound is coming from.
it doesn't really matter in music tho.
strongst said:
Foobar has reverse stereo channels within DSP for example.
Maybe mixer_paths.xml has an option for that.
Click to expand...
Click to collapse
Yes exactly, that's what I was looking for, an editable file to reverse channels from system!..
is there any tutorial or a anything about how to do it? and where this file is located?
zinou111 said:
Yes exactly, that's what I was looking for, an editable file to reverse channels from system!..
is there any tutorial or a anything about how to do it? and where this file is located?
Click to expand...
Click to collapse
Just do fine Google search about this file. There are plenty of tutorials also on xda. I used it in the past to gain mic volumes,but cannot say if it is capable of helping you in that manner.
strongst said:
Just do fine Google search about this file. There are plenty of tutorials also on xda. I used it in the past to gain mic volumes,but cannot say if it is capable of helping you in that manner.
Click to expand...
Click to collapse
okay! thanks,, I'll see what I can do.
zinou111 said:
okay! thanks,, I'll see what I can do.
Click to expand...
Click to collapse
Yeah, good luck, the file contains plenty of audio settings, maybe you find the right one. Let us here if you're get what you need :good:
strongst said:
Yeah, good luck, the file contains plenty of audio settings, maybe you find the right one. Let us here if you're get what you need :good:
Click to expand...
Click to collapse
found a similar problem here
but the files are quite bit different, I followed same steps on that thread with my mixer_paths.xml but it didn't do any changes, audio still reversed.. I'm sure I edited the wrong file..
what do you think is the right file? (regarding that thread)
zinou111 said:
found a similar problem here
but the files are quite bit different, I followed same steps on that thread with my mixer_paths.xml but it didn't do any changes, audio still reversed.. I'm sure I edited the wrong file..
what do you think is the right file? (regarding that thread)
Click to expand...
Click to collapse
The files are not the same on every device, that's true. But you need to find the lines to edit. Some trial and error make backups before editing anything(file and twrp).
strongst said:
The files are not the same on every device, that's true. But you need to find the lines to edit. Some trial and error make backups before editing anything(file and twrp).
Click to expand...
Click to collapse
found the exact same lines on mixer_paths.xml nd edited them as OP mentioned, but after reboot it remained reversed, I'll try with other files (already backed up .xml files)

Categories

Resources