Mixer Paths Magisk - Google Pixel 3 Questions & Answers

Hey guys! I have a pixel 3 regular, and I'm trying to raise the default headphone volume. When I make a magisk module with module prop and the folders it doesn't apply correctly, or, I'm modding the wrong string in the mixer paths file.
Can you guys help me to figure out which string and or strings to modify even, please?
Intermediate Android modder here
Thanks in advance

Related

[q] help with framework mod

Hi. I'm making an ics mod to my phone. I've tried to change the progress bar like ics. I know that the files that i have to change are progress horizontal (drawable folder) to make it square changing to 0.0 dip and change the color, and the other file is styles.xml (values folder) to change the width of the bar changing the values of widget progress bar and seekbar to 5.0dip. When i change everything and recompile using apk multi tool i followed the steps, and when i get the recompiled apk I read in other post that i had to move the meta-inf folder, the manifest file, to the original framework and when i put it back to my phone nothing changes. So i moved the resources.asrc file too but i get a bootloop. Can anyone tell me what i'm doing wrong? Maybe is because i don't sign the framework? thanks in advance.
PD: I'm using Froyo
mschief148 said:
Hi. I'm making an ics mod to my phone. I've tried to change the progress bar like ics. I know that the files that i have to change are progress horizontal (drawable folder) to make it square changing to 0.0 dip and change the color, and the other file is styles.xml (values folder) to change the width of the bar changing the values of widget progress bar and seekbar to 5.0dip. When i change everything and recompile using apk multi tool i followed the steps, and when i get the recompiled apk I read in other post that i had to move the meta-inf folder, the manifest file, to the original framework and when i put it back to my phone nothing changes. So i moved the resources.asrc file too but i get a bootloop. Can anyone tell me what i'm doing wrong? Maybe is because i don't sign the framework? thanks in advance.
PD: I'm using Froyo
Click to expand...
Click to collapse
Did you resign the new apk?
Victorian09 said:
Did you resign the new apk?
Click to expand...
Click to collapse
At the first time no. But I tried resingning the new framework but it's the same result (bootloop)

Need mixer_paths.xml for Alcatel One Touch Fierce XL 5054n

I accidentally deleted the file resulting in a phone with no audio. Could someone please upload the mixer paths xml from /system/etc/? Much appreciated!
Mixer paths
i don't know if you still need it or not but here it is https://drive.google.com/file/d/0B-2kcqD-L6shaFB2d2VBLTRoeTg/view?usp=docslist_api

How to increase-boost volume with mod zip file - editing mixer paths ?

Hello
Is there exists some flashable mod zip file for increase-boost sound for galaxy S8+ ?
I dont need viper4android , need only editing system files / change mixer paths.
Thanks
jkmaxfli said:
Hello
Is there exists some flashable mod zip file for increase-boost sound for galaxy S8+ ?
I dont need viper4android , need only editing system files / change mixer paths.
Thanks
Click to expand...
Click to collapse
I'm not sure what you are thinking of is possible. I dont think the stock volume system has a ton of headroom that only a config file keeps you from.
I would check out sauron (https://forum.xda-developers.com/android/software/soundmod-ainur-audio-t3450516) it's a rebuild of the stock system and it has a cult following

Can't edit mixer_paths_tavil.xml

Hi there,
I just rooted my onpeplus 6. now i'm trying to edit the file mixer_paths_tavil.xml to increase the volume of the headphones. i can change and save the edited value, but as soon as i restart the phone to fix tha changes, the values come back to the previous setting. How can i fix this problem? How can i fix the new edited values? thanks
I have the same issue, it seems that pie patches the file on restart

[Android 12] [SOLVED] [MODULE RELEASE] Anyone else having difficulty replacing the stock ui sounds in system/product/media/audio/ui?

The files seem to be locked down tighter within Android 12 and I can not figure out any method of replacing them with my desired files. I have tried changing permissions, using alternate apps, Even chmod 775 in TWRP. Nothing seems to work in giving access to modify or delete the files like Effect_Tick.ogg or the suite of keypress sounds.
create magisk module
https://topjohnwu.github.io/Magisk/guides.html#the-system-folder
aIecxs said:
create magisk module
https://topjohnwu.github.io/Magisk/guides.html#the-system-folder
Click to expand...
Click to collapse
Thats outside my knowledge sadly. I'm very green to rooting still.
What rooting method used?
aIecxs said:
What rooting method used?
Click to expand...
Click to collapse
I used Magisk through TWRP, making sure to grab the right image for a 2022 Moto G Stylus (XT2215-4) running the factory android 12 rom.
You're on Magisk, so you can
- create new directory /data/adb/modules/RYaudiomod/system/product/media/audio/ui
- place your custom Effect_Tick.ogg file inside
- create text file in /data/adb/modules/RYaudiomod
module.prop
Code:
id=RYaudiomod
name=RY's custom ui audio sounds
version=0.0.0
versionCode=000
author=RobinYiff @ XDA
description=custom theme user interface sound effects
- reboot phone
aIecxs said:
You're on Magisk, so you can
- create new directory /data/adb/modules/RYaudiomod/system/product/media/audio/ui
- place your custom Effect_Tick.ogg file inside
- create text file in /data/adb/modules/RYaudiomod
module.prop
Code:
id=RYaudiomod
name=RY's custom ui audio sounds
version=0.0.0
versionCode=000
author=RobinYiff @ XDA
description=custom theme user interface sound effects
- reboot phone
Click to expand...
Click to collapse
It's really that easy as creating a folder in the data/adb directory? Okay.
Can I pack the rest of my intended sounds in there? I already got everything named to match so I believe it should be a drop in replacement.
you can place all files there. maybe chmod + chown + chcon according to its targets (not sure magisk cares about)
aIecxs said:
you can place all files there. maybe chmod + chown + chcon according to its targets (not sure magisk cares about)
Click to expand...
Click to collapse
I'll give it a try. If it works, I'll mark this as solved. Thank you!
alecxs said:
You're on Magisk, so you can
- create new directory /data/adb/modules/RYaudiomod/system/product/media/audio/ui
- place your custom Effect_Tick.ogg file inside
- create text file in /data/adb/modules/RYaudiomod
module.prop
Code:
id=RYaudiomod
name=RY's custom ui audio sounds
version=0.0.0
versionCode=000
author=RobinYiff @ XDA
description=custom theme user interface sound effects
- reboot phone
Click to expand...
Click to collapse
I can get this to work by adding everything manually in mixplorer, but i'm not understanding how to make a module out of this. It seems to install my module but always stops at the system folder and wont create the folders after that.
you mean flashable zip? I believe all you need is the module_installer.sh script and rename it update-binary then you can zip all together and install from Magisk.
If anyone still cares to have this, here it is. I recommend using some form of root browser to manually extract the module folder into it as magisk seems to not like my zip. You can replace the sounds included (Freelancer SFX) with your own so long as they remain relatively low in size, match the format, sample rate, and bit depth, and have the same exact name as the sounds in the directory named in the thread.

Categories

Resources