Hi all I just bought a Note 4, immediately updated to Marshmallow, and I noticed the headphones volume was really lower than in my Note 2. I gave a look in Xda but didn't find any mod to increase audio level, so this is my solution. Of course you need root access..
Go in /Etc folder, copy default_gain.conf file to another directory and open it (I used Es note editor, which is bundled with Es file explorer).
Find the following lines:
Modifier "Normal" {
SupportedDevice {
"Headset Out"
}
Enable {
{ "Noise Gate Switch", 0 },
{ "HPOUT1L Impedance Volume", 113 },
{ "HPOUT1R Impedance Volume", 113 },
{ "HPOUT1L Input 1 Volume", 32 },
{ "HPOUT1R Input 1 Volume", 32 },
}
}
Modifier "Normal" {
SupportedDevice {
"Headphone"
}
Enable {
{ "Noise Gate Switch", 0 },
{ "HPOUT1L Impedance Volume", 113 },
{ "HPOUT1R Impedance Volume", 113 },
{ "HPOUT1L Input 1 Volume", 32 },
{ "HPOUT1R Input 1 Volume", 32 },.
All you have to do is to change the value in the strings
{ "HPOUT1L Input 1 Volume", SET THE VALUE YOU LIKE },
{ "HPOUT1R Input 1 Volume", SET THE VALUE YOU LIKE }
I changed it into 48 and it's enough for me, so my lines are as follows
Modifier "Normal" {
SupportedDevice {
"Headset Out"
}
Enable {
{ "Noise Gate Switch", 0 },
{ "HPOUT1L Impedance Volume", 113 },
{ "HPOUT1R Impedance Volume", 113 },
{ "HPOUT1L Input 1 Volume", 48 },
{ "HPOUT1R Input 1 Volume", 48 },
}
}
Modifier "Normal" {
SupportedDevice {
"Headphone"
}
Enable {
{ "Noise Gate Switch", 0 },
{ "HPOUT1L Impedance Volume", 113 },
{ "HPOUT1R Impedance Volume", 113 },
{ "HPOUT1L Input 1 Volume", 48 },
{ "HPOUT1R Input 1 Volume", 48 },
Now you have just to backup your original file, then copy the edited one in /Etc folder, set permissions to rw-r--r-- (I use root browser which is free) and reboot.
You headphones audio is much higher now
Link to my .conf file:
https://www.androidfilehost.com/?fid=24533103863138198
Go in /Etc folder, copy default_gain.conf file to another directory and open it (I used Es note editor, which is bundled with Es file explorer).
Find the following lines:
Modifier "Normal" {
SupportedDevice {
"Headset Out"
}
Enable {
{ "Noise Gate Switch", 0 },
{ "HPOUT1L Impedance Volume", 113 },
{ "HPOUT1R Impedance Volume", 113 },
{ "HPOUT1L Input 1 Volume", 32 },
{ "HPOUT1R Input 1 Volume", 32 },
}
}
Modifier "Normal" {
SupportedDevice {
"Headphone"
}
Enable {
{ "Noise Gate Switch", 0 },
{ "HPOUT1L Impedance Volume", 113 },
{ "HPOUT1R Impedance Volume", 113 },
{ "HPOUT1L Input 1 Volume", 32 },
{ "HPOUT1R Input 1 Volume", 32 },.
All you have to do is to change the value in the strings
{ "HPOUT1L Input 1 Volume", SET THE VALUE YOU LIKE },
{ "HPOUT1R Input 1 Volume", SET THE VALUE YOU LIKE }
I changed it into 48 and it's enough for me, so my lines are as follows
Modifier "Normal" {
SupportedDevice {
"Headset Out"
}
Enable {
{ "Noise Gate Switch", 0 },
{ "HPOUT1L Impedance Volume", 113 },
{ "HPOUT1R Impedance Volume", 113 },
{ "HPOUT1L Input 1 Volume", 48 },
{ "HPOUT1R Input 1 Volume", 48 },
}
}
Modifier "Normal" {
SupportedDevice {
"Headphone"
}
Enable {
{ "Noise Gate Switch", 0 },
{ "HPOUT1L Impedance Volume", 113 },
{ "HPOUT1R Impedance Volume", 113 },
{ "HPOUT1L Input 1 Volume", 48 },
{ "HPOUT1R Input 1 Volume", 48 },
Now you have just to backup your original file, then copy the edited one in /Etc folder, set permissions to rw-r--r-- (I use root browser which is free) and reboot.
You headphones audio is much higher now
Link to my .conf file:
https://www.androidfilehost.com/?fid=24533103863138198
Last edited: