[Q] Anyway to turn off the charge complete notification sound? - Verizon Droid Charge

Anyway to turn off the charge complete notification sound? Could someone throw this into a mod maybe? or is there something I can edit (I'm rooted) to disable it?

daniel142005 said:
Anyway to turn off the charge complete notification sound? Could someone throw this into a mod maybe? or is there something I can edit (I'm rooted) to disable it?
Click to expand...
Click to collapse
I'm trying to find the edits that are required to completely disable it. I found one, but I believe there are more that need made to completely get rid of it.

over on androidcentral, they talk about using hidden menu option...
http://forum.androidcentral.com/charge-rooting-roms-hacks/90575-hidden-menu-option.html
I haven't tried it, but I'd imagine it's an alternative for now...

Related

[Q] Notification LED

Does this phone have a flashing notification led? I havent seen it, or been able to figure out how to enable it if there is one. thanks!
no, it doesnt....
No LED indicator.
I have read there's a way to use the capacity buttons to light up and act like it. I believe is an app but might need root for it.
blakeab2018 said:
Does this phone have a flashing notification led? I havent seen it, or been able to figure out how to enable it if there is one. thanks!
Click to expand...
Click to collapse
no but now there is kernel sources. if you stick withthe phone for some weeks im sure someone will be able to use the softkey backlight as one. this has been done on many phones and should not be out of scope for this one.
you may also try an app called noled

[Q] is there a fix for fully charged notification popup?

i'm using this phone on a dock as a clock/alarm when i go sleep. the stupid popup blocks the damn clock. i can't seem to find a fix for it. searched the forums and google. people are just disabling the sound, but i need to disable the popup.
good question
dn3g3l said:
i'm using this phone on a dock as a clock/alarm when i go sleep. the stupid popup blocks the damn clock. i can't seem to find a fix for it. searched the forums and google. people are just disabling the sound, but i need to disable the popup.
Click to expand...
Click to collapse
Are you using a stock LG ROM?
There's a way to smali hack a fix to disable it
I use lightning bug which serves me as clock as well.The popup is seriously disturbing!
I wrote a Tasker task which dismisses the crap.
Sent from my LG-P999 using XDA App
birgertime said:
Are you using a stock LG ROM?
There's a way to smali hack a fix to disable it
Click to expand...
Click to collapse
yea. everything is stock. what's the way to disable it?

[Q] Anyone how how to get rid of the "Media Device Connected" notification?

Wondering if anyone knows which application to freeze/disable or what needs to be changed to get rid of the "Media device [MTP] connected" notification?
Since others have found ways to get rid of the Power Saver notification was hoping someone found a way to kill this one too.
Mike02z said:
Wondering if anyone knows which application to freeze/disable or what needs to be changed to get rid of the "Media device [MTP] connected" notification?
Since others have found ways to get rid of the Power Saver notification was hoping someone found a way to kill this one too.
Click to expand...
Click to collapse
It is in systemui.apk going to take some smali edits or a xposed module, becuase if you freeze systemui.apk you won't be able to do anything.
Any changes would be reverted back after a reboot...that being said, you could maybe create a script that would disable the notification, but you would need to run it after every restart? Just a thought.

[Q] volume warning / wifi

Does anyone have a quick way to disable the horrible volume warning? I am rooted..4.3 TW - ML1 .. I can't remember which rom I'm running. Its been good and I haven't had a reason to tweak it much. But the volume warning has to leave me alone!
Also how do I turn the wifi connector off too? Those are two popups that I just want gone. Searching resulted in loads of other phones or requirements I think is retarded. I shouldn't have to install other apps to fix this stuff.
Thanks!
talk2nate said:
Does anyone have a quick way to disable the horrible volume warning? I am rooted..4.3 TW - ML1 .. I can't remember which rom I'm running. Its been good and I haven't had a reason to tweak it much. But the volume warning has to leave me alone!
Also how do I turn the wifi connector off too? Those are two popups that I just want gone. Searching resulted in loads of other phones or requirements I think is retarded. I shouldn't have to install other apps to fix this stuff.
Thanks!
Click to expand...
Click to collapse
The volume warning notification can be turned off with a Xposed module if my memory serves me right. When you say the WiFi connector are you talking about when it says unsecure connection?
From my Wicked S3 running MIUI
ShapesBlue said:
The volume warning notification can be turned off with a Xposed module if my memory serves me right. When you say the WiFi connector are you talking about when it says unsecure connection?
From my Wicked S3 running MIUI
Click to expand...
Click to collapse
Xposed sounds like a lot of work. Not to mention that mods my rom. I was hoping I could delete an APK or modify something. The wifi thing is a popup when it wants you to connect to wifi. Its annoying.
In a nutshell... I want the acoustic warning gone, track skip on double rocker bump if I can, and the wifi connection popup gone. I guess I may need to change ROMS. Didn't want to cause everything is perfect where its at otherwise. :/

[REQ] Disable volume warning

Has anyone been successful to disable this?
+1 for this, it is annoying.
Brava27 said:
Has anyone been successful to disable this?
Click to expand...
Click to collapse
Been trying for two days to fix this 'feature' but they have changed the file position of the code and am having trouble finding it. Oh well at least I've learnt everything I ever wanted to know about decompiling/ recompiling . lol
I'm gonna try again in a few days once my sister has gone home as this is the first time in a year I've seen her in a year.
Wish me luck
i'm also looking for a way to disable increasing ring tone , also find it very annoying .
Try headset button controller
Not sure if this is actually a fix but just did some quick informal testing and seems to work: install app headset button controller and under advanced options set the default volume when plugging in headphones to 65% or above. If someone else can verify this it would be awesome.
cavemandave13 said:
Not sure if this is actually a fix but just did some quick informal testing and seems to work: install app headset button controller and under advanced options set the default volume when plugging in headphones to 65% or above. If someone else can verify this it would be awesome.
Click to expand...
Click to collapse
Good try but when plugging my headphone in with this active, the device notices the volume change and the warning comes straight up.
Thanks anyway.
Ah yes, after I rebooted and plugged in I got the warning. However it seems to only be an issue the first time after reboot, then looks like it's good to go. Just don't reboot
Not sure if it applies to this phone as I sport note 4 and am only browsing, but in absence of xposed mod, I use tasker. Also free app 'hearing saver' from play store works for me.
Note 4 ?
need to decompile framework-res.apk ... open integers.xml , search for
<integer name="config_safe_media_volume_index">10</integer>
and change the value to 20
like this
<integer name="config_safe_media_volume_index">20</integer>
Carotix said:
need to decompile framework-res.apk ... open integers.xml , search for
<integer name="config_safe_media_volume_index">10</integer>
and change the value to 20
like this
<integer name="config_safe_media_volume_index">20</integer>
Click to expand...
Click to collapse
That doesn't work. It needs a smali edit
Custom rom im using has it disabled so its possible
Carotix said:
need to decompile framework-res.apk ... open integers.xml , search for
<integer name="config_safe_media_volume_index">10</integer>
and change the value to 20
like this
<integer name="config_safe_media_volume_index">20</integer>
Click to expand...
Click to collapse
I've already tried this. Needs smali edit. But I've been unable to find the code for this function.
edgarf28 has managed to accomplish this in his ROM and I have requested a point in the right direction or even a flashable version (bit cheeky I know) he has also managed to incorporate 5 way reboot that I would really like help with to. Might have to go and beg him again .lol
tiboric said:
I've already tried this. Needs smali edit. But I've been unable to find the code for this function.
edgarf28 has managed to accomplish this in his ROM and I have requested a point in the right direction or even a flashable version (bit cheeky I know) he has also managed to incorporate 5 way reboot that I would really like help with to. Might have to go and beg him again .lol
Click to expand...
Click to collapse
the reason he is able to do it is because his rom is de-odexed or whatever... we arent... that is why he can have it
c_86 said:
the reason he is able to do it is because his rom is de-odexed or whatever... we arent... that is why he can have it
Click to expand...
Click to collapse
I already did this it seem to ho quite smoothly but still having problems with getting 5 way and disabling safe volume.
Just need a bit of help to finish getting my device perfect.
Problem is theres not much ROM deving on 925f at the moment. I know this will pick up. I'm just impatient
I've been searching everywhere for a way to disable this volume warning. Has anyone figure it out and posted instructions? I see it in a couple custom ROMs but I haven't found how it is done.
skiddingus said:
I've been searching everywhere for a way to disable this volume warning. Has anyone figure it out and posted instructions? I see it in a couple custom ROMs but I haven't found how it is done.
Click to expand...
Click to collapse
I've simply flashed the alliance ROM. Very happy
In general, this issue still bothers me. At least in my car, in which I use an auxilliary cord, I've an NFC tag programmed to open Spotify and turn media volume all the way up using NFC Tasks/Tools. At least for me, this works to get past the warning initially, and is useful when I need to unplug then plug back in.
I would love to see a general fix that doesn't require rooting my phone; that sanctimonious popup drives me bonkers.
If youll go to the music player on your phone. Click settings, then click smart volume on. Try it out. Works for me on my s6
BigDaddy38 said:
If youll go to the music player on your phone. Click settings, then click smart volume on. Try it out. Works for me on my s6
Click to expand...
Click to collapse
This works... How easy was that!
sweeet! good work-around man! way better than using roms or rooting the sucker.

Categories

Resources