Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Behodar

11094 posts

Uber Geek
+1 received by user: 6071

Trusted
Lifetime subscriber

#67479 2-Sep-2010 16:09
Send private message

Hi,

I was just listening to music on my Nexus One at a sensible volume, when it suddenly blasted a "please charge me" tone out the headphones at full volume. My notification volume is set low, so how can I stop it from doing that again? 

Create new topic
Linuxluver
5833 posts

Uber Geek
+1 received by user: 1639

Trusted
Subscriber

  #375862 2-Sep-2010 16:42
Send private message

Behodar: Hi,

I was just listening to music on my Nexus One at a sensible volume, when it suddenly blasted a "please charge me" tone out the headphones at full volume. My notification volume is set low, so how can I stop it from doing that again? 


What's your ringtone volume set at? It may use that one. 

Thankfully, it's brief.  

But at least you know you're on 15% battery and should maybe go look for some juice. 




_____________________________________________________________________

I've been on Geekzone over 16 years..... Time flies.... 




n4

n4
959 posts

Ultimate Geek
+1 received by user: 74


  #375883 2-Sep-2010 17:14
Send private message

On the SGS you have separate System and Alert volume settings. Something like the AudioManager widget provides a convenient place to manage all the volume settings in one place..




Samsung Note20 Ultra, on 2degrees


Behodar

11094 posts

Uber Geek
+1 received by user: 6071

Trusted
Lifetime subscriber

  #375926 2-Sep-2010 19:03
Send private message

There's an Alarm Volume option that might be the one. I was just hoping that someone knew for sure so that I could use the thing without living in fear :P

Thanks for your suggestions and I'll post back once I know whether it worked or not.



Behodar

11094 posts

Uber Geek
+1 received by user: 6071

Trusted
Lifetime subscriber

  #385860 29-Sep-2010 14:04
Send private message

OK, even with all the volume sliders down, it still plays the "low battery" tone at full volume out the earbuds, and again almost gave me a heart attack. I'll see whether I can file it as a bug.

Kiwi1971
696 posts

Ultimate Geek
+1 received by user: 9


  #385877 29-Sep-2010 14:30
Send private message

Behodar: OK, even with all the volume sliders down, it still plays the "low battery" tone at full volume out the earbuds, and again almost gave me a heart attack. I'll see whether I can file it as a bug.


Are you sure there is no ticked option to link two volume settings. On my Desire I recall seeing an option to link the media volume and notification volumes.

Can't recall what setting this was in. I find notification sounds over headphones very loud too.

Damon

edit* This was an option in the "Quick Settings" app I installed, not part of the OS.

Behodar

11094 posts

Uber Geek
+1 received by user: 6071

Trusted
Lifetime subscriber

  #385883 29-Sep-2010 14:43
Send private message

There's an option for linking notification and call volume, but it's turned off.

 
 
 

Shop now on AliExpress (affiliate link).
julius
112 posts

Master Geek

Trusted

  #386027 29-Sep-2010 19:51
Send private message

Hi,

I had a thought - and searched through http://google.com/codesearch.

Anywho I found this code:
(in this class TTSNotifierService.java)
public void handleACTION_BATTERY_LOW(Intent intent) {
if (!mPrefs.getBoolean("cbxEnableBatteryLow", true)) return;
String txtOptionsBatteryLowWarningText;
// Preferences
if (mPrefs.getBoolean("cbxOptionsBatteryLowWarningUserDefinedText", true))
txtOptionsBatteryLowWarningText = mPrefs.getString("txtOptionsBatteryLowWarningText", myLanguage.getTxtOptionsBatteryLowWarningText());
else
txtOptionsBatteryLowWarningText = myLanguage.getTxtOptionsBatteryLowWarningText();
speak(txtOptionsBatteryLowWarningText, true);
}

I'm wondering - do you have text to speech installed? If you do - it looks like there is a preference for it.

Cheers,
Julius.

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.