can someone build or port Stereo MOD (earpiece as second speaker) for R4P ?
I want to build by myself but I don't know anything about modding things...
It's not safe.
N1ck474 said:
It's not safe.
Click to expand...
Click to collapse
I have using that feature for a long time on Galaxy Young and Mi4C and still not face any problem...
ioneachmad said:
can someone build or port Stereo MOD (earpiece as second speaker) for R4P ?
I want to build by myself but I don't know anything about modding things...
Click to expand...
Click to collapse
build brother sound mod like htc 10 stereo dual speaker, i like it, i support you
ioneachmad said:
can someone build or port Stereo MOD (earpiece as second speaker) for R4P ?
I want to build by myself but I don't know anything about modding things...
Click to expand...
Click to collapse
I am on it
psykkuno said:
I am on it
Click to expand...
Click to collapse
Great! can't wait to try...
Any update on the stereo mod for R4P?
alextudor said:
Any update on the stereo mod for R4P?
Click to expand...
Click to collapse
I made myself by editing "system/etc/mixer_paths_mtp.xml"
ioneachmad said:
I made myself by editing "system/etc/mixer_paths_mtp.xml"
Click to expand...
Click to collapse
Can you give us the values? Or the .xml itself?
bacitoto said:
Can you give us the values? Or the .xml itself?
Click to expand...
Click to collapse
Code:
<path name="speaker">
<ctl name="RX3 MIX1 INP1" value="RX1" />
<ctl name="LINE_OUT" value="Switch" />
<ctl name="RX1 MIX1 INP1" value="RX1" />
<ctl name="RDAC2 MUX" value="RX1" />
<ctl name="EAR PA Gain" value="POS_6_DB" />
<ctl name="EAR_S" value="Switch" />
</path>
(LineageOS 14.1 Normal Mod XML)
Its work on crDroid latest build by razziell.
Thanks
Well, it didnt work.
Mine looks like this
-<path name="speaker">
<ctl value="RX1" name="RX3 MIX1 INP1"/>
<ctl value="Switch" name="LINE_OUT"/>
<ctl value="ENABLE" name="Lineout_1 amp"/>
</path>
Tried to modify it like ioneachmad suggested and only the earpiece was playing. Then I've modified like this
-<path name="speaker">
<ctl value="RX1" name="RX3 MIX1 INP1"/>
<ctl value="Switch" name="LINE_OUT"/>
<ctl value="ENABLE" name="Lineout_1 amp"/>
<ctl value="RX1" name="RX1 MIX1 INP1"/>
<ctl value="RX1" name="RDAC2 MUX"/>
<ctl value="POS_6_DB" name="EAR PA Gain"/>
<ctl value="Switch" name="EAR_S"/>
and only the speaker was playing, not the earpiece too.
Any suggestions?
alextudor said:
Well, it didnt work.
Any suggestions?
Click to expand...
Click to collapse
this is the simple way I know
Copy <path name="handset">
Code:
<path name="handset">
[COLOR="Red"] <ctl name="RX1 MIX1 INP1" value="RX1" />
<ctl name="RDAC2 MUX" value="RX1" />
<ctl name="EAR PA Gain" value="POS_6_DB" />
<ctl name="EAR_S" value="Switch" />[/COLOR]
</path>
paste to <path name="speaker">
Code:
<path name="speaker">
<ctl name="RX3 MIX1 INP1" value="RX1" />
<ctl name="LINE_OUT" value="Switch" />
[COLOR="red"]PASTE HERE[/COLOR]
</path>
like this
Code:
<path name="speaker">
[COLOR="red"] <ctl name="RX3 MIX1 INP1" value="RX1" />
<ctl name="LINE_OUT" value="Switch" />
<ctl name="RX1 MIX1 INP1" value="RX1" />
<ctl name="RDAC2 MUX" value="RX1" />
<ctl name="EAR PA Gain" value="POS_6_DB" />
<ctl name="EAR_S" value="Switch" />[/COLOR]
</path>
Sorry for my terrible english, I hope you understand...
Give a blank line and will look like this
<path name="speaker">
<ctl name="RX3 MIX1 INP1" value="RX1" />
<ctl name="LINE_OUT" value="Switch" />
<ctl name="RX1 MIX1 INP1" value="RX1" />
<ctl name="RDAC2 MUX" value="RX1" />
<ctl name="EAR PA Gain" value="POS_6_DB" />
<ctl name="EAR_S" value="Switch" />
</path>
It worked and it looks just like the last one posted by me..witch didnt work. )
Now, that I got your attention, can you sugget how to make it play louder? The volume that comes out of it its on the same level as in a phonecall and I know it can play louder than that. When I was on MIUI and tested the earpiece via CIT menu, it had some nice volume, not comparable to the bottom spekear, but non the less, you could hear it loud and clear.
If the value that I have to modify is "EAR PA Gain" value="POS_6_DB", i have already modified it into 7 (found it in 4 places in my xml).
LE: there is a cracking sound comming out of the earpiece (I think), even with the first "mod" - EAR PA Gain" value="POS_6_DB . On LOS14 is the same?
alextudor said:
Now, that I got your attention, can you sugget how to make it play louder? ).
Click to expand...
Click to collapse
this may help.
add this line <ctl name="RX1 Digital Volume" value="100" />
Code:
<path name="speaker">
<ctl name="RX3 MIX1 INP1" value="RX1" />
<ctl name="LINE_OUT" value="Switch" />
<ctl name="RX1 MIX1 INP1" value="RX1" />
<ctl name="RDAC2 MUX" value="RX1" />
[COLOR="red"]<ctl name="RX1 Digital Volume" value="100" />[/COLOR]
<ctl name="EAR PA Gain" value="POS_6_DB" />
<ctl name="EAR_S" value="Switch" />
</path>
Done it, volume seams to be the same and the cracking is still there, comming out from both speakers. (LE) : It appears when I exit an app which plays sound( ex. Youtube).
Another LE:
Comparing mixer_path from redmi note 4 to redmi 4, it seems that mine is missing these lines
<!-- These are the initial mixer settings -->
<ctl name="RX1 Digital Volume" value="XX" />
<ctl name="RX2 Digital Volume" value="XX" />
<ctl name="RX3 Digital Volume" value="XX" />
XX may be 84
Should I add it?
Cracking sound is a well-known bug in this device and still without an official patch made by Xiaomi, actually I really doubt that they will ever release such a thing.
But you can try one of the patches made by the community.
Can you share the fixed mixer_paths_mtp.xml to use stereo mod?
kamalrsd said:
Can you share the fixed mixer_paths_mtp.xml to use stereo mod?
Click to expand...
Click to collapse
The mod is on 4pda. Check there for details.
Related
http://www.androidpit.com/how-to-manually-boost-android-mixer-volume. Great find! just edit existing "mixer path xml" file using es file explorer and save.. Works great for me!
Thanks man. Make sure to set permissions correctly.
there was an app for this on the nexus 5, so you dont have to edit it yourself. ill try it out on my n6. its called nexus 5 real volume boost.
---------- Post added at 04:04 PM ---------- Previous post was at 04:01 PM ----------
the app wont open on the n6.
does it seem to work pretty well?
tried viper but I honestly couldn't hear a difference on phone speakers or hear phones. possibly due to not being updated to LP yet
Sent from my Nexus 6 using Tapatalk
What are the correct permissions?
Thanks OP for the post. I hate to be “that guy" but one person responded to that article stating he wasn't able to update OTA b/c of those modified values. Just a heads up.
Comparing stock and the mixer path you provide, the headphones went from 20 to 30 and the speaker from 84 to 99, isn't that to much boost? Any risk to damage the speakers? Thanks
If Im not mistaken, that guide is for kitkat 4.4.4. Lollipop Mixer_paths appear different. Your file on Dropbox is correct, but I would unlink to that guide.
Editing the Headphone Path is not going to work. Here is the Lollipop headphone path
Code:
<path name="headphones">
<ctl name="SLIM RX1 MUX" value="AIF1_PB"/>
<ctl name="SLIM RX6 MUX" value="AIF2_PB"/>
<ctl name="SLIM RX2 MUX" value="AIF1_PB"/>
<ctl name="SLIM RX7 MUX" value="AIF2_PB"/>
<ctl name="SLIM_0_RX Channels" value="Two"/>
<ctl name="RX1 MIX1 INP1" value="RX1"/>
<ctl name="RX1 MIX1 INP2" value="RX6"/>
<ctl name="RX2 MIX1 INP1" value="RX2"/>
<ctl name="RX2 MIX1 INP2" value="RX7"/>
<ctl name="AIF3_CAP Mixer SLIM TX3" value="1"/>
<ctl name="AIF3_CAP Mixer SLIM TX5" value="1"/>
<ctl name="SLIM TX3 MUX" value="RMIX1"/>
<ctl name="SLIM TX5 MUX" value="RMIX2"/>
<ctl name="CLASS_H_DSM MUX" value="DSM_HPHL_RX1"/>
<ctl name="HPHL DAC Switch" value="1"/>
<ctl name="COMP1 Switch" value="1"/>
</path>
<path name="line">
<path name="headphones"/>
There is also a Speaker and Headphone path which I tried and didnt change anything either.
Code:
<path name="speaker-and-headphones">
<path name="headphones"/>
<ctl name="QUAT_MI2S_RX Channels" value="Two"/>
<ctl name="BOOST earpiece mode" value="Off"/>
<ctl name="BOOST Left Ch Select" value="3"/>
<ctl name="BOOST Right Ch Select" value="3"/>
<ctl name="BOOST_STUB Right Mixer right" value="1"/>
<ctl name="BOOST_STUB Left Mixer left" value="1"/>
</path>
<path name="speaker-and-line">
<path name="speaker-and-headphones"/>
The correct place to edit is below, and this is at the top of that .xml file
Code:
<ctl name="Voice Rx Device Mute" id="0" value="0"/>
<ctl name="Voice Rx Device Mute" id="1" value="-1"/>
<ctl name="Voice Rx Device Mute" id="2" value="20"/>
<ctl name="Voice Tx Mute" id="0" value="0"/>
<ctl name="Voice Tx Mute" id="1" value="-1"/>
<ctl name="Voice Tx Mute" id="2" value="500"/>
<ctl name="Voice Rx Gain" id="0" value="0"/>
<ctl name="Voice Rx Gain" id="1" value="-1"/>
<ctl name="Voice Rx Gain" id="2" value="20"/>
<ctl name="Voip Tx Mute" id="0" value="0"/>
<ctl name="Voip Tx Mute" id="1" value="500"/>
<ctl name="Voip Rx Gain" id="0" value="0"/>
<ctl name="Voip Rx Gain" id="1" value="20"/>
<ctl name="Voip Mode Config" value="12"/>
<ctl name="Voip Rate Config" value="0"/>
<ctl name="Voip Evrc Min Max Rate Config" id="0" value="1"/>
<ctl name="Voip Evrc Min Max Rate Config" id="1" value="4"/>
<ctl name="Voip Dtx Mode" value="0"/>
<ctl name="TTY Mode" value="OFF"/>
<ctl name="LINEOUT1 Volume" value="0"/>
<ctl name="LINEOUT2 Volume" value="0"/>
<ctl name="LINEOUT3 Volume" value="0"/>
<ctl name="LINEOUT4 Volume" value="0"/>
<ctl name="HPHL Volume" value="20"/>
<ctl name="HPHR Volume" value="20"/>
[COLOR="Red"]<ctl name="RX1 Digital Volume" value="95"/>
<ctl name="RX2 Digital Volume" value="95"/>[/COLOR]
<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 RX2 are the line out headphone volumes.
If Im wrong, please let me know but I edited this file on day 2 of having my Nexus 6 and its worked great.
Head phones are HPHL and HPHR values for both left and right channel so keep them the same.
obsanity said:
Head phones are HPHL and HPHR values for both left and right channel so keep them the same.
Click to expand...
Click to collapse
and that makes sense but what I edited works....I'll try those HPHR and HPHL and see what results I get.
Sent from my Nexus 6 using XDA Free mobile app
I increased all those Rx values and speakers are slightly louder as well
How can one change the earpiece volume when your talking on the phone it needs to be a little bit louder
obsanity said:
Head phones are HPHL and HPHR values for both left and right channel so keep them the same.
Click to expand...
Click to collapse
I increased those values with no difference. RX1 & 2 are the only values I've changed that worked.
Sent from my Nexus 6 using XDA Free mobile app
I changed RX1 and RX2 and it made my sound just stop working, luckily I had a backup to get my sound back
bamfsig45 said:
If Im not mistaken, that guide is for kitkat 4.4.4. Lollipop Mixer_paths appear different. Your file on Dropbox is correct, but I would unlink to that guide.
Editing the Headphone Path is not going to work. Here is the Lollipop headphone path
Code:
<path name="headphones">
<ctl name="SLIM RX1 MUX" value="AIF1_PB"/>
<ctl name="SLIM RX6 MUX" value="AIF2_PB"/>
<ctl name="SLIM RX2 MUX" value="AIF1_PB"/>
<ctl name="SLIM RX7 MUX" value="AIF2_PB"/>
<ctl name="SLIM_0_RX Channels" value="Two"/>
<ctl name="RX1 MIX1 INP1" value="RX1"/>
<ctl name="RX1 MIX1 INP2" value="RX6"/>
<ctl name="RX2 MIX1 INP1" value="RX2"/>
<ctl name="RX2 MIX1 INP2" value="RX7"/>
<ctl name="AIF3_CAP Mixer SLIM TX3" value="1"/>
<ctl name="AIF3_CAP Mixer SLIM TX5" value="1"/>
<ctl name="SLIM TX3 MUX" value="RMIX1"/>
<ctl name="SLIM TX5 MUX" value="RMIX2"/>
<ctl name="CLASS_H_DSM MUX" value="DSM_HPHL_RX1"/>
<ctl name="HPHL DAC Switch" value="1"/>
<ctl name="COMP1 Switch" value="1"/>
</path>
<path name="line">
<path name="headphones"/>
There is also a Speaker and Headphone path which I tried and didnt change anything either.
Code:
<path name="speaker-and-headphones">
<path name="headphones"/>
<ctl name="QUAT_MI2S_RX Channels" value="Two"/>
<ctl name="BOOST earpiece mode" value="Off"/>
<ctl name="BOOST Left Ch Select" value="3"/>
<ctl name="BOOST Right Ch Select" value="3"/>
<ctl name="BOOST_STUB Right Mixer right" value="1"/>
<ctl name="BOOST_STUB Left Mixer left" value="1"/>
</path>
<path name="speaker-and-line">
<path name="speaker-and-headphones"/>
The correct place to edit is below, and this is at the top of that .xml file
Code:
<ctl name="Voice Rx Device Mute" id="0" value="0"/>
<ctl name="Voice Rx Device Mute" id="1" value="-1"/>
<ctl name="Voice Rx Device Mute" id="2" value="20"/>
<ctl name="Voice Tx Mute" id="0" value="0"/>
<ctl name="Voice Tx Mute" id="1" value="-1"/>
<ctl name="Voice Tx Mute" id="2" value="500"/>
<ctl name="Voice Rx Gain" id="0" value="0"/>
<ctl name="Voice Rx Gain" id="1" value="-1"/>
<ctl name="Voice Rx Gain" id="2" value="20"/>
<ctl name="Voip Tx Mute" id="0" value="0"/>
<ctl name="Voip Tx Mute" id="1" value="500"/>
<ctl name="Voip Rx Gain" id="0" value="0"/>
<ctl name="Voip Rx Gain" id="1" value="20"/>
<ctl name="Voip Mode Config" value="12"/>
<ctl name="Voip Rate Config" value="0"/>
<ctl name="Voip Evrc Min Max Rate Config" id="0" value="1"/>
<ctl name="Voip Evrc Min Max Rate Config" id="1" value="4"/>
<ctl name="Voip Dtx Mode" value="0"/>
<ctl name="TTY Mode" value="OFF"/>
<ctl name="LINEOUT1 Volume" value="0"/>
<ctl name="LINEOUT2 Volume" value="0"/>
<ctl name="LINEOUT3 Volume" value="0"/>
<ctl name="LINEOUT4 Volume" value="0"/>
<ctl name="HPHL Volume" value="20"/>
<ctl name="HPHR Volume" value="20"/>
[COLOR="Red"]<ctl name="RX1 Digital Volume" value="95"/>
<ctl name="RX2 Digital Volume" value="95"/>[/COLOR]
<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 RX2 are the line out headphone volumes.
If Im wrong, please let me know but I edited this file on day 2 of having my Nexus 6 and its worked great.
Click to expand...
Click to collapse
I'm not a pro, but just changing all the 84 values to 99 worked awesome for me.... Hphl and hphr from 20 to 30 didn't hurt anything either.... Everything is extremely loud... Seems like es file explorer works all the time when manually editing that file versus using root explorer IMO!
zenxaero said:
I changed RX1 and RX2 and it made my sound just stop working, luckily I had a backup to get my sound back
Click to expand...
Click to collapse
did you change permissions before reboot? this is a very simple mod shouldn't cause any problems.
shane1981 said:
How can one change the earpiece volume when your talking on the phone it needs to be a little bit louder
Click to expand...
Click to collapse
^^ This ^^
<ctl name="RX1 Digital Volume" value="95"/> <--------------------------
<ctl name="RX2 Digital Volume" value="95"/> <--------------------------
<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"/>
when editing those two lines with root explorer, i lost sound as well
nycdiplomat said:
<ctl name="RX1 Digital Volume" value="95"/> <--------------------------
<ctl name="RX2 Digital Volume" value="95"/> <--------------------------
<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"/>
when editing those two lines with root explorer, i lost sound as well
Click to expand...
Click to collapse
I set all of them to 95 with root explorer and had no issues. Didn't touch permissions
So any way to boost speaker audio? All i've seen is headphone mod right?
Could I get some help increasing external speaker loudness?
I'm already using the M8 sound mod and the quality is great and much better than stock, just trying to make the sound louder
searching I found changing the value = 75 to higher number would increase the sound but there is no effect.
<path name="speaker-protected">
<ctl name="SLIM RX1 MUX" value="AIF1_PB" />
<ctl name="SLIM_0_RX Channels" value="Both" />
<ctl name="RX7 MIX1 INP1" value="RX1" />
<!-- 54 % of 124 (range 0 - 124) Register: 0x2E7 -->
<ctl name="RX7 Digital Volume" value="75" />
<ctl name="COMP0 Switch" value="1" />
</path>
Note: This mod only works on Z1C & Thanks to @dontbelive & modified xml by @Lessismooore (http://forum.xda-developers.com/showpost.php?p=60209727&postcount=14)
Instructions:
Goto "system/etc/"
Backup mixer_path.xml
Move the newer mixer_path.xml and change the permissions to "644" (rw-r-r)
Reboot and Done!
I use the RU.242 Version and its not working
This mod kills audio, I get an Unfortunately Audio settings has stopped, I also can't get jetaudio and some other apps to run.
I removed the mod and everything works again
Soldat0815 said:
I use the RU.242 Version and its not working
Click to expand...
Click to collapse
dazjp71 said:
This mod kills audio, I get an Unfortunately Audio settings has stopped, I also can't get jetaudio and some other apps to run.
I removed the mod and everything works again
Click to expand...
Click to collapse
I am on the same firmware, works fine. You sure you did the permissions? This is not a flashable zip.
No sound after this mod..
SpiritBreak3r said:
I am on the same firmware, works fine. You sure you did the permissions? This is not a flashable zip.
Click to expand...
Click to collapse
I did exactly what the instructions stated, it just didn't work no sound and some apps stopped working
papzi57 said:
No sound after this mod..
Click to expand...
Click to collapse
dazjp71 said:
I did exactly what the instructions stated, it just didn't work no sound and some apps stopped working
Click to expand...
Click to collapse
Could you guys try the mixer_path from the YKG v15's zip?
SpiritBreak3r said:
Could you guys try the mixer_path from the YKG v15's zip?
Click to expand...
Click to collapse
Yes, I tryed:
There are stereo sound, but very, very distorted!
papzi57 said:
Yes, I tryed:
There are stereo sound, but very, very distorted!
Click to expand...
Click to collapse
But it sounds the same as the kitkat mod.
This mixer path not working for me too
m!k3 said:
This mixer path not working for me too
Click to expand...
Click to collapse
I re-uploaded the working mixer_path.xml. It seems to have been corrupted while I pushed it from my phone. Try it again.
SpiritBreak3r said:
But it sounds the same as the kitkat mod.
Click to expand...
Click to collapse
Its not.. The sound from the eat speaker is very muffled..
Changed back to original mixer
Sent from my D5503 using XDA Free mobile app
SpiritBreak3r said:
I re-uploaded the working mixer_path.xml. It seems to have been corrupted while I pushed it from my phone. Try it again.
Click to expand...
Click to collapse
Now the Mod works but the sound on the headspeaker is not good.
It´s a effekt like the speaker overmodulate but didn´t stop if you turn down the volume.
Thanks for the mod, it's working but the sound is very distorted and the headphone is extremely loud that despite it may damage your headset, it can seriously cause some problems to your ears.
anyway I edited the original file "mixer_paths.xml" from the official lollipop in my z1 compact and adjusted the values for a high volume with clear sound without distortion...
I changed the values under these tags:
<path name="speaker">
<path name="speaker-mic">
<path name="headphones">
<path name="headset-mic">
- and for more information here is what I've done in details:
-Original speaker values:
<path name="speaker">
<ctl name="SLIM RX1 MUX" value="AIF1_PB" />
<ctl name="SLIM RX2 MUX" value="AIF1_PB" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="RX7 MIX1 INP1" value="RX1" />
<ctl name="RX7 MIX1 INP2" value="RX2" />
<!-- 67 % of 124 (range 0 - 124) Register: 0x2E7-->
<ctl name="RX7 Digital Volume" value="83" />
<!-- 100 % of 8 (range 0-8) Register: 0x1E0-->
<ctl name="SPK DRV Volume" value="8" />
</path>
-Edited speaker values:
<path name="speaker">
<ctl name="SLIM RX1 MUX" value="AIF1_PB" />
<ctl name="SLIM RX2 MUX" value="AIF1_PB" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="RX7 MIX1 INP1" value="RX1" />
<ctl name="RX7 MIX1 INP2" value="RX2" />
<!-- 67 % of 124 (range 0 - 124) Register: 0x2E7-->
<ctl name="RX7 Digital Volume" value="91" />
<!-- 100 % of 8 (range 0-8) Register: 0x1E0-->
<ctl name="SPK DRV Volume" value="8" />
</path>
------------
-Original speaker-mic values:
<path name="speaker-mic">
<path name="adc4" />
<!-- 63 % of 19 (range 0 - 19) Register: 0x15F -->
<ctl name="ADC4 Volume" value="12" />
<!-- 66 % of 124 (range 0 - 124) Register: 0x231 -->
<ctl name="DEC3 Volume" value="82" />
</path>
-Edited speaker-mic values:
<path name="speaker-mic">
<path name="adc4" />
<!-- 63 % of 19 (range 0 - 19) Register: 0x15F -->
<ctl name="ADC4 Volume" value="14" />
<!-- 66 % of 124 (range 0 - 124) Register: 0x231 -->
<ctl name="DEC3 Volume" value="82" />
</path>
------------
-Original headphones values:
<path name="headphones">
<ctl name="SLIM RX1 MUX" value="AIF1_PB" />
<ctl name="SLIM RX2 MUX" value="AIF1_PB" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="RX1 MIX1 INP1" value="RX1" />
<ctl name="RX2 MIX1 INP1" value="RX2" />
<ctl name="CLASS_H_DSM MUX" value="DSM_HPHL_RX1" />
<ctl name="HPHL DAC Switch" value="1" />
<!--70 % of 20 register: 0x1AE-->
<ctl name="HPHL Volume" value="14" />
<!--70 % of 20 register: 0x1B4-->
<ctl name="HPHR Volume" value="14" />
<!--66 % of 124 (rounded) register: 0x2B7-->
<ctl name="RX1 Digital Volume" value="82" />
<!--66 % of 124 (rounded) register: 0x2BF-->
<ctl name="RX2 Digital Volume" value="82" />
</path>
-Edited headphones values:
<path name="headphones">
<ctl name="SLIM RX1 MUX" value="AIF1_PB" />
<ctl name="SLIM RX2 MUX" value="AIF1_PB" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="RX1 MIX1 INP1" value="RX1" />
<ctl name="RX2 MIX1 INP1" value="RX2" />
<ctl name="CLASS_H_DSM MUX" value="DSM_HPHL_RX1" />
<ctl name="HPHL DAC Switch" value="1" />
<!--70 % of 20 register: 0x1AE-->
<ctl name="HPHL Volume" value="16" />
<!--70 % of 20 register: 0x1B4-->
<ctl name="HPHR Volume" value="16" />
<!--66 % of 124 (rounded) register: 0x2B7-->
<ctl name="RX1 Digital Volume" value="84" />
<!--66 % of 124 (rounded) register: 0x2BF-->
<ctl name="RX2 Digital Volume" value="84" />
</path>
------------
-Original headset-mic values:
<path name="headset-mic">
<path name="adc2" />
<!--42 % of 19 (rounded) register: 0x155-->
<ctl name="ADC2 Volume" value="8" />
<!--80 % of 124 (rounded) register: 0x241-->
<ctl name="DEC5 Volume" value="99" />
</path>
-Edited headset-mic values:
<path name="headset-mic">
<path name="adc2" />
<!--42 % of 19 (rounded) register: 0x155-->
<ctl name="ADC2 Volume" value="10" />
<!--80 % of 124 (rounded) register: 0x241-->
<ctl name="DEC5 Volume" value="99" />
</path>
The adjusted file in the attachments.
Use the same instructions provided by SpiritBreak3r in the original post.
And enjoy your z1c with high clear sound :good:
Thanks &
Best Regards,
Lessismooore said:
The adjusted file in the attachments.
Use the same instructions provided by SpiritBreak3r in the original post.
And enjoy your z1c with high clear sound :good:
Thanks &
Best Regards,
Click to expand...
Click to collapse
Thanks for sharing,no cracking sound anymore. but speaker voice is still too low even turn on almost max volume.
nutdevza said:
Thanks for sharing,no cracking sound anymore. but speaker voice is still too low even turn on almost max volume.
Click to expand...
Click to collapse
I agree with you, comparing to the other devices still low volume even after boosting it..
but comparing to its original sound I found this more better than never, and I am not going to say I am very satisfied but at least satisfied right now comparing to its real low original sound.
by the way I tried different values and when I tried to go higher or trying the mod in the OP, regardless the distortion of the sound in both experiences, when I play a song with maximum volume and touching the screen I felt like the screen is gonna explode because of the impact of the extreme high sound is somehow going into the device more than coming out of it, I don't know but maybe it's because of the waterproof thing this is why we're not getting the most out of the speakers.
If someone has any modifications, adjustments, additions will be more than welcome...
Thanks for sharing your feedback,
Best Regards..
The adjusted file in the attachments.
Use the same instructions provided by [URL="http://forum.xda-developers.com/member.php?u=5891919" said:
SpiritBreak3r[/URL] in the original post.
And enjoy your z1c with high clear sound :good:
Thanks &
Best Regards,
Click to expand...
Click to collapse
Thx!
Tried only with earphones, sounds good..?
I'll check it later with speakers..
Update : I checked the speakers and it is louder .. Of course, the quality is pretty lame, but its only because we are taking our z1 compact to the limit .. Waterproof price..
Sent from my D5503 using XDA Free mobile app
Here is stock lollipop mixer_part.XML I think stock speaker volume is louder than your mod. Analyze it if there would be another better way for mod.
In a nutshell.
Stock = loud speaker, low headphones volume .
Mod files = low speaker volume but loud headphones.
nutdevza said:
Here is stock lollipop mixer_part.XML I think stock speaker volume is louder than your mod.
In a nutshell.
Stock = loud speaker, low headphones volume .
Mod files = low speaker volume but loud headphones.
Click to expand...
Click to collapse
I agree with you, but i'm happy with this mod. Because i only hear music with headphones.
Great mod!
after using the mod for a while, i appreciate the increase of quality in headphones, but the speaker volume "croaks" a little bit.
i noticed that with the clear audio+ enabled, the quality is little better
do you have tried other combinations of the equalizer? Opinions?
Hi,
got CM13 on my LG D802 and love it really. Its fast stable and got a good battery life but the volume is a bit low. Any Chance to increase it when i want to hear music?
Gesendet von meinem LG-D802 mit Tapatalk
Fairtex said:
Hi,
got CM13 on my LG D802 and love it really. Its fast stable and got a good battery life but the volume is a bit low. Any Chance to increase it when i want to hear music?
Gesendet von meinem LG-D802 mit Tapatalk
Click to expand...
Click to collapse
i think you can increase volume, if you edit the mixer paths file. on stock i change this value. in system/ect
- <path name="adc5">
<ctl name="AIF1_CAP Mixer SLIM TX7" value="1" />
<ctl name="SLIM_0_TX Channels" value="One" />
<ctl name="SLIM TX7 MUX" value="DEC2" />
<ctl name="DEC2 MUX" value="ADC5" />
<ctl name="IIR1 INP1 MUX" value="DEC2" />
</path>
- <path name="speaker">
<ctl name="SLIM RX1 MUX" value="AIF1_PB" />
<ctl name="SLIM_0_RX Channels" value="One" />
<ctl name="RX7 MIX1 INP1" value="RX1" />
<ctl name="RX7 Digital Volume" value="70" /> (this one here on stock is 60 i change it to 70 this is for the speaker.)
<ctl name="SPK DRV Volume" value="7" />
<ctl name="SPK DAC Switch" value="1" />
<ctl name="RX7 HPF cut off" value="MIN_3DB_150Hz" />
</path>
- <path name="speaker-mic">
<path name="adc5" />
<ctl name="ADC5 Volume" value="12" />
<ctl name="DEC2 Volume" value="65" />
</path>
I boosted sound on my other phone by changing "RX7 Digital Volume" value.
But it seems like "RX7 Digital Volume" is missing.
Anyone know why?
i also wanted to boost speaker of my moto x play ...
Please tell me too if you got solution
which area we need to edit in mixer_path to boost speaker volume only.
No solution yet :/
ctl name="IN1L Digital Volume" value="0" />
<ctl name="IN1R Digital Volume" value="142" />
<ctl name="IN2L Digital Volume" value="128" />
<ctl name="IN2R Digital Volume" value="128" />
<ctl name="IN3L Digital Volume" value="128" />
<ctl name="IN3R Digital Volume" value="128" />
do u think we need to change above 128 value ??
---------- Post added at 11:37 AM ---------- Previous post was at 11:36 AM ----------
Niether Mixer_path has speaker word nor have RX DIGITAL VOlume ?
where to go for edit
btw Viper4android is **** .. it just produce disturbing sound loudly
<path name="speaker-and-headphones">
<path name="speaker" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="HPOUT1L Input 1" value="SLIMRX1" />
<ctl name="HPOUT1R Input 1" value="SLIMRX2" />
<ctl name="HPOUT1 Digital Volume" id="0" value="138" />
<ctl name="HPOUT1 Digital Volume" id="1" value="138" />
<ctl name="HPOUT1 Digital Switch" id="0" value="1" />
<ctl name="HPOUT1 Digital Switch" id="1" value="1" />
</path>
Try changing value of digital volume.
PSxplay said:
<path name="speaker-and-headphones">
<path name="speaker" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="HPOUT1L Input 1" value="SLIMRX1" />
<ctl name="HPOUT1R Input 1" value="SLIMRX2" />
<ctl name="HPOUT1 Digital Volume" id="0" value="138" />
<ctl name="HPOUT1 Digital Volume" id="1" value="138" />
<ctl name="HPOUT1 Digital Switch" id="0" value="1" />
<ctl name="HPOUT1 Digital Switch" id="1" value="1" />
</path>
Try changing value of digital volume.
Click to expand...
Click to collapse
so did your speaker volume was boosted by changing above values ???
---------- Post added at 11:51 AM ---------- Previous post was at 11:49 AM ----------
i have following in mixer_path .. do i need to change 110 value to 138 ???
<path name="speaker-and-headphones">
<path name="speaker" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="HPOUT1L Input 1" value="SLIMRX1" />
<ctl name="HPOUT1R Input 1" value="SLIMRX2" />
<ctl name="HPOUT1 Digital Volume" id="0" value="110" />
<ctl name="HPOUT1 Digital Volume" id="1" value="110" />
<ctl name="HPOUT1 Digital Switch" id="0" value="1" />
<ctl name="HPOUT1 Digital Switch" id="1" value="1" />
Nope nothing happened :/
so what should we do now ?
should we try viper4android
no one is here to help us !!!!
Rx7 is speaker volume; I need to lower volume in speaker. I have distort in speaker, sounds too loud.
Sent from my Nexus 6P using XDA-Developers mobile app
info[]box1 said:
Rx7 is speaker volume; lower or bump up
Sent from my Nexus 6P using XDA-Developers mobile app
Click to expand...
Click to collapse
I would only increase the volume of the headphones. You know what line I should change?
lvints said:
i would only increase the volume of the headphones. You know what line i should change?
Click to expand...
Click to collapse
rx1 & rx2 are headphones
Xperi l mixer_path file
any one xperia l user can give me his mixer_paths.xml file please. I have delete it accidentally