Remove the volume warning notification? - Galaxy S6 Themes and Apps

Is there a way to remove the high volume warning notification?
With or without root?
Sent from my SM-G920T using Tapatalk

I would also like to know if this is possible!

Yes. It's is a stupid warning since it doesn't take into consideration the volume level of the source. Also it is doubly stupid when using bluetooth since it doesn't take into consideration the volume level of of the output device.

Nearly every custom ROM has this removed.

I am not sure if this will work, but most Xposed Modules seem to use this method:
1. Decompile framework-res.apk
2. Go to res > values and edit bools.xml
3. make this change, normally its set to "true" <bool name="config_safe_media_volume_enabled">false</bool>
4. Recompile and test it.

GOT IT!!!!
suparuss said:
I would also like to know if this is possible!
Click to expand...
Click to collapse
zgroten said:
Is there a way to remove the high volume warning notification?
With or without root?
Sent from my SM-G920T using Tapatalk
Click to expand...
Click to collapse
Go to the play store and download an app called Hearing Saver, and it doesn't require ROOT!!!!

Icuw1pc said:
Go to the play store and download an app called Hearing Saver, and it doesn't require ROOT!!!!
Click to expand...
Click to collapse
Nice one, thanks!
Works better than Tasker.

Quintz said:
I am not sure if this will work, but most Xposed Modules seem to use this method:
1. Decompile framework-res.apk
2. Go to res > values and edit bools.xml
3. make this change, normally its set to "true" <bool name="config_safe_media_volume_enabled">false</bool>
4. Recompile and test it.
Click to expand...
Click to collapse
Not working for me
---------- Post added at 02:43 PM ---------- Previous post was at 02:41 PM ----------
Icuw1pc said:
Go to the play store and download an app called Hearing Saver, and it doesn't require ROOT!!!!
Click to expand...
Click to collapse
Maybe I didn't understand how it works, but for me this application just set the default volume level but don't remove the Warning. Worse, if the default value is to high, the warning message is directly displayed !!

Icuw1pc said:
Go to the play store and download an app called Hearing Saver, and it doesn't require ROOT!!!!
Click to expand...
Click to collapse
This works perfectly! The nanny is gone from my phone. Thanks!

Related

[Q] Removing media volume limit with headphones

I noticed, that media volume can be set only up to 8 steps, when headphones are connected (not to full 15 steps).
I guess it's result of questionable EU safety requirements.
Unfortunately, my headphones are not very sensitive and the volume is very low. Is there any way to remove this limitation?
Thanks in advance for any idea and help.
Sent from my Xperia T using xda premium
mrmel said:
I noticed, that media volume can be set only up to 8 steps, when headphones are connected (not to full 15 steps).
I guess it's result of questionable EU safety requirements.
Unfortunately, my headphones are not very sensitive and the volume is very low. Is there any way to remove this limitation?
Thanks in advance for any idea and help.
Sent from my Xperia T using xda premium
Click to expand...
Click to collapse
Read this
http://forum.xda-developers.com/showpost.php?p=40176777&postcount=330
Install the apk as said, and if you get the warning just dismiss it and increase sound level to 100%
Thanks a lot. I did exactly as said, but the problem remains.
There is no warning, the media volume slider simply won't go beyond 8th step.
Sent from my Xperia T using xda premium
mrmel said:
Thanks a lot. I did exactly as said, but the problem remains.
There is no warning, the media volume slider simply won't go beyond 8th step.
Sent from my Xperia T using xda premium
Click to expand...
Click to collapse
did you change the permissions and reboot?
It works for me.
Which rom are you on?
gregbradley said:
did you change the permissions and reboot?
It works for me.
Which rom are you on?
Click to expand...
Click to collapse
Yep, permissions changed, rebooted, problem remains...
I am on Assaye-V2.0.1
mrmel said:
I noticed, that media volume can be set only up to 8 steps, when headphones are connected (not to full 15 steps).
I guess it's result of questionable EU safety requirements.
Unfortunately, my headphones are not very sensitive and the volume is very low. Is there any way to remove this limitation?
Thanks in advance for any idea and help.
Sent from my Xperia T using xda premium
Click to expand...
Click to collapse
Maybe flash non-EU firmware
Sent From Xperia Tablet S
Try this
TiMiN8R said:
Edit /system/build.prop with a text editor.
Find the line
Code:
persist.audio.hp=true
Change to
Code:
persist.audio.hp=false
Save and reboot.
Thanks to peetr_ for the tip.
Sent from my LT30p using xda app-developers app
Click to expand...
Click to collapse
Sent whilst sat on the toilet.
gregbradley said:
Edit /system/build.prop with a text editor.
Find the line: persist.audio.hp=true
Change to: persist.audio.hp=false
Click to expand...
Click to collapse
YESSS! This one worked. Thank you for help!
Novice here, grateful for the thread.
The changing of the code. Sorry again-novice, where do i do that?
ComeBackKid said:
Novice here, grateful for the thread.
The changing of the code. Sorry again-novice, where do i do that?
Click to expand...
Click to collapse
Search and download "buildprop editor" or similar app from playstore... There you can easily edit the above given code.. Or if you are confident enough, you can do it manually by going to your phone's root directory using a file explorer (on your phone, no PC required)
Then go to system... It should be like
/system/build.prop
Then open it in text editor and look for the above lines and make changes...
Be careful though, because it might lead to soft bricks if you mess up the build.prop... So I suggest making a copy of the original build.prop and save in sd card

[Q] adding/editing quick tiles

Has anyone successfully edited the quick tiles every thread I try calls for using sqlite editor, after editing to my liking I reboot but the edits never stick.
Any ideas?
galaxy s4 nutjob said:
Has anyone successfully edited the quick tiles every thread I try calls for using sqlite editor, after editing to my liking I reboot but the edits never stick.
Any ideas?
Click to expand...
Click to collapse
I've had no problems at all. Are your you saving your changes, and are you adding semicolons to your edits?
The changes should be made to notification_panel_active_app_list. It's easy to choose the wrong one. There is at least six similar entries in the data base. You must make sure that you select the correct one.
example: add "MobileData;" to notification_panel_active_app_list without the quotes, and not to notification_panel_active_app_list_for_reset. Save the change then reboot.
shortydoggg said:
I've had no problems at all. Are your you saving your changes, and are you adding semicolons to your edits?
The changes should be made to notification_panel_active_app_list. It's easy to choose the wrong one. There is at least six similar entries in the data base. You must make sure that you select the correct one.
example: add "MobileData;" to notification_panel_active_app_list without the quotes, and not to notification_panel_active_app_list_for_reset. Save the change then reboot.
Click to expand...
Click to collapse
Yes I am but after reboot they are gone. I'm not site what to do do you know where I can find a list of quick tile terms that it will accept
There is no one list that I know of, mostly everything is sporadically "add this here and there. Could you post a screen shot of your sqlite screen after your edits, before the reboot? It should look something like this.
http://forum.xda-developers.com/attachment.php?attachmentid=2802685&d=1402977859
screen shots
After reboot they are back to stock
galaxy s4 nutjob said:
After reboot they are back to stock
Click to expand...
Click to collapse
That's the wrong database.
I TOLD YOU IT WAS EASY TO CHOOSE THE WRONG ONE. TAKE A LOOK.
You were supposed to edit the "notification_panel_active_app_list" like I told you. You edited the "notification_panel_default_active_app_list".
OK thanks think i got it gonna reboot
shortydoggg said:
That's the wrong database.
I TOLD YOU IT WAS EASY TO CHOOSE THE WRONG ONE. TAKE A LOOK.
You were supposed to edit the "notification_panel_active_app_list" like I told you. You edited the "notification_panel_default_active_app_list".
Click to expand...
Click to collapse
I got mobile data to work but can't get the dl booster what's it suppose to look like
galaxy s4 nutjob said:
OK thanks think i got it gonna reboot
Click to expand...
Click to collapse
Oops!
galaxy s4 nutjob said:
I got mobile data to work but can't get the dl booster what's it suppose to look like
Click to expand...
Click to collapse
For the download booster, its "NetworkBooster" without the quotes. But you need to follow the download booster guide in the general section to get the download booster working, because you are required to switch around some files.
http://forum.xda-developers.com/showpost.php?p=53459836&postcount=1
shortydoggg said:
Oops!
For the download booster, its "NetworkBooster" without the quotes. But you need to follow the download booster guide in the general section to get the download booster working, because you are required to switch around some files.
http://forum.xda-developers.com/showpost.php?p=53459836&postcount=1
Click to expand...
Click to collapse
Ya I have it functioning but just not the quick tile
galaxy s4 nutjob said:
Ya I have it functioning but just not the quick tile
Click to expand...
Click to collapse
Is it there in the quick tiles?
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
I've triedDl booster and network booster neither work
Got it everything working now thanks a million @shortydoggg

Enable New Dark Mode setting for Google Phone (it's beta, but usable) - Root required

Hey everyone, I did a search and didn't see a quick guide posted about this so I thought I would write one up with some pictures real quick.
Pre How To Notes:
* the usual I am not responsible for your device, if you mess it up its on you etc etc. Make a back up or have an apk ready.
* I have only tested this on the v30= but im sure it will work on all devices running Google Dialer Beta 24.0.214850721 ( https://www.apkmirror.com/apk/googl...gle-phone-24-0-214850721-release/#description ). I am part of the Dialer beta and was not pushed the beta 24 release, so I had to manually update it to this one. The needed setting do not exist in beta 23.
* I am using the following 3 Magisk modules - Google Dialer and Contacts for OP5 and/5T - Android 0 Apt x libraries - Pixel Experience. These may or may not effect anyones ability to enable these features, but since I am going to post and run I figured it was easier to say such now than find out tomorrow that noone could replicate it and this is the reason why.
* I just saw @syndre post a magisk module for the dialer and contacts that is version 24. May or may not work with that, and maybe if you all ask super nice he will make a second magisk module that has dark mode enabled since I have never made a magisk module and wouldnt know where to start.
* You must have "Preferences Manager" installed from the play store (or wherever i guess) in order to do this. ( https://play.google.com/store/apps/details?id=fr.simon.marquis.preferencesmanager&hl=en_US )
Ok so its fairly simple.
How To enable Dark Mode on Android Dialer
1) Open Preferences Manager (make sure it has root priv) scroll down to "Phone" app and select it.
2) Scroll over to dialer_phenotype_flags.xml and find the setting G__enable_dark_mode_setting and switch it from "false" to true
3) Now find com.google.android.dialer_preferences.xml and find the setting for display_options_dark_mode and switch that one from 'false' to "true".
4) Close out, force stop google dialer, reopen the dialer.
5) Go to dialer Settings, and select Display, then check Dark Mode - Enable.
Boom, you're done. Its a little buggy but it works and I havent had any issues.
Let me know if you have any questions
:good:I just replaced dialer in Pie with the modified version!! Dark theme is awesome at night, Thank you!! :highfive:
the extra app isn't urgently needed for editing the xml files these files are stored in
/data/data/com.google.android.dialer/shared_prefs
and can be edited with a simple text editor capable of root rights.
thanks for finding and sharing :good: merci
seadersn said:
the extra app isn't urgently needed for editing the xml files these files are stored in
/data/data/com.google.android.dialer/shared_prefs
and can be edited with a simple text editor capable of root rights.
thanks for finding and sharing :good: merci
Click to expand...
Click to collapse
No problem and Thank you @seadersn .
I was originally going to get into a whole additional paragraph or two of alternative methods to enable the necessary flags but decided to just use Preferences Manager as the example because it seemed like the most foolproof and easiest way for any level of user to accomplish the necessary steps.
And I figured that anyone with more advanced capabilities would spot what was being done overall and could accomplish the changes however they were most comfortable performing them (your post of course being a prime example of it accomplishing just that)
JonnyTrulove said:
* I just saw @syndre post a magisk module for the dialer and contacts that is version 24. May or may not work with that, and maybe if you all ask super nice he will make a second magisk module that has dark mode enabled since I have never made a magisk module and wouldnt know where to start.
Click to expand...
Click to collapse
Just taking a quick look it looks like those files have too much personal information in them for me to just straight-up replace them completely with a module. I think that one line of the preferences file needs to be edited by hand somehow by anyone this right now until the implemented fully. I changed the one line showing in the screenshot and notice there was a toggle switch in the dialer app now, switching that makes it look like the third screenshot. I can't use it like that, lol
Sent from my LG-LS998 using XDA Labs
Thanks for this!
Can't get this working on my rooted lg v30. When I open preferences manager I have to show system apps to see Google phone. Then I have to scroll right to find data_rollout_dark_mode and set to true. Then scroll right again to display_options_dark_mode and set it to true. Force close app and no option for dark mode in display options when I open it.
Ballroomblitz said:
Can't get this working on my rooted lg v30. When I open preferences manager I have to show system apps to see Google phone. Then I have to scroll right to find data_rollout_dark_mode and set to true. Then scroll right again to display_options_dark_mode and set it to true. Force close app and no option for dark mode in display options when I open it.
Click to expand...
Click to collapse
Are you still having trouble? If so I will walk through it with you and we can get it working.
JonnyTrulove said:
Are you still having trouble? If so I will walk through it with you and we can get it working.
Click to expand...
Click to collapse
I am. Haven't tried again since my post. Thanks for the offer.
Sent from my LG-US998 using Tapatalk
I've tried a couple more times using different variations of the steps, and still can't seem to get the dark mode to show up in the application.
Ballroomblitz said:
I am. Haven't tried again since my post. Thanks for the offer.
Sent from my LG-US998 using Tapatalk
I've tried a couple more times using different variations of the steps, and still can't seem to get the dark mode to show up in the application.
Click to expand...
Click to collapse
So I used se text editor to locate the files, and changed false to true. Force close dialer. Opened and still no dark.
Ballroomblitz said:
So I used se text editor to locate the files, and changed false to true. Force close dialer. Opened and still no dark.
Click to expand...
Click to collapse
Because you did not enable it in settings.....
Sent from my LG-H932 using XDA Labs
BROKEN1981 said:
Because you did not enable it in settings.....
Click to expand...
Click to collapse
I'd be more than happy to enable it if the option showed up. Thanks anyway.
just wait til g. releases it, fully functional; i do wait. atm it's ¾functional only, at its best. there are areas which aren't black-themed, which looks weird sometimes.
seadersn said:
just wait til g. releases it, fully functional; i do wait. atm it's ¾functional only, at its best. there are areas which aren't black-themed, which looks weird sometimes.
Click to expand...
Click to collapse
I kept picking at it, and eventually edited the correct strings. I've got working dark mode.
the new v25 magisk module containing newest dialer version does indeed look good with dark mode just tried it again, it looks much more better than in the last version. i think next version will contain it officially, there's a new "__data_rollout__DarkMode.EnableDarkModeRollout__launched__" bool.
seadersn said:
the new v25 magisk module containing newest dialer version does indeed look good with dark mode just tried it again, it looks much more better than in the last version. i think next version will contain it officially, there's a new "__data_rollout__DarkMode.EnableDarkModeRollout__launched__" bool.
Click to expand...
Click to collapse
Yes, that's the version I'm using. I agree, I think the dark version looks very nice. I'm a fan of darker themes.
Sent from my LG-US998 using Tapatalk

Enable dark mode Whatsapp (Root)

Just leaving this here as a method of applying dark mode for whatsapp.
I can confirm working on GM1913 EU - 10.0.2 stock rooted.
Only extra step not in the following guide is to kill whatsapp after following the steps and relaunch and you will find a theme option in settings to enable dark mode.
https://forum.xda-developers.com/pixel-3a/themes/mod-whatsapp-dark-mode-t3984445
credit @dark90_
go into the developer options, search for "Force override dark mode", turn that baby ON, and enjoy all apps darkened.
nabril15 said:
go into the developer options, search for "Force override dark mode", turn that baby ON, and enjoy all apps darkened.
Click to expand...
Click to collapse
Yeah, works perfectly even for WhatsApp - thanks for that!
Confirmed working on latest non-beta 2.19.360 from Play Store.
Thanks, this is awesome and a much better solution than force enabling it for every app because that messes up some apps in my case.
QUBiCA said:
Confirmed working on latest non-beta 2.19.360 from Play Store.
Thanks, this is awesome and a much better solution than force enabling it for every app because that messes up some apps in my case.
Click to expand...
Click to collapse
I'm also using 2.19.360 and added that line by using FX root editor, but I don't see the theme option in settings ... do I miss something?
nabril15 said:
go into the developer options, search for "Force override dark mode", turn that baby ON, and enjoy all apps darkened.
Click to expand...
Click to collapse
Yeah but it's not nice for Facebook if you use that with comments sections black/white.
ulxerker said:
I'm also using 2.19.360 and added that line by using FX root editor, but I don't see the theme option in settings ... do I miss something?
Click to expand...
Click to collapse
Did you restart the application? I went to settings and force closed it, then opened it again. This made the setting appear.
QUBiCA said:
Did you restart the application? I went to settings and force closed it, then opened it again. This made the setting appear.
Click to expand...
Click to collapse
I did that and I don't see it ... also, the appropriate line is still in that file. Strange ... can you post a screenshot of your settings?
ulxerker said:
I did that and I don't see it ... also, the appropriate line is still in that file. Strange ... can you post a screenshot of your settings?
Click to expand...
Click to collapse
So I added the line, and changed it, now when opening the file I see Whatsapp moved the line elsewhere in the file. The setting in the app is a little buggy, once now it automatically switched back to light mode, and now it's dark but the setting shows light mode. It's weird.
QUBiCA said:
So I added the line, and changed it, now when opening the file I see Whatsapp moved the line elsewhere in the file. The setting in the app is a little buggy, once now it automatically switched back to light mode, and now it's dark but the setting shows light mode. It's weird.
Click to expand...
Click to collapse
Thanks, I'll try again ... what do you mean by "changed it", what did you change?
ulxerker said:
Thanks, I'll try again ... what do you mean by "changed it", what did you change?
Click to expand...
Click to collapse
Oh I'm sorry, should have phrased it differently, I meant I changed the setting to dark mode (after force closing the app first, of course).
ulxerker said:
I did that and I don't see it ... also, the appropriate line is still in that file. Strange ... can you post a screenshot of your settings?
Click to expand...
Click to collapse
Apply for beta here and you should be good! https://play.google.com/apps/testing/com.whatsapp
QUBiCA said:
Oh I'm sorry, should have phrased it differently, I meant I changed the setting to dark mode (after force closing the app first, of course).
Click to expand...
Click to collapse
It's working now with the latest beta from apkmirror and it seems to be stable, even when I force close and reopen the app. Also, the option is at settings -> chats now.
Sent from my OnePlus7Pro using XDA Labs

How to Separate Ringtone and Notification Volume

Do anybody know how to fix this.
Like the title say. Im rooted
Sent from my Pixel 3a using Tapatalk
That's the one thing I've found that I don't like.
Yeah same here. My firts pixel
And im trying to like it. Come from Lg and Samsung
Sent from my Pixel 3a using Tapatalk
Try sound profile from the play store. Seems to be able to separate them (non root)
wantagewill said:
Try sound profile from the play store. Seems to be able to separate them (non root)
Click to expand...
Click to collapse
Yes, SoundProfile works great. using it for 3y now on every phone ...
Thanks let me give a try.
Sent from my Pixel 3a using Tapatalk
I choose the notification sound that i want from a file in https://superfiles.co/download/F3M13Lta/Google-Pixel-4a-Ringtones.zip. Than i use a program called Audacity and "amplify" the notification sound that i use to -10dB and copy that one to my phone and use it, thank you very much.
Pastorelli's said:
I choose the notification sound that i want from a file in https://superfiles.co/download/F3M13Lta/Google-Pixel-4a-Ringtones.zip. Than i use a program called Audacity and "amplify" the notification sound that i use to -10dB and copy that one to my phone and use it, thank you very much.
Click to expand...
Click to collapse
OK if you want the same level all the time but that's more of a bandaid.
Tel864 said:
OK if you want the same level all the time but that's more of a bandaid.
Click to expand...
Click to collapse
Yes i agree, but in relation to the ringtone sound level it makes it more convinient. You can even adjust the level by using multiple files. But did google already "fixed" this since version Kit Kat?
Try Sound Profile by Corcanoe in Play Store.
Ready for Android 12.
Sound Profile (Volume control) - Apps on Google Play
Control phone volume for calls and notifications separately.
play.google.com
wantagewill said:
Try sound profile from the play store. Seems to be able to separate them (non root)
Click to expand...
Click to collapse
It doesnt work
akulp said:
Yes, SoundProfile works great. using it for 3y now on every phone ...
Click to expand...
Click to collapse
It doesnt work

Categories

Resources