Hello Redmi Note 4 users! I saw many people complaining about sound in custom ROMs. Yes! I too agree that we do have low sound on custom ROMs compared to the stock MIUI ROM. But you know what! We can easily increase the sound output of our device in custom ROMs. So lets begin.
Requirements
Instructions
In this tutorial I am going to use ES File Explorer as it is free and easy to use.
Code:
[CENTER][SIZE="3"]#include <disclaimer.h>
* Your warranty is now void.
* I am not responsible for bricked devices,
dead SD cards,getting fired because the alarm app failed
* Please do some research before flashing it!
* YOU are choosing to make these modifications,
* If you point the finger at me for messing up your device, I will laugh at you.[/SIZE][/CENTER]
Requirements
- Root (Flash Magisk or SuperSU)
- Any root explorer (Solid Explorer, ES File Explorer, Root browser etc)
- Little common sense
Instructions
In this tutorial I am going to use ES File Explorer as it is free and easy to use.
- Open ES File explorer and slide out the sidebar from left.
- Turn on Root explorer & Grant root permission
- Now go to root>system>etc
- You will find a file named mixer_paths_mtp.xml, just open it with the ES editor.
- Scroll down a little bit and try to find the below lines.
Code:<ctl name="RX1 Digital Volume" value="84" /> <ctl name="RX2 Digital Volume" value="84" /> <ctl name="RX3 Digital Volume" value="76" />
- Now we have to change the value in <ctl name="RX3 Digital Volume" value="76" /> As you can see the default value is 76, we can increase it upto 100 but it will surely going to RIP your speakers. The suggested values is between 80 - 90. I personally use 86 because it gives me loud enough sound without any distortion.
Code:<ctl name="RX3 Digital Volume" value="76" />
- After increasing the value on <ctl name="RX3 Digital Volume" value="86" /> it should look like below code.
Code:<ctl name="RX1 Digital Volume" value="84" /> <ctl name="RX2 Digital Volume" value="84" /> <ctl name="RX3 Digital Volume" value="86" />
- Now just save the changes and reboot your device. And now you will definitely notice much louder sound than before.
Attachments
-
154.8 KB Views: 6,409
-
159 KB Views: 6,420
-
218.7 KB Views: 6,485
Last edited: