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
Related
Hello I am trying to create and flashable .zip file that alters just the Audio file. Can I create a zip file that can be flashed on any rom? I want to replace the Audio file with my own in system/media/audio.
Here is my thread to help better explain:
http://forum.xda-developers.com/showthread.php?t=1992939
If I put the META-INF file into the zip Does that alter the rom META-INF when someone flashes it?
Any help would be great!!!
Thanks
There was a loudspeaker bug during an active call in the previous mod, I've corrected it and updated the mod.
Requirements:
1. Root
2. X-plore or any other file manager with root folder access
Procedure:
1. Extract and replace "mixer_paths.xml" in root/system/etc
2. Change the permissions to rw-r--r--
3. Restart your mobile
Note:
I won't be responsible if anything goes wrong.
I'm also providing the stock xml file if you want to revert back to the original settings.
If you experience any distortion please tinker around with xLoud & ClearAudio+ settings in the sound section.
arjun.arora said:
Requirements:
1. Root
2. X-plore or any other file manager with root folder access
Procedure:
1. Extract and replace "mixer_paths.xml" in root/system/etc
2. Change the permissions to rw-r--r--
3. Restart your mobile
Note:
I won't be responsible if anything goes wrong.
I'm also providing the stock xml file if you want to revert back to the original settings.
If you experience any distortion please tinker around with xLoud & ClearAudio+ settings in the sound section.
Click to expand...
Click to collapse
is that is for d2212
I've tested it on D2212 and its working fine, it should work on other single sim variants as well, just backup your stock mixer paths file before replacing..
arjun.arora said:
I've tested it on D2212 and its working fine, it should work on other single sim variants as well, just backup your stock mixer paths file before replacing..
Click to expand...
Click to collapse
can you tell me how to safely replace it.
android-vinay said:
can you tell me how to safely replace it.
Click to expand...
Click to collapse
Install x-plore, go to configuration, under root access select "superuser + mount writable" option, then replace the mixer_paths file, restart and enjoy!!
arjun.arora said:
Install x-plore, go to configuration, under root access select "superuser + mount writable" option, then replace the mixer_paths file, restart and enjoy!!
Click to expand...
Click to collapse
Thanks man
android-vinay said:
Thanks man
Click to expand...
Click to collapse
I've updated the previous mod. It had some bugs.
Works awesome on my E3........ but i had to play with the equalizer and Clear Phase to fix the distorsion
Can you try to make stereo sound using the earpiece as a front speaker? I've saw that some devices have this mod..... it would be cool to see it on E3
arjun.arora said:
There was a loudspeaker bug during an active call in the previous mod, I've corrected it and updated the mod.
Requirements:
1. Root
2. X-plore or any other file manager with root folder access
Procedure:
1. Extract and replace "mixer_paths.xml" in root/system/etc
2. Change the permissions to rw-r--r--
3. Restart your mobile
Note:
I won't be responsible if anything goes wrong.
I'm also providing the stock xml file if you want to revert back to the original settings.
If you experience any distortion please tinker around with xLoud & ClearAudio+ settings in the sound section.
Click to expand...
Click to collapse
can you increase the incall volume (volume of earpiece while making calls) or which part i have to edit for incall voume.
Work fine for D2202
Hi,
It will be work for my D2203 ?
Thank you.
No bug, no distorsion, just best
Such powerful soundmod :good:
Thanks bro working great in my D2212:thumbup:
Work on D2203 ?
I have a metropcs lg g stylo(lollipop5.0.2) and I did an android sound mod using es file explorer, but now I've no sound after changing the volume values. And my music won't play properly.. It fastforwards all the songs but with no sound. And so I tried to change the values back but now everytime I go into the mixerpath folder the first half of the file is missing... So yea I need help ASAP
download and extract the one i just uploaded and overwrite the one in your system/etc folder then set the right permissions and reboot and you will have sound and i personally have the boost variant
Haha thanks a lot bro, really appreciate it!
Hi
I have the excellent Cyanogenmod rom on my 6039Y.
I just would like to modify the sound of the camera.
When I had a 9505 galaxy S4, I was able to modify files in system/media/sound/ui and change the file "camera_click".
with root browser, if I wand to put another file "camera_click", it fails. Root is ok but can't modify or replace files.
Do you have any idea to help ?
Thanks a lot
I modified a few sounds using ES File explorer, might work with you too just be sure to check properties for them to work.
David C.
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.