Related
This will remove the Raise volume above safe level? warning.
Thanks to elesbb for the smali tutorial located here http://forum.xda-developers.com/showthread.php?t=2226069
DO NOT USE THIS IF YOU ARE USING A ROM, MOD OR WHATEVER THAT MODIFIES FRAMEWORK.JAR
YOU WILL EITHER SOFT BRICK THE PHONE OR REMOVE THE OTHER MODS/THEMES INCLUDED IN THOSE FILES
THIS CAN BE USED IN CONJUNCTION WITH ANY OF MY OTHER MODS
I am not responsible for anything that happens to your phone. You do this at your own risk.
Downloads:
Download MF9 Deodexed No Volume Warning: http://www.androidfilehost.com/?fid=23060877489998462
MD5: bd99d8b98c7e725485d033dba3fdf666
Download MF9 Odexed No Volume Warning: http://www.androidfilehost.com/?fid=23060877489998461
MD5: 9d582285b11e2c4606c7d671912a4708
Download MDL Deodexed No Volume Warning: http://www.androidfilehost.com/?fid=23060877489998464
MD5: 8d5f6d1641c2aa7dfb7fc9ecbe82ea18
Download MDL Odexed No Volume Warning: http://www.androidfilehost.com/?fid=23060877489998463
MD5: 531a092043dd0ff2eaafb230c900b089
Mirrors:
Skydrive
Copy
Installation Instructions:
Make sure you install the right version for your phone. Go to settings| More| About device. Look at build number. Match that with the zip. If you are odexed flash odex and vice versa. If you aren't sure use a root file explorer and check in system/app. If you see .odex files you are odexed. If not you are deodexed.
Installing Custom Recovery
How To Use Odin
How To Use ADB To Install A Custom Recovery
Custom Recovery Method
How To Install A Zip With CWM
How To Install A Zip With TWRP
File Manager Method
How To Use A Root File Manager To Install A Mod
ADB Method
How To Use ADB To Install A Mod
Here is the modification to framework.jar. This is for people to use to build upon.
Code:
Change From
2123 :goto_3a5
2124 #calls: Landroid/media/AudioService;->onConfigureSafeVolume(Z)V
2125 invoke-static {v2, v1}, Landroid/media/AudioService;->access$8100(Landroid/media/AudioService;Z)V
Code:
Change To
2123 :goto_3a5
2124 #calls: Landroid/media/AudioService;->onConfigureSafeVolume(Z)V
2125 #invoke-static {v2, v1}, Landroid/media/AudioService;->access$8100(Landroid/media/AudioService;Z)V
If you decompile my attached framework.jar you will find several more changes. That is just a result of the recompile. Ignore the other changes.
Roy, mind if I include this in my next update? This is the #1 thing that annoys me the most about this phone. I listen to my podcasts all day at work, and during breaks, meetings and such, I unplug my headphones and each time I plug em back n, i get that stupid popup. So for me, this is awesome thanks alot man
Sent from my SPH-L720 using Tapatalk 2
reverepats said:
Roy, mind if I include this in my next update? This is the #1 thing that annoys me the most about this phone. I listen to my podcasts all day at work, and during breaks, meetings and such, I unplug my headphones and each time I plug em back n, i get that stupid popup. So for me, this is awesome thanks alot man
Sent from my SPH-L720 using Tapatalk 2
Click to expand...
Click to collapse
No problem at all. Yeah it bugs the heck out of me too.
Sent from my SPH-L720 using Tapatalk 4 Beta
Will this work on MDL?
Sent from my SPH-L720 using Tapatalk 4
irock1985 said:
Will this work on MDL?
Sent from my SPH-L720 using Tapatalk 4
Click to expand...
Click to collapse
Deodexed might work but I wouldn't advise it. Odexed definitely won't work.
Sent from my SPH-L720 using Tapatalk 4
I flashed the odex version on odexed mf9 and it worked but it broke some vibration features. The vibration still worked for incoming calls when on silent. The problem occurs or rather didn't when you turn vibration on. Normally the phone would vibrate when selecting vibrate mode from quick settings or when turning the ringer volume all the way down to let you know it's in vibrate mode. Flashing this mod broke that feature. I ended up reflashing the Rom to remove the mod. Is there anyway to fix this so it only disables the volume warning and has no effect on the vibration notification when setting that mode? Thanks!
Sent from my SPH-L720 using Tapatalk 4
pdoroba said:
I flashed the odex version on odexed mf9 and it worked but it broke some vibration features. The vibration still worked for incoming calls when on silent. The problem occurs or rather didn't when you turn vibration on. Normally the phone would vibrate when selecting vibrate mode from quick settings or when turning the ringer volume all the way down to let you know it's in vibrate mode. Flashing this mod broke that feature. I ended up reflashing the Rom to remove the mod. Is there anyway to fix this so it only disables the volume warning and has no effect on the vibration notification when setting that mode? Thanks!
Sent from my SPH-L720 using Tapatalk 4
Click to expand...
Click to collapse
OK this has been fixed. New versions are up.
irock1985 said:
Will this work on MDL?
Sent from my SPH-L720 using Tapatalk 4
Click to expand...
Click to collapse
OK I now have a version for MDL also.
crawrj said:
OK I now have a version for MDL also.
Click to expand...
Click to collapse
Thanks!
Sent from my SPH-L720 using Tapatalk 4
crawrj said:
OK this has been fixed. New versions are up.
Click to expand...
Click to collapse
Awesome! Thanks!
Sent from my SPH-L720 using Tapatalk 4
is there a mod that prevents the volume level from
resetting back to 75% every single time i plug in the headphones! I want the volume level to stay static because i use headphones a lot and it would be nice if i didn't have to keep raising the volume every time i plug in. thanks.
ericc2728 said:
resetting back to 75% every single time i plug in the headphones! I want the volume level to stay static because i use headphones a lot and it would be nice if i didn't have to keep raising the volume every time i plug in. thanks.
Click to expand...
Click to collapse
Good idea. I knew it was doing it but it never really registered. I just turned it up and went on. I'll look into this when I get some time.
Sent from my SPH-L720 using Tapatalk 4
crawrj said:
Good idea. I knew it was doing it but it never really registered. I just turned it up and went on. I'll look into this when I get some time.
Sent from my SPH-L720 using Tapatalk 4
Click to expand...
Click to collapse
it's a safe headset thing so you don't blast your ears. i know cyanogen and a couple other roms give you the option to disable this feature and have the volume stay where it you last set it, but those roms cause other problems so i haven't installed. I just found a couple apps that "lock the volume" but this means that even though it doesn't reset, it also locks in so you can't change the levels.
crawrj said:
This will remove the Raise volume above safe level? warning.
Thanks to elesbb for the smali tutorial located here http://forum.xda-developers.com/showthread.php?t=2226069
DO NOT USE THIS IF YOU ARE USING A ROM, MOD OR WHATEVER THAT MODIFIES FRAMEWORK.JAR
YOU WILL EITHER SOFT BRICK THE PHONE OR REMOVE THE OTHER MODS/THEMES INCLUDED IN THOSE FILES
THIS CAN BE USED IN CONJUNCTION WITH ANY OF MY OTHER MODS
I am not responsible for anything that happens to your phone. You do this at your own risk.
Downloads:
Download MF9 Deodexed No Volume Warning: http://www.androidfilehost.com/?fid=23060877489998462
MD5: bd99d8b98c7e725485d033dba3fdf666
Download MF9 Odexed No Volume Warning: http://www.androidfilehost.com/?fid=23060877489998461
MD5: 9d582285b11e2c4606c7d671912a4708
Download MDL Deodexed No Volume Warning: http://www.androidfilehost.com/?fid=23060877489998464
MD5: 8d5f6d1641c2aa7dfb7fc9ecbe82ea18
Download MDL Odexed No Volume Warning: http://www.androidfilehost.com/?fid=23060877489998463
MD5: 531a092043dd0ff2eaafb230c900b089
Mirrors:
Skydrive
Copy
Click to expand...
Click to collapse
I'm running MF9 stock rom odexed, will be ok?
eyecon82 said:
I'm running MF9 stock rom odexed, will be ok?
Click to expand...
Click to collapse
Yeah that is what I am running.
Sent from my Galaxy S4
eyecon82 said:
I'm running MF9 stock rom odexed, will be ok?
Click to expand...
Click to collapse
I should also mention I have the hotspot mod on top of it and have edited some CSC files
eyecon82 said:
I should also mention I have the hotspot mod on top of it and have edited some CSC files
Click to expand...
Click to collapse
Same here As well as my other mods.
Sent from my Galaxy S4
crawrj said:
Same here As well as my other mods.
Sent from my Galaxy S4
Click to expand...
Click to collapse
i forgot to mention I also have the hotspot mod...will I be ok?
Hi everybodey,
I just flashed Paranoid Android on my GT I9070. It works fine after a whole lot of trouble.
But when i am calling the volume is very low.. even when i put it on max volume i cant clearly hear what the caller says.
Is this an know bug? or anybodey know how to fix this ?
Thanks in advance
roboneter said:
Hi everybodey,
I just flashed Paranoid Android on my GT I9070. It works fine after a whole lot of trouble.
But when i am calling the volume is very low.. even when i put it on max volume i cant clearly hear what the caller says.
Is this an know bug? or anybodey know how to fix this ?
Thanks in advance
Click to expand...
Click to collapse
New PA is in alpha stage, it is not for daily usage. Devs will try to fix bugs.
Sent from my GT-I9070 using Tapatalk now Free
shut_down said:
New PA is in alpha stage, it is not for daily usage. Devs will try to fix bugs.
Sent from my GT-I9070 using Tapatalk now Free
Click to expand...
Click to collapse
Calling seems like an MUST for any rom..
Another Question.. where is my MP3 PLayer.. can i get it back..? an mp3 app doesn't work that smooth.
thanks
roboneter said:
Calling seems like an MUST for any rom..
Another Question.. where is my MP3 PLayer.. can i get it back..? an mp3 app doesn't work that smooth.
thanks
Click to expand...
Click to collapse
Do not use PA for everyday use. It is posted to help developers to find bugs. When you get some problem, take a logcat and post to them. It is in ALPHA stage, so it is not for use.
Read first post of PA, or any ROM befor you use it.
Sent from my GT-I9070 using Tapatalk now Free
who in a course when they will continue Paranoid?
Hello, I would like to know which is the best rom or mod for the best audio quality and max volume possible.
Thanks.
i would say that many ROMS based on the same libraries, so i don`t if there is any difference in audio-quality ...
chemamontevideo said:
Hello, I would like to know which is the best rom or mod for the best audio quality and max volume possible.
Thanks.
Click to expand...
Click to collapse
freakymod2120 said:
i would say that many ROMS based on the same libraries, so i don`t if there is any difference in audio-quality ...
Click to expand...
Click to collapse
freakymod is probably correct - many roms are likely built using the same source of audio libs etc etc, though there are mods for this somewhere such as Voodoo sound (it comes with some Gingerbread kernels)
Sent from my GT-P7510 using Tapatalk HD
Question for understanding:
And the mods like Voodoo sound bring new Libs into the device???
Soryuu said:
freakymod is probably correct - many roms are likely built using the same source of audio libs etc etc, though there are mods for this somewhere such as Voodoo sound (it comes with some Gingerbread kernels)
Sent from my GT-P7510 using Tapatalk HD
Click to expand...
Click to collapse
freakymod2120 said:
Question for understanding:
And the mods like Voodoo sound bring new Libs into the device???
Click to expand...
Click to collapse
I never used Voodoo sound but yeah, I believe they do
Sent from my GT-P7510 using Tapatalk HD
chemamontevideo said:
Hello, I would like to know which is the best rom or mod for the best audio quality and max volume possible.
Thanks.
Click to expand...
Click to collapse
Try semaphore kernel
Semaphore 2.7.4 (CF-Root + Voodoo Sound v10 + OC/UV + BLN)
Features
- Voodoo Sound v10
- Voodoo Color
Click to expand...
Click to collapse
Check this out! Links to useful Guides and " Banned " Documentaries
chemamontevideo said:
Hello, I would like to know which is the best rom or mod for the best audio quality and max volume possible.
Thanks.
Click to expand...
Click to collapse
Download Viper and install it and see the change in Sound .
Sent from my iPhone using Tapatalk
What does "viper" exactly do...somthing like a sound-processor or changing system-libs ???
Jeetu said:
Download Viper and install it and see the change in Sound .
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
All credits go to @stalli0nUK
Works great on the ATT S5
All you have to do is download the file you want extract the mixer_paths.xml from zip replace it in system/ect set permission to rw-r--r-- and reboot
stalli0nUK said:
S5 Volume Boost ¸¸♬·¯·♩¸¸♪·¯·♫
Click to expand...
Click to collapse
.v1 Lite
All sounds boosted by 4, I choose to increase by only 4 as I felt this gave a great boost to the stock level without sound distortion.
from feedback this is the best/perfect level of sound
.v2 Medium
All sounds boosted by 5, Medium Level sound increase. personally untested due lite is best for me.
.v3 Extra Loud
All sounds boosted by 6, Extra Loud Level sound increase. personally untested, could cause a crackle sound when music, ringtone etc is
played.
.v4 Lite + Headphone Increase
Same as Lite, apart the headphone volume is increased slightly more, tested and is ok for a boost to your tunes
It would be a good idea to do a nandroid backup before hand.
Any problems please reply, and flash the restore to get back to stock level
Easy flash guide:
Drop .zip onto internal or ext storage
and flash with recovery.
Hope you like, and any questions please ask
ORIGINAL THREAD
http://forum.xda-developers.com/showthread.php?t=2729652
Sent from my SAMSUNG-SM-G900A using Tapatalk
As I understand it, we don't have a recovery for our device yet. I like this idea (lord knows Samsung will always leave their system levels too low), but I have no idea how we'd flash it until we have a recovery.
Colerunn said:
As I understand it, we don't have a recovery for our device yet. I like this idea (lord knows Samsung will always leave their system levels too low), but I have no idea how we'd flash it until we have a recovery.
Click to expand...
Click to collapse
have you tried using stock recovery to flash this zip file?
androidofduty said:
have you tried using stock recovery to flash this zip file?
Click to expand...
Click to collapse
I have seen in the stock recovery where it will flash an 'update.zip' but have always assumed that was for full system ROM updates from Samsung/AT&T. I've never seen a way to flash mods or ROMs without a custom recovery.
Colerunn said:
As I understand it, we don't have a recovery for our device yet. I like this idea (lord knows Samsung will always leave their system levels too low), but I have no idea how we'd flash it until we have a recovery.
Click to expand...
Click to collapse
androidofduty said:
have you tried using stock recovery to flash this zip file?
Click to expand...
Click to collapse
do not try anything stupid that can miss your phone with recovery
i posted on how to make this work please read
download the vol mod you like
extract the mixer_path.xml
copy paste it over system/ect with root explorer
set permission to rw-r--r--
and reboot
Sent from my SAMSUNG-SM-G900A using Tapatalk
To save anybody any time that makes the same mistake I did, set permissions to rw r r after you copy and paste the file you extract, I did it before and nit after and my s5 wouldn't play any music or open the music app...once I got it though it works flawlessly thnx, for posting this...
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
jondoe585 said:
To save anybody any time that makes the same mistake I did, set permissions to rw r r after you copy and paste the file you extract, I did it before and nit after and my s5 wouldn't play any music or open the music app...once I got it though it works flawlessly thnx, for posting this...
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
happy to read that it worked for you
thanks
Sent from my SAMSUNG-SM-G900A using Tapatalk
Worked great on my phone. Now I can actually hear it again through this Lifeproof case.
Sent from my Rooted AT&T Galaxy S5 using Tapatalk Pro.
or use viper mod?
Sent from my SAMSUNG-SM-G900A using Tapatalk
Thanks for sharing... Not sure if I can tell much of a difference with the ".4 Lite + Headfone" increase... Could be just me though...
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
works good
Easy enough. .. works good but even .v1 gives me distortion. . Any way I can only increase max by 3 instead of four?
nygrik said:
Easy enough. .. works good but even .v1 gives me distortion. . Any way I can only increase max by 3 instead of four?
Click to expand...
Click to collapse
go into the thread read a little and it shows how to mod your path_mixer.xml
Work in active 5?
Enviado desde mi SAMSUNG-SM-G870A mediante Tapatalk
hdelvalle009 said:
Work in active 5?
Enviado desde mi SAMSUNG-SM-G870A mediante Tapatalk
Click to expand...
Click to collapse
It should work just fine on the active
fsupartyboy850 said:
Worked great on my phone. Now I can actually hear it again through this Lifeproof case.
Sent from my Rooted AT&T Galaxy S5 using Tapatalk Pro.
Click to expand...
Click to collapse
Same here I used .v4 loud with volume at 100%
SAMSUNG-SM-G900A, with 128gb SD & Rooted.
carlospr21 said:
All credits go to @stalli0nUK
Works great on the ATT S5
All you have to do is download the file you want extract the mixer.xml from zip replace it in system/ect set permission to rw-r--r-- and reboot
Sent from my SAMSUNG-SM-G900A using Tapatalk
Click to expand...
Click to collapse
The file had mixer_paths.xml (rather than mixer.xml), so I assumed that was what needed extracting (/system/etc also had mixer_paths.xml rather than mixer.xml). Thanks for posting, I'll assume it worked, but will check in my car later.
weathertom said:
The file had mixer_paths.xml (rather than mixer.xml), so I assumed that was what needed extracting (/system/etc also had mixer_paths.xml rather than mixer.xml). Thanks for posting, I'll assume it worked, but will check in my car later.
Click to expand...
Click to collapse
Its the mixer_path.xml file ill fix op thanks
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
carlospr21 said:
Its the mixer_path.xml file ill fix op thanks
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks, it seems to be working fine. Now if I could just find an equalizer app that really works globally. Some claim to do so, but I keep running into problems where I need to kill all media apps and the equalizer app, then restart the equalizer app before starting a media app in order for the equalizer to actually do anything.
weathertom said:
Thanks, it seems to be working fine. Now if I could just find an equalizer app that really works globally. Some claim to do so, but I keep running into problems where I need to kill all media apps and the equalizer app, then restart the equalizer app before starting a media app in order for the equalizer to actually do anything.
Click to expand...
Click to collapse
You can try this
http://forum.xda-developers.com/showthread.php?t=2782793
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
This works on the Active. Sounds great and loud. V1 with no edits. If you feel its a little distorted, just volume down one button. Its perfect.
Thanks for this OP !!!!
Hi guys!
Personally I'm a fan of CM DSPManager and AudioFX (originally ported from OPO), so I decided to do this mod on shamu like I did in hammerhead.
You can use AudioFX in any non CM ROM, it works with audio tunnelling and gapless offload playback (which is good for your battery, with top quality eq).
Just flash on your favorite recovery and profit (it will remove crappy MusicFX.apk)
Tested on Purity ROM 5.0 with Code_Blue Kernel.
Should work in other setups also.
v5.0.19 Initial Shamu release
Big shouts to CyanogenMod team, all credits to them.
I also added Eleven music app, CM did a good job on it.
Enjoy!
Assuming the .zip is flashed in TWRP, correct?
Sent from my Nexus 6
Casper34 said:
Assuming the .zip is flashed in TWRP, correct?
Sent from my Nexus 6
Click to expand...
Click to collapse
Yes, it says to flash it in recovery
Sent from my Nexus 6 using Tapatalk
Kreateablaze said:
Yes, it says to flash it in recovery
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
Yes it does.... I read that 3 times before I posted. My eyes just skipped right over it.
Sent from my Nexus 6
this works great with stock rom .. thanks
Does audiofx work with any player or just eleven player? Also, does the player offer any benefits over others?
kingston73 said:
Does audiofx work with any player or just eleven player? Also, does the player offer any benefits over others?
Click to expand...
Click to collapse
Works with Eleven, Play Music and any other that use standard android sound routing.
Just test it and see
Thanks, I will. Installed on my n6 and my n7. I had been using DSP through bluetooth in my car and it didn't impress me at all, looking forward to driving to work tomorrow and seeing if this sounds better.
5.1
Will this work with 5.1??
MarcusSi1516 said:
Will this work with 5.1??
Click to expand...
Click to collapse
I am using it on 5.1 and it works great.
Possible to have back-to-stock restore too? TIA
Lancez said:
Possible to have back-to-stock restore too? TIA
Click to expand...
Click to collapse
Just dirty flash your ROM
Sent from my Lollipoped Code_Blue Nexus 6 using Tapatalk
works on stock LG G3 D850 lollipop not rooted.
I installed. The apk. From OP post it kept crashing so I made a backup of it with Avast after that I changed the zip file to AudioFX same as back up avast made placed it in the avast backup folder and then ran a restore. Now it's working. I like this as i had to switch to stock for repair of the small crack by the microphone. And IR blaster..thanks for the file.
Will this fix low in call volume?
Sent from my Nexus 6 using XDA Free mobile app
iifuzz said:
Will this fix low in call volume?
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
No, this is an equalizer, for call volume/gain you need an in kernel sound driver like faux sound, present in Code_Blue kernel for instance.
@eng.stk installed through recovery on a Nexus 5, but nothing happened. Whats wrong?
Nice! Any plans for Moto X 2014? Or will these zips work on it as well...
Does this mod help with Android's inability to record live music for example, at a decent quality????
Op3a said:
@eng.stk installed through recovery on a Nexus 5, but nothing happened. Whats wrong?
Click to expand...
Click to collapse
This is for N6, use my other zip for N5
FooBazza said:
Nice! Any plans for Moto X 2014? Or will these zips work on it as well...
Click to expand...
Click to collapse
Nope, you can always backup your setup and try on your own.
mexiken said:
Does this mod help with Android's inability to record live music for example, at a decent quality????
Click to expand...
Click to collapse
Nope.
@eng.stk
could you do a version for MM, maybe taking it from CM13?