how to get louder the sound

Search This thread

rokrd1579

Senior Member
Dec 17, 2012
54
11
Acapulco
Hi, is there something mod to increase the volume of this tab? Ive switch on the xloud bout, i dont hear much difference I'm root.
Grettings :)
 

rokrd1579

Senior Member
Dec 17, 2012
54
11
Acapulco
You could do it by yourself by editing the file "/system/etc/mixer_path.xml". After edit you might need to set file permission to 0644 and clear dalvik cache in recovery. Make backup of your original file though.

and which are those parameters that i have to change, i dont know so much, would you like to advice me?
 

kulvertti

Senior Member
Dec 28, 2012
696
596
Google Pixel 6 Pro
Google Pixel 7 Pro
and which are those parameters that i have to change, i dont know so much, would you like to advice me?

Depending what you want? Speakers or headphones. If I remember correctly these lines are for headphones:

<ctl name="HPHL Volume" value="20" />
<ctl name="HPHR Volume" value="20" />

And again if I remember correctly speakers are these lines:

<ctl name="RX1 Digital Volume" value="84" />
<ctl name="RX2 Digital Volume" value="84" />
<ctl name="RX3 Digital Volume" value="84" />
<ctl name="RX4 Digital Volume" value="84" />
<ctl name="RX5 Digital Volume" value="84" />
<ctl name="RX6 Digital Volume" value="84" />
<ctl name="RX7 Digital Volume" value="84" />

RX1 and RX7 are perhaps those that make differences but try yourself.

Remember to be careful because one can easily damage the hardware if increasing more than speakers can handle.
 

rokrd1579

Senior Member
Dec 17, 2012
54
11
Acapulco
Depending what you want? Speakers or headphones. If I remember correctly these lines are for headphones:

<ctl name="HPHL Volume" value="20" />
<ctl name="HPHR Volume" value="20" />

And again if I remember correctly speakers are these lines:

<ctl name="RX1 Digital Volume" value="84" />
<ctl name="RX2 Digital Volume" value="84" />
<ctl name="RX3 Digital Volume" value="84" />
<ctl name="RX4 Digital Volume" value="84" />
<ctl name="RX5 Digital Volume" value="84" />
<ctl name="RX6 Digital Volume" value="84" />
<ctl name="RX7 Digital Volume" value="84" />

RX1 and RX7 are perhaps those that make differences but try yourself.

Remember to be careful because one can easily damage the hardware if increasing more than speakers can handle.

I have made the change and now is loud but when im recording a video i just can hear the sound of right speaker, that happen when i record a video from my tab :c
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    and which are those parameters that i have to change, i dont know so much, would you like to advice me?

    Depending what you want? Speakers or headphones. If I remember correctly these lines are for headphones:

    <ctl name="HPHL Volume" value="20" />
    <ctl name="HPHR Volume" value="20" />

    And again if I remember correctly speakers are these lines:

    <ctl name="RX1 Digital Volume" value="84" />
    <ctl name="RX2 Digital Volume" value="84" />
    <ctl name="RX3 Digital Volume" value="84" />
    <ctl name="RX4 Digital Volume" value="84" />
    <ctl name="RX5 Digital Volume" value="84" />
    <ctl name="RX6 Digital Volume" value="84" />
    <ctl name="RX7 Digital Volume" value="84" />

    RX1 and RX7 are perhaps those that make differences but try yourself.

    Remember to be careful because one can easily damage the hardware if increasing more than speakers can handle.
    1
    You could do it by yourself by editing the file "/system/etc/mixer_path.xml". After edit you might need to set file permission to 0644 and clear dalvik cache in recovery. Make backup of your original file though.