[Magisk / Lineage OS 18.1] Magisk module to change in-call volume. - OnePlus 7T, 7T Pro Cross Device Themes, Apps & Mod

I found the volume to be to loud on my device. So I made this module. It just replaces the lineage OS mixer paths tavil file with one that has RX0 decreased from 84 to 70.
Just copy the file to your device, and use the install modules from storage option.
If you want your in-call volume to louder or quieter you can edit the number to your preferences.
I think RX0 is on line 418 in the mixer file.
No guarantee this will not break your phone. I'm just sharing my solution with the community in case someone else has the same issue I did.
This might work on other ROMs and devices, but I have not tested it on any. Post your experiences if you decide to give it a try.
If you decided to edit the file, I suggest changing the value by small increments and testing. I wouldn't increase it by more than 5 at a time. There is a real chance you could damage your speakers if you increase it to much. So don't say you weren't warned.
Mods: If this thread violates something, just delete it.
Credit to the Lineage OS team and Tech Karan for his youtube video on creating modules.

Related

[Q] Handset Gain (Volume too loud) - is there a kernel patch?

There are many threads on here from people complaining the handset speaker is too loud, even at the lowest volume.
Currently, the best (only) method to correct this is to turn it up, and then back down again, but that doesn't work for me.
I recently saw this change to CM7: (sorry, can't linkify yet)
review.cyanogenmod.com/#change,3133
Specifically, the side-by-side:
review.cyanogenmod.com/#patch,sidebyside,3133,1,arch/arm/mach-msm/board-bravo-audio.c
and noticed the "handset gain" setting.
Three questions:
-Does this do what i think it does - i.e., control the Gain level on the handset speaker?
-Anyone know what its set to in the stock kernel?
-Is there another kernel (or patch) that sets it to a lower level? or at least a lower minimum level?
Might be way off, but wanted to see if there was a quick solution, at least.
Thanks.
As far as I know, you would have to compile the kernel with the gain settings tweaked to your liking. I used to remember this being almost a necessity on my old N1, call speaker was garbage (like the touch sensor )
wdfowty said:
As far as I know, you would have to compile the kernel with the gain settings tweaked to your liking.
Click to expand...
Click to collapse
Yea, curious if anyone had done that (for me)

[01/10] [DEV] [FIXED] Low Speakerphone Mic Gain & High Background Noise ONE CLICK FIX

[01/10] [DEV] [FIXED] Low Speakerphone Mic Gain & High Background Noise ONE CLICK FIX
01/10 Update: New Tytung R12.4 Kernel is attached at the bottom. initrd.gz is removed so you can use it with your magldr + cm7/miui/aosp rom. THIS IS ALL THAT IS NEEDED FOR MIC GAIN AND VOICE ECHO FIX.
---------older stuff ------------
Flash THIS FILE from CWM Recovery. (For MAGLDR AOSP, CM7 and MIUI ROMS. NOT for SENSE ROMS) This contains the tytung r12beta1 kernel.
More information: http://forum.xda-developers.com/showpost.php?p=17207745&postcount=268
For sense roms check post 308:
http://forum.xda-developers.com/showpost.php?p=17537327&postcount=308
Check the libaudio.so & acdb file information below. Also you may need to copy default.acdb as htcleo.acdb because current version of sense kernel may bootloop without it.
For MIUI if there is miui_default.acdb exists in/etc/firmware, you should overwrite it with the default.acdb version below.
VOICE ECHO:If the "remote" party have echo reduce "your in-call" volume with the side vol keys on your hd2.
More info: http://forum.xda-developers.com/showpost.php?p=17233906&postcount=279
Please check this post, try the acdb file there and give feedback here please whether it fixes echo or not:
http://forum.xda-developers.com/showpost.php?p=17997557&postcount=330
ALWAYS MAKE A FULL BACKUP FROM CWM, JUST IN CASE!
Thanks to mdebeljuh and jdivic for fixing the kernel code and tytung for releasing a new version of his kernel with the new code and all the others I forgot to mention.
HD2 MIC CONTROL APP:This app can easily adjust mic gain in realtime inside a call and also set it permanently. Get it FROM MARKET.Thanks to windroidHD
For CLK, try this: http://forum.xda-developers.com/showpost.php?p=17230125&postcount=278
IF YOU DON'T HAVE ENOUGH GAIN EVEN WITH 400 GAIN CHECK THE TWO FILES BELOW. YOU SHOULD HAVE ENOUGH VOICE VOLUME AT THE REMOTE SIDE WITH 400 GAIN!
-----ANYTHING BELOW IS FOR THE CURIOUS OR FOR DEVELOPMENT-----
libaudio.so
This fix is libaudio.so dependent! It is known not to work with "older" drizztje libaudio.so. Working one is THIS. I think this is the iamgpc version. You may get bizzare force closes or slowdowns with "older" drizztje libaudio. The included iamgpc version has robot voice fix and volume level fix, so it works well. New compatible libaudio is included with tytung r12.3 kernel, see above.
default.acdb
This fix includes 122,442 bytes (119,57K) default.acdb. Other sizes may or may not work well, THIS one works. It is from the aosp 2.3.4 nexushd2 rom. It seems 2.3.5 has different acdb file.
It is possible that the 122,442 bytes default.acdb file may be causing voice echo. Try the one below, if there is enough feedback I will update the update zip files.
Alternative ACDB file:
Please check this post, try the acdb file there and give feedback here please whether it fixes echo or not:
http://forum.xda-developers.com/showpost.php?p=17997557&postcount=330
KERNEL DEVELOPERS:
- Here is the "latest" diff file: diff_mic_gain.txt
- Please make sure your kernel code ignores htcleo.acdb. The diff does not have the code to ignore htcleo.acdb. Chefs, you can also just rename/delete htcleo.acdb
- You MUST include the above iamgpc libaudio.so and default.acdb along with 10mic_level script in your kernel zip update file.
HOW IT WORKS:
The new kernel code adjusts mic gain levels from /proc/mic_level
Use a Terminal Emulator or Gscript with the below commands to set gain in REALTIME (even while inside a call)
You can also use the HD2 MIC CONTROL app in Market for easier adjusting.
To set normal mode (handset) gain:
echo '0 350' > /proc/mic_level
To set speakerphone mode gain:
echo '1 600' > /proc/mic_level
More than 600 gives background noise, less than 200 is too quiet.
If you want to set the levels permanently, edit the mic_level init script in /etc/init.d
LeTama's previous method of fixing the high background noise (caused by extreme mic gain) was modifying the acdb file with values from winmo. It worked well for the normal speaking but made speakerphone unusuable and overall audio playback low. Modifying acdb file is difficult, the above fix uses the default.acdb file and modify the values in realtime while inside a call.
While the post states FIXED, there is always room for tweaking or implementing better solutions. Currently the problem is fixed but can also be considered "under development"
----------Anything below is OLD STUFF----------
28/08 EDIT: THE PROBLEM IS FIXED! Thanks to respected developers mdebeljuh and jdivic we are now able to set mic gain level for normal mode and speakerphone mode seperately.
THAT MEANS you will have crystal clear voice with no high background noise while doing normal talking AND you will have working speakerphone mode AND you will have properly high audio playback volume ALL AT THE SAME TIME.
I have tested the test kernel mdebeljuh sent me and I confirm it is working. There will be more testing with values, different roms and file versions.
THIS THREAD IS "NOT" SIMPLY JUST ABOUT HIGH BACKGROUND NOISE PROBLEM. It's already been fixed with LeTama's htcleo.acdb file (but it has side effects, check post 8) This thread is about MIC GAIN LEVELS BEING THE SAME between normal and speakerphone mode. (So you either have high background noise OR not usable speakerphone mode)
--------
Hello everyone,
THIS IS THE LAST "MAJOR" PROBLEM WITH THE HD2 ANDROID PROJECT. It is present in every rom available today.
Since this is almost a year of development, here is the description and history of the problem:
Description of the problem:
With LeTama's 113910 bytes htcleo.acdb file that is included in many roms: Everybody are getting complaints that people can't hear them properly when they are on speakerphone mode, I found out that if you enable speakerphone the mic does not get more sensitive. Normally android has to change mic gain when speakerphone is enabled. Mic gain levels are the same when normal talking, and in speakerphone mode. (I am talking about what volume the remote party hears your voice.
With no htcleo.acdb file or with android's default.acdb file or htcleo.acdb file that is not LeTama's. (same as the default default.acdb): This time the complaints are that the remote party hears too much background noice and can't understand the hd2 caller properly. This is because the mic gain is set to speakerphone levels even when in normal mode.
If you remove LeTama's htcleo.adcb in /etc/firmware (which forces android to use default.acdb instead) the mic becomes too sensitive in both normal and speakerphone mode.
WITH LeTama's htcleo.acdb present mic gain is normal in both normal and speakerphone mode.
WITHOUT LeTama's htcleo.acdb present mic gain high in both normal and speakerphone mode.
That means mic gain is either always in speakerphone mode or always in normal mode depending on acdb file used.
But actually mic gain has to be low in normal mode and high in speakerphone mode. This has to be fixed because you either can't use speakerphone or you get too much backgorund noise and people complain.
I tried with a samsung native android phone and with winmo hd2 and mic gain gets higher (mic gets more sensitive) when speakerphone is enabled. This is not about the speaker on your phone. It is about the microphone in your phone and its gain adjustment by android.
Some ROM chefs include LeTama's htcleo.acdb, some of them don't include any htcleo.acdb file, and some of them just make another copy of default default.acdb file as htcleo.acdb. All files are in /etc/firmware Android's original default.acdb file is 129346 bytes. I don't know if any other different size versions are available.
Here is how I test: I call another phone which I hold to my ear with my hd2. I mute mic of the phone in my ear and put hd2 on the table. I talk or have some audio in the background such as tv or I hit my fingernails on the table or something. I turn speakerphone on the hd2 on and off and see if what I hear on the other phone on my ear get higher or not. OR you can call someone and ask them of course
History:
Normally Android uses default.acdb for audio/mic gain levels. htcleo.acdb is made by LeTama and newer kernels first look for htcleo.acdb and if it is not found fallback to default.acdb. This was made because mic gain is unacceptably high and prevents proper conversation with hd2 android. So many modern hd2 android roms use htcleo.acdb But I don't think every hd2 android rom chef knows about this. File sizes should always be checked. There is also a htcleo.acdb file made by iamgpc (125868 bytes) but it is always in high mic gain mode so you can't talk properly with it. I do not know why he created it.
LeTama says: (Author of the htcleo.acdb file that enables proper understandable conversation, but not properly functioning speakerphone)
The way I did htcleo.acdb was quite complex:
- I patched kernel audio driver to:
1) kill acdb switches in audio driver to avoid interference while extracting values
2) expose a sysfs variable to userland with acdb values.
- I wrote a userspace tool that:
1) Parse a template android acdb to get android acdb channels/bitrates.
2) loops on all acdb entries and get associated winmo values with sysfs kernel variable.
2) reconstruct htcleo.acdb by merging channels/bitrates/values.
With all these, I boot android from haret on SD, get winmo values and generates the acdb with the tools.
As you can see, it's a bit tricky, I can provide you patches and source code, but it's a bit rough and patch is against an old kernel, not sure it will go smoothly.
If you want only to patch htcleo.acdb with android values for some channels, I'd suggest writing a specific tool for that, it's far more easier. The android acdb file structure is quite straightforward if you don't have to interpret audio values and just want to copy entries.
But first, you'll need to identify which entry is used when going speaker mode, you probably need to add few traces in kernel audio driver.
.............
Frankly, I don't know if this can be fixed from htcleo.acdb by adjusting the values, or does kernel need modification, it would require traces to see if the kernel is using same acdb entries or separated ones. If it's separated, you could get speaker mode entries from android and patch them into htcleo.acdb. If it's not, kernel modification is probably required.
.............
I have thought also about not enabling speakerphone once leading to missing data. It could be, however Cotulla told me that the acdb in winmo is initialized completely by spl, so values should be there. But who knows... Anyway, if you need advices on how to patch the acdb, let me know. I'll dig in my archive for the acdb rebuild userspace tool source, it could give you a good base to build a patch tool.
OP Note: LeTama doesn't have time for this matter, but he is willing to share what he did before.
iamgpc says:
MIC gain is not controlled by libaudio.so It is the part of kernel
-----------------
What needs to be done:
First we should find out if the kernel or the acdb file is the culprit. Does the LeTama's current acdb file have different gain values for normal and speakerphone, or are they the same? Does the kernel look for two different values for normal and speakerphone, or erraneously look for a single value?
What I think: Since the original default.acdb file comes with android and also does have equal levels with speakerphone and normal mode then I think current kernels must be wrongfully looking at the normal mode value for speakerphone?
Then fixing the kernel or acdb file whichever is needed.
I believe that finding where the speakerphone mic gain entry is in the acdb file and modifying the kernel code to make it look for this correct value for speakerphone mode, and using LeTama's htcleo.acdb file is the key. Better way would be disabling htcleo.acdb file in kernel and making kernel lower the value it reads from the default.acdb file when in normal mode. This way no rom chef knowledge would be required. (I am sure many chefs will forget/don't know the htcleo.acdb and use default.acdb file)
Note: I do not know if android has AGC (auto gain control) thing in kernel. It is possible that it is interfering with actual mic gain settings.
Unfortunately acdb file also affects audio playback volume, so while fixing background noise with LeTama's acdb file, you may be unhappy with the audio output volume, though it can be fixed with dsp manager or volume+ apps.
Note: LeTama's shared his tools on post 3.
The problem is fixed by mdebeljuh and jdivic. Check the opening sentences of this post.
For as long as I am using Android on my HD2, I suffer from high mic gain in normale mode (not speakerphone). This is really annoying, so I'd definitely love to see that last glitch to be fixed!
Hi there!
Here are the files, I included the kernel patch and the resulting q6audio.c. The patch has other crap in it, the only modification required is in q6audio.c. It was against a very old kernel, I'm not sure you can use it "as-is".
You also have the user space tool source and my script to compile it.
To dump values, you have to flash a working WinMo 6.5 to have winmo values in memory and launch android with Haret .
To use it, compile the kernel with the modification. It will somehow kill your audio as it won't set acdb to be able to dump acdb in memory untouched. The userspace tools expect to find a pure android default.acdb in the directory where it's launched, it will query kernel values, and remap it to a proper htcleo.acdb in /sdcard/acdb_out.acdb.
Good luck!
LeTama
Thanks for the support LeTama
Sent from my HTC HD2 using XDA App
+1 for this issue.
With or without htcleo file its way too loud.
Would love to have that fixed.
This issue deserves more attention. Bump.
+1
My wife's killing me after every call
Guys, if you have the high mic gain problem that means your rom doesn't include "LeTama's" htcleo.acdb file. (113910 bytes, check the file size, your rom chef might have just copied original default.acdb as htcleo.acdb)
Just download the attachment below and extract it. Copy the htcleo.acdb file you just extracted to /etc/firmware with rootexplorer or similar file manager and reboot.
Your calls will be OK by then and people won't complain. But speakerphone mode will also be low gain from now on. But since most of the time you are calling in normal mode, it is better to have htcleo.acdb in /etc/firmware
What about /system/etc/firmware? I saw this path in other threads about this problem?
I have that file in /etc/firmware and /system/etc/firmware but still mic is too loud.
Edit:
OK, overwrote your file with the existing one. Mic seems better now, thanks!
But for me, its still about 25% to loud
I am a bit curios... is this file in somehow involved in bluetooth playback or music output at all?
Trough all the testing I made the last days I am unsure if at least the bluetooth playback is a little bit worse now?
I would be glad if that were not confirmed
Thanks soooo much dude yeah.. love it. kool. i love ya =)
I think /etc/firmware and /system/etc/firmware are the same.
I am not sure about bluetooth or audio playback. acdb may possibly affect it but can you try reverting back to see and give feedback?
We really need to make this thread attract attention.
Its really hard to tell if you have to reboot your phone and have no real comparison.
I would need a second hd2
But more imported to me is that the mic is still about 25% too loud
Is there a way to tweak the file a bit more?
I have no programming knowledge.
I am really disappointed that no one cares about this problem
Sent from my HTC HD2 using XDA App
memin1857 said:
I am really disappointed that no one cares about this problem
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
ONE CARES? ONE CARES!?
I'm not the developer and my english is badly too. So I keep only my fingers crossed to make this perfect. I can not much do
codiak said:
What about /system/etc/firmware? I saw this path in other threads about this problem?
I have that file in /etc/firmware and /system/etc/firmware but still mic is too loud.
Edit:
OK, overwrote your file with the existing one. Mic seems better now, thanks!
But for me, its still about 25% to loud
I am a bit curios... is this file in somehow involved in bluetooth playback or music output at all?
Trough all the testing I made the last days I am unsure if at least the bluetooth playback is a little bit worse now?
I would be glad if that were not confirmed
Click to expand...
Click to collapse
on Android boot, /system partition is mounted and merged with "/" (root) which already contains the initramfs (the ramdisk provided with your kernel).
so just replacing the file in /system/etc/firmware and rebooting should remove and overwrite any clones thereof.
I'm really hoping for a fix on this as well!
Not a dev, but out of pure interest - is this the reason that voice commands seem to be so shaky? The wave form when using voice search looks like static half of the time, and it just doesn't hear anything the other half.
This happens on all Gingerbread Sense builds.
Why is this thread pinned it is completely rediclious.
I can make a thread to
[DEV] Fixing camera bugs
[DEV] Fixing PPP data on clk
[DEV] Fixing I2C code
etc...
This are bugs that are annoying for you and you try to track attention of the developers. Let the developers fix whatever they want what they find annoying. They are not here to fix your problem.
Thanks for doing this OP good luck!
jan-willem3 said:
Why is this thread pinned it is completely rediclious.
I can make a thread to
[DEV] Fixing camera bugs
[DEV] Fixing PPP data on clk
[DEV] Fixing I2C code
etc...
This are bugs that are annoying for you and you try to track attention of the developers. Let the developers fix whatever they want what they find annoying. They are not here to fix your problem.
Click to expand...
Click to collapse
WOW, you just prove that you’re not a developer that belongs to XDA. XDA is about helping others and not being selfish. I do hope you will change your attitude.
It is pinned (stickied) because this is last "major" problem left that happens on every rom. All other problems can be considered minor. Please stay on topic and don't discuss about things unrelated to the problem mentioned in first of this thread. This is not only my problem, every hd2 user has it. This is the best way to get a developers attention, it is the "developers" forum.
I asked noellenchris to make this sticky for some time to see if it will get attention from a developer. I thank him here for that since I believe he shares my belief that this thread is important for the hd2 android project. Sticky making is a decision of a forum moderator.
I edited the opening post to be more detailed and specific btw.

[Q] How can I increase volume of my phone besides the normal settings?

How can I increase volume of my phone besides the normal settings? I want to increase the volume of both speaker & earpiece? Is any CWM-flashable zip available?
if your rooted use a different kernel like siyah etc.
Boost volume
saurabh_goyal93 said:
How can I increase volume of my phone besides the normal settings? I want to increase the volume of both speaker & earpiece? Is any CWM-flashable zip available?
Click to expand...
Click to collapse
This might help you:
http://droidviews.com/2013/how-to-boostincrease-speaker-volume-on-samsung-galaxy-s3-note-2/
Tested on my S3.
Search multiple sound posts .
default _Gain mod is one .
jje
Thanks but I've already done this.
Thanks a lot, but I've already applied this mod. I want to increase it even further.
What are the extreme values which speaker and earpiece can support? Because I know that 63 is the maximum value which phone allows. 64 will turn off the audio for the speaker's safety. But then again, A1F1 boost volume mod can be applied which will further increase the output. So is there anything to do after A1F1 boost settings?
saurabh_goyal93 said:
Thanks a lot, but I've already applied this mod. I want to increase it even further.
What are the extreme values which speaker and earpiece can support? Because I know that 63 is the maximum value which phone allows. 64 will turn off the audio for the speaker's safety. But then again, A1F1 boost volume mod can be applied which will further increase the output. So is there anything to do after A1F1 boost settings?
Click to expand...
Click to collapse
Look the post in my sig.. I have a link for the thread of the sound mod above under mods. The second post has the "extreme" version of the mod. One word of advice, it wont work if there are any other sound mods installed.
Already done this!
tp2215 said:
Look the post in my sig.. I have a link for the thread of the sound mod above under mods. The second post has the "extreme" version of the mod. One word of advice, it wont work if there are any other sound mods installed.
Click to expand...
Click to collapse
I know what you're talking about.
http://forum.xda-developers.com/showthread.php?t=1722136
I've already tried this! I said that in my previous post too. I've tried the extreme method too. The guy says that he has changed A1F1 boost volume to 55.55(max), but I've even tried 150. It works. I'm asking something else.
Thanks anyways.
look for sound volume hack
its the only one that I use

Volume Tweaks, Boost Speaker, Earpiece etc volume

Presenting a simple method to tweak phone volume for following devices
Speaker
Earpiece
Headphones
Some of you might be familiar with this method.
Procedure is simple and easy to follow.
TESTED ON
LG Optimus G Pro F240L running CM 11
DISCLAIMER
I am not responsible for any kind of damage. All precuations are mentioned.
REQUIREMENTS
Rooted Phone
File Manager with ROOT Access
Note: I will be using Root Explorer file manager for demonstrating the procedure.
COMMON STEPS
Video Tutorial : http://youtu.be/YtoouAUbvWQ
1. Open root directory '/' using File Manager with ROOT access.
\2. Navigate to /system/etc/
3. Scroll down to file mixer_paths.xml
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4. Change mixer_paths.xml permissions to R/W
5. Open mixer_paths.xml in text editor.
6. Make required changes in mixer_paths.xml for a particular device
Speaker Post # 2
Earpiece Post # 3
Headphones Post # 4
7. Save changes.
8. Change mixer_paths.xml permissions to R (read-only)
9. Reboot either soft or normal.
ENJOY
CHANGE SPEAKER VOLUME
Boost your speaker/loud-speaker volume and enjoy louder music.
1. In mixer_paths.xml find <path name="speaker">
2. Change value of <ctl name="RX3 Digital Volume" value="your_value" />
In general this value can vary from 0 - 100
Too high value can cause distortion and damage.
On G Pro avoid going above 70.
3. Move to step-7 in Post # 1.
CHANGE EARPIECE VOLUME
Increase earpiece volume if you have problem listening to phone calls.
1. In mixer_paths.xml find <path name="handset">
2. Change value of <ctl name="RX1 Digital Volume" value="your_value" />
In general this value can vary from 0 - 100
Too high value can cause distortion and damage.
On G Pro 60 is suitable.
3. Move to step-7 in Post # 1.
CHANGE HEADPHONES VOLUME
1. In mixer_paths.xml find <path name="headphones">
2. Change value of following
<ctl name="RX1 Digital Volume" value="your_value" />
<ctl name="RX2 Digital Volume" value="your_value" />
Note: Keep both values same.
In general this value can vary from 0 - 100
Too high value can cause distortion and damage.
On G Pro 65 is suitable.
3. Move to step-7 in Post # 1.
hey man i have problem with my G Pro , when i speak the partner can't hear anything what i say . in snd_soc_msm_2x_Fusion3 file,where i can increase my voice (when making phone calls, the recipients can hardly hear the my voice.) THANKS ^^
vip991988 said:
hey man i have problem with my G Pro , when i speak the partner can't hear anything what i say . in snd_soc_msm_2x_Fusion3 file,where i can increase my voice (when making phone calls, the recipients can hardly hear the my voice.) THANKS ^^
Click to expand...
Click to collapse
Sorry buddy I don;t have this file in system folder.
mohsin.android said:
Sorry buddy I don;t have this file in system folder.
Click to expand...
Click to collapse
ok man ^^ this file in path : system/etc/snd_sos_msm.
May you help me ? THANKS !!!
vip991988 said:
ok man ^^ this file in path : system/etc/snd_sos_msm.
May you help me ? THANKS !!!
Click to expand...
Click to collapse
Yes that is the point I don't have the folder you mentioned. All audio configurations are controlled by mixer_paths.xml
I'm running CM11 right now.
Does anyone have the config changes need for the STOCK 4.2.1 G Pro? (to increase speaker volume).
store2edu said:
mohsin.android, I wish you and other people would be UP FRONT and State what version Android Stock ( + Version ) or Cyanogenmod ( + Version ) or Other , this post applies to !
Many People are doing things which cause wasted time and frustration for others ( posting in wrong forums, needlessly quoting prior posts). I personally was brought here by someone incorrectly posting G2 config info in a G forum.
Click to expand...
Click to collapse
If you read the OP, then you will see for WHAT version this mod is.
Very cool thanks for finding this. I plan to use.
Any idea how to boost microphone volume, especially when phone is on speakerphone? For some reason it must be set low because nobody can hear me unless I hold the phone next to my mouth.
I tried few setting in mixer_paths.xml to change microphone volume but didn't succeeded.
I'll update if I find any method..
Thanks
any idea on where is the bluetooth media path (i.e play music with bluetooth) is located ??
Awesome , I did it ! Thanks man , you're great !
Elements1984 said:
Hello xda community
Today I am sharing my knowledge related to the sound modding in android as a way of saying thank you for all the support I received from the xda members in the forums
About myself: I have been working as professional DJ and sound engineer for serious gigs since 15 years.
Goals: This is a general guide to help you understand the fundamentals of sound output in android and how to edit it, then you have to do some research specific to your phone/tablet or experiment on your sound file to have the desired levels. Theorically, this applies to any android phone or tablet, although the values to input will differ from one device to another and from one manufacturer to another. Here I am describing how I boosted the sound in my Xperia Z1, so be aware that applying the same values on a different phone might get different results.
Why I wrote this: Most of the sound mods will not work if you have a different android version than the one of the modder because the architecture of the sound paths might differ from one android version to another, even if it's exactly the same device, so it's vital to be able to boost your sound on your own if all the mods didn't work for you or no mod exists for your device. Sometimes also, a modder wishes to create a sound boost mod but doesn't know how to get the maximum loudness without losing quality. This will no more happen if you read and understand this guide
Note: I am not responsible if you cause any damage to your device or your sound stops working, you are the only one responsible for what you do with what is described in this guide.
Requirements: rooted phone, file explorer and note editor (I use Es File Explorer as it has both)
I wrote this guide to clarify what needs to be edited to get a louder sound without losing quality, so here are the facts:
To get started, use a file explorer and navigate to /system/etc and locate a file named mixer_paths.XML
I recommend that you make a copy of this file in case you need to restore it later if you get undesirable results with your experiements.
Open it using a note editor and locate the sections of your interest, usually there is a title for each section with the values coming right under it, e.g "Headset volume" or "microphone volume"
Starting from here you will have to find out the values specific to your device either by finding them in the forums (if you are lucky) or experimenting by editing the values I am about to explain.
HPH (amplifier/electric output) vs RX (digital/signal):
HPH: Basically, the best way to get a volume boost without decreasing the sound quality is to increase the amount of electric power that your device outputs, this will have the effect of feeding your headphones with more power which will generate more acoustic pressure (DeciBels/db) without degrading the quality (provided you didn't reach the limits of your headset). To do this, just set your HPHR and HPHL to as high as your device allows.
Rx: This is somehow the input signal of your sound, increasing this value will boost the source signal which will create distortion and saturation, this will result in a sound that will feel louder because of the generated compression, but the cost is a loss in dynamics and quality, the loss is proportional to the increase in the signal. In other words, increasing the RX value will distort and saturate the sound, you will have a louder but poor sound quality with a huge loss of bass and a flat sound, with the possibility that this will fry/damage your phone sound card and/or headphones at high volumes because of the saturation generating constant electric current which could overheat the wires/transistors beyond what they were designed to take. Add to this a higher risk to internal ear damages.
My advice is to start increasing the HPH value to the highest possible value first, save the file, reboot and see if the sound boost is high enough for you. If that was not loud enough, then try increasing the RX value by +3, save, restart and try again.
Facts: The loudness doubles at every +3 db, which means RX 85 should be 2 times louder than RX 82
Conclusion: The first step to boosting your sound is to increase the HPHR and HPHL. If more loudness is needed, increase the RX value gradually by +2 or +3 until you reach the desired loudness (try to find a good balance, I wouldn't recommend going more than +3 beyond your current RX value). Keep in mind that too much increase in RX will make you lose bass and sound quality, at that point don't expect the equalizer (EQ) of your music player to give you more bass or improve your sound quality because you have saturated/damaged the sound at its origins.
I hope this will help you set your sound at the desired levels without damaging your sound quality or devices or headphones or ears.
Note: I am using these settings on my Xperia Z1 with my Sony MH1C headset, these values should work for the Xperia Z1 Compact because it has a similar hardware. Theorically, this guide is universal and can be adapted to work with any android device, the values in mixer_paths.xml might be different on other devices but the boosting principle is the same.
More infos:
HPHR = Right output
HPHL = Left output
People with impaired hearing can set up these 2 values differently. E.g: HPH? 20 should be for the weak ear, set the value for the strong ear at anything below 20 until you reach the balance between the 2 ears.
Edit for some CyanogenMod Based ROMs: On my S4 mini running a Resurrection Remix Marshmallow ROM, which is based on CM, I didn't find the mixer_paths.xml file, instead I found a file which contained similar settings for the sound.
The file is named snd_soc_msm_2x and is situated in : system/etc/snd_soc_msm
If you found this useful, please click on the "thanks" button below to thank me That will make my day
Click to expand...
Click to collapse
i tried to change all the RXs to "95" but barely notice any difference from my phone speaker. But thing's work for my Bluetooth and headphone though, almost blow my f ing ears.

How to increase maximum headphone volume?

Hey all of you,
I have the [official] Lineage 17.1 flashed to my xz2 compact.
I want to increase the maximum volume for my headphones. Therefore I made changes in the mixer_paths....xml files, but nothing changed. So my questions are:
1. As there are 4 mixer_paths files (mixer_paths_i2s.xml, mixer_paths_qvr.xml, mixer_paths_skuk.xml, mixer_paths_tavil.xml), in which of them should I apply my changes?
2. Which changes do I have to apply? And where exactly?
I tried to increase values RX.. Digital Volume as well as DE.. Volume to 92, brought no changes. Also changes in <path name="headphones"> (also RX.. Digital Volume to 92) didn't change anything (all of the last things were tried in mixer_paths_tavil.xml).
Thanks for helping out

Categories

Resources