hi,
This is a full guide on installing the best sound mods and get a flagship grade audio performance in android 10
I'm not a developer. all credits goes to the developers of ainur audio and viper4android.
please hit thanks if I helped.
1- Uninstall all of your existing audio mods
2- make sure that the kernel is permissive to avoid any issue, if not, make this step:
just put the following inside a file ( you can name it whatever, say "selinux", doesn't even need an extension), place it in /data/adb/service.d, give it execution permission and that's it:
#!/system/bin/sh
setenforce 0
That'll change to permissive at each boot.
3-Install audio mods from Magisk in this exact order:
a- Ainur Sauron Then reboot to TWRP recovery and mount all partitions
then go to /data/ADB/modules/ Ainur SAURON > delete services.sh to avoid boot loops then reboot to system,
b- install Viper4Android and don't open it then reboot the system and open Viper4android, install drivers then reboot to recovery,
mount everything and go to the file manager, copy the file post-fs-data.sh to /data/ADB/modules/viper4android then reboot system,
c- install Audio Mod Library (AML), reboot.
4- open viper4android and apply these settings to enjoy a great sound quality from my experience:
speaker > enable master limiter > enable playback gain control and modify the output threshold value to 0.
Headset > enable master limiter > enable playback gain control and modify the output threshold value to 0,
> enable FIR equalizer and use these values: 3.5 - 6.0 - 3.0 - 0.0 -0.0 - 0.0 - 0.0 - 0.0 - 0.0 - -0.5
> enable convolver and put the attached file Htc Beats Audio in the kernel folder inside viper4android folder > select impulse response and select HTC Beats Audio file in kernel folder > cross channel 25%.
> enable headphone surround+ level 2 > enable dynamic system only without modifications of the vlaues under it.
> enable viper bass, bass mod: natural bass - bass frequency: 80HZ - Bass gain: 10dB
> enable viper clarity , Clarity mode: natural - clarity gain 8dB.
For Bluetooth and USB, apply the same headset settings.
Enjoy the quality sound and hit thanks :laugh:
Not work but I found my ways
Using android Q
Series of the nightfall said:
Not work but I found my ways
Using android Q
Click to expand...
Click to collapse
May I ask, what are your ways?
It's not working for me.
I understand if it's complicated or tedious, but if it's a few simple steps I would be delighted to learn from you and try my luck a few more times...
Related
USE WITH CAUTION!
I not fully tested yet...so do a NANDROID Backup before modding anything!
1) GUIDE for Manual Installation
-Download Files Pack: HERE
-Extract files on phone and put they in the various directory like in the .rar:
Code:
[B]/system/...[/B]
-Open /system/build.prop with a text editor (like RootExplorer)
and add these lines at the end:
Code:
#Additional Tweaks by XxXPachaXxX
#Xloud Engine Service
nro.semc.sound_effects_enabled=true
nro.semc.xloud.supported=true
npersist.service.xloud.enable=1
-Then, Save the file and Exit
-Now, set the right permissions or open a terminal emulator and execute:
Code:
su
busybox chmod 0771 /system/framework/semc_audioeffectif.jar
busybox chown 1000.1000 /system/framework/semc_audioeffectif.jar
-Fully Reboot the device and enjoy
How To ROLLBACK to stock:
- DELETE ALL files, LISTED in FilePack.rar
- Erase lines for xLoud in Build.prop
- Put libaudioeffect_jni.so from your ROM to /system/lib/ (set permissions rw-r--r--)
- Full Reboot
DOWNLOADS:::INFO:::SUPPORT
Good work
great job thanks
nice. posted the hack at galaxy note forums, credits to you.
REPORT HERE TESTS and ISSUES
Youve missed the 1 at the end of enable= on the last line
I will have a try
thx
Does this work on AOSP ROMs?
giving it a try .. will give my verdict later
In build.prop i see required string, and sound seems much louder, but no quality...Any chance make Beats Profile for all sounds on device??
Apparently it screws your speakers....
http://forum.xda-developers.com/showpost.php?p=20067773&postcount=1
http://forum.xda-developers.com/showthread.php?t=1271446
Cheers for the warning...I was seconds away from installing it!!
Need rollback zip (back to stock).....ARHD 6.3.1
Or erasing lines in build.prop resolves problem>????
I have also lyapota audio runny on: can I flash this one also?
Thanks all for replies...
diegocapassi said:
I have also lyapota audio runny on: can I flash this one also?
Thanks all for replies...
Click to expand...
Click to collapse
Please read the thread!, IT DAMAGES YOUR SPEAKERS I think this should be closed, unless someone improves it and stops it from damaging the speakers
My volume with CM 7.1 is unbelievably low. I can't imagine this Audio Hack could damage my speakers even if it tripled the volume of the speakers (that would just probably take it back to the volume levels I had with Sense).
i installed it and it makes it a lot louder and i think it will kill the speakers
the only why to go back is Nandroid backup?
MaorHassan said:
i installed it and it makes it a lot louder and i think it will kill the speakers
the only why to go back is Nandroid backup?
Click to expand...
Click to collapse
unfortunately yes !
To get back:
- DELETE ALL files, LISTED in FilePack.rar
- Erase lines for xLoud in Build.prop
- Put libaudioeffect_jni.so from your ROM to /system/lib/ (set permissions rw-r--r--)
- Full Reboot
Already done on ARHD using Root Explorer. Stock sound returned
TAGTRAUM said:
To get back, DELETE ALL files, LISTED in FilePack.rar, and erase lines in Build.prop, already done on ARHD using Root Explorer. Stock sound returned...Don't forget reboot after deleting
Click to expand...
Click to collapse
Is impossible, the file libaudioeffect_jni.so is overwritten !!
The only way is to restore...
Guys, I wanted to use viper4android on the new Xiaomi Mi 4i running on lollipop 5.0.2 following the below procedure. But the catch is the selinux implementation from Jellybean. Everytime I am setting it to permissive it keeps resetting back to default since hard reboot resets the configuration. The process followed is below:::::
>= First of All, Download Viper4Android FX & SELINUX MODE CHANGER .
>= Then, Install Both The Apks onto Your Smartphone.
>= Open SELinux Mode Changer & Give It Root Permissions.
>= Now, Simply SELINUX Mode To Permissive & Reboot Your Device.
>= After Rebooting Your Device, Open Viper4Android > Install Drivers & Again Reboot Your Device.
>= Yeyy!! Now Enjoy The Best Audio Quality Alike KitKat or Other Android Versions.
Now, I found in another xda thread that there is a workaround to set seLinux mode to permissive at boot by using a custom script.
Need SUper SU .
############
su
mount -o remount,rw /system
mkdir /system/su.d
echo "#!/system/bin/sh" > /system/su.d/permissive.sh
echo "setenforce 0" > /system/su.d/permissive.sh
echo "0" > /sys/fs/selinux/enforce
chmod 755 /system/su.d/permissive.sh
############
ref: http://forum.xda-developers.com/xposed/how-to-set-selinux-to-permissive-boot-t3034245/page2
I wanted to ask the veteran devs here if the above method would work on Xiaomi Mi 4i . I am reluctant to dry run atm... but if the seniors could throw some light and confirm that the method wont harm in any way I would gladly go ahead and test! Need insights please..... Mi 4i earphone sound seems mushy and often grainy at louder volumes. v4a might bring better clarity and output to our device! . Thanks for your help..
For those who are wondering what Viper4android is and what it does visit : http://forum.xda-developers.com/showthread.php?t=2191223
About Selinuxmode changer app: http://forum.xda-developers.com/showthread.php?t=2524485
Why do you even need viper audio? DIRAC works pretty well and it probably would interfere with Viper.
by DIRAC are you referring to the preset modes based on different earpieces ?
I tried all of them and tried tweaking the equalizer to balance out... sadly the sound is not at par with other devices .Not even close to my last device running Jellybean and v4a 2.1.1
I am using Soundmagic ES20 and it gives pretty decent output and paired with v4a its truly amazing experience Believe me!
Valkyrx can u help me on this??any help would b Much appreciated buddy!
111kaustav111 said:
by DIRAC are you referring to the preset modes based on different earpieces ?
I tried all of them and tried tweaking the equalizer to balance out... sadly the sound is not at par with other devices .Not even close to my last device running Jellybean and v4a 2.1.1
I am using Soundmagic ES20 and it gives pretty decent output and paired with v4a its truly amazing experience Believe me!
Valkyrx can u help me on this??any help would b Much appreciated buddy!
Click to expand...
Click to collapse
I had a Sound Magic as well, great earphones.
First of all have you tried changing the SELinux mode to permissive using Terminal emulator by entering
Code:
su
setenforce 0
and soft rebooted? The only problem I can see is that the permissive is getting reset on boot.
Edit: I didn't read the post carefully (My Bad)
Yes, with confidence i can say that you can dry run the script, but just in case something goes wrong, make a nandroid backup before hand. Hope it works for you, good luck!
Can you have a look at the script snippet posted on the original section if its safe ? the custom /system/su.d/permissive.sh script at boot? or is there a chance that the device may go for a bootloop? I have stock recovery. does it support nand backup? I gotta check bro.... thanks btw
111kaustav111 said:
Can you have a look at the script snippet posted on the original section if its safe ? the custom /system/su.d/permissive.sh script at boot? or is there a chance that the device may go for a bootloop? I have stock recovery. does it support nand backup? I gotta check bro.... thanks btw
Click to expand...
Click to collapse
Yeah i edited my previous post after looking at the code. It wont give a bootloop, because it will be executed after a successful boot. You will need TWRP to do a nand backup.
I take no credit for this amazing equalizer. All credits go to @zhuhang and the people from his thread for the convolvers.
If you don't know what V4A is check here for more details.
But basically it's an audiophiles dream that can cause serious hearing loss and such audio enjoyment at the same time!
The Zip has all the files included to enable "neon" support for convolvers, which are also included.
The feedback I've received so far is 100% success.
INSTRUCTIONS:
1) DOWNLOAD THE ZIP
2) FLASH IN RECOVERY (no need to uninstall if you already have viper installed)
3) open the app and you will be prompted to install the drivers. (I always choose the top one, although it does consume more batter, we'll worth it)
The EQ can be either super simple with just the basic adjustments or can get really technical in "expert" mode.
To activate the convolvers hit the 3 dots in the top right and click click the "ui settings" and change it to expert
Current version Download and discussion starts here
UPDATE VERSION 2.4.0.1 Neon Enabled + Convolvers
If using my previous zip version a simple flash of the new zip will update your V4A.
If you are running any version other than the one in my previous zip you will need to follow the steps below to ensure a smooth update to 2.4.0.1.
1) uninstall current driver from Viper by selecting the option is the app or use file manager and delete "libv4a_fx_ics.so" from system/lib/soundfx.
2) wipe data app with application manager or TiBackup
3) uninstall your current V4A
4) Flash to new zip
5) boot up and enjoy
6) hit the thanks button.
old version
Viper4Android neon enabled including convolvers
Thanks to @SammyTRK for confirming it works for this device!
Enjoy!
With permissive enabled kernel, just install v4a as normal app, neon also enable.
Sent from my SM-N920P using XDA-Developers mobile app
I would like to share to you a sound setup that would improve the sound quality of your device to your preferences. This is a bunch of guides I searched in XDA forums and tested them with my PAC-ROM KK RC-3 setup. Though it is a software-level modification, I found the end result quite pleasing.
Disclaimer:
I am not responsible for any damage that this may cause you. As a golden rule, make sure you to run a full backup of your current setup in case something goes wrong with the process. I have only tested this in my device (model: S7562). Do follow the instructions extensively.
Pre-requisite:
~An android 4.4.4 Custom ROM
~Latest TWRP custom recovery built
~With root and Busybox installed
Instructions:
1.) Download and flash the 4.4.x Viper4android driver found here.
2.) Run this current Viper4android app. That should prompt a driver installation dialog box. Proceed installing it and choose what ever mode.
3.) Download and install the latest Viper4android apk. (currently using 2.5.0.5).
4.) Run this latest Viper4android app in order to update the driver to the latest.
5.) You can now disable the old Viper4android app (the one with the violet icon).
6.) Setup the Viper4android the way you like it, and also use a music player that integrates an equalizer (like Phonography or Spotify) and your good to go.
Current headset profile (got it from this):
Master power - on
Playback gain control - off
FET compressor - off
Viper DDC - on, set to sennheiser hd558
Spectrum extension - on, set to 1.0
Firequalizer - off
Convolver - on, set to Samsung soundalive tubeamp(included in the IRS samples)
Differential surround, field surround, headphone surround+, reverberation - all set to off
Dynamic system - off
Viper bass - off
Viper clarity - off
Tube sound simulator - off
AnalogX - on, set to extreme
Rest all are turned off or kept the default.
Links:
Viper4android driver: https://forum.xda-developers.com/oneplus-one/themes-apps/app-viper4android-v2-3-4-0-t3040014
Latest Viper4android apk: https://forum.xda-developers.com/showthread.php?t=2191223
IRS Samples: https://forum.xda-developers.com/attachment.php?attachmentid=4133893&d=1493617480
Thanks to @ScreaMySkrillEX , @gianton , @pavlepiramida, @zhuhang
RRR
Really appreciate the credits!
Thanks.....
ScreaMySkrillEX
Hello clashers,today i am sharing the ultimate all-in-one sound mode for any android and that is A.R.I.S.E Sound system . . k let me show hw to install this . . dwnld the latest version Magnum Opus from below link then extract the arise_customize.prop from the zip(its placed on getting started->your system folder on the zip) then move it to root of internel storage then edit the arise_customize.prop to install the mods u want
# The ARISE™ modular installation zip works by using this file (when present in /sdcard as /sdcard/arise_customize.prop) to determine if any modules are to be installed by a value of "true" for each line below.
# Any value other than "true" is the same as a value of "false".
# Add a value of "true" to desired add-on(s). Example:
install.xxxx=true
# The Core System module must be installed at least once and only once. Once the core module is installed, the value of "true" should be removed for future customization installing, uninstalling, or executing scripts and modules.
# If a rom update or system wipe is performed resulting in the need to reinstall the sound system, edit /sdcard/arise_customize.prop to include a value of "true" for the core module to complete your sound system installation, followed by removing the value of "true" from the core module once booted.
Magnum Opus™
Magnum Opus ™ Features :-
- The most advanced and comprehensive sound system ever made available.
- Jellybean through Android O developer preview support.
- ARM, Mediatek™, Qualcomm™, 32bit, 64bit, and x86 support.
- Full SELinux Enforcing support
- Magisk™ support available using this module .
- 300MB of fully customizable sonic bliss.
- A massive assortment of unique and exciting modules that can be installed/uninstalled multiple times, eliminating the need to wipe /system or dirty-flash the device ROM zip in order to try a different sound system combination.
- Modular installation method using a user-prepared instruction set (/sdcard/arise_customize.prop) of the desired installation/uninstallation of available modules along with module components like configurations, presets, scripts, and audio_policy manipulation. This file can be extracted from the zip, placed in /sdcard, and prepared before initial installation. If not found, the installation will abort with Error 1 along with the necessary information on what to do next as well as automatically place this file in /sdcard for user preparation.
Both modular installers are identical in content. Not all users enjoy AROMA compatibility with their custom recovery or may simply prefer the method of using /sdcard/arise_customize.prop to determine the sound system installation result.
Modules:
- Core System module (required once during initial installation)
- ViPER4Arise™ 2.5.0.5 module (optional)
- ViPER4Arise™ 2.3.4.0 module (optional)
- ViPER4Arise™ Profiles module (optional)
- Dolby Digital Plus™ module (optional)
- Dolby Atmos™ module (optional)
- AM3D ZIRENE® module (optional)
- Sony™ Xperia XZ Music Suite module (optional)
- Arkamys™ Audio module (optional)
- ICEsound™, presets, and configuration modules (optional)
- Esira™ Media Player module (optional)
- ViPER4Android XHiFi module (optional, not recommended)
- AOSP MusicFX module (optional)
- Dirac™ Power Sound module (optional)
- DTS™ Service module (optional)
- deep_buffer removal module (optional)
- SD Card permissions repair module (optional, can add 3 - 5 minutes to the recovery session)
Enjoy the Ultimate Sound !!!
Credits:-
All Credits goes to ARISE TEAM AND ITS DEVS ..m just sharing their works making it easier to install
The original thread link :- here
AFH LINK :- Magnup Opus™
Put Ur buds in and enjoy The Magic of Sound
Kk
Can it will be able to be installed using magisk?
sauvik kumar said:
Can it will be able to be installed using magisk?
Click to expand...
Click to collapse
Yup bro ...u can use its magisk module ...