HTC EVO 4G :: Does Sound Notifications Work While In - Call On Froyo?
Aug 3, 2010
Such as text messages, and others? This was, and is a huge annoyance on 2.1 unless using a third party app, which I don't. Has Google fixed this in Froyo?
View 4 Replies
Aug 22, 2010
I know others have posted with this general problem, but I've read the Android developer page on the topic, as well as several forum and blog posts (such as http://androidblogger.blogspot.com/2009/09/tutorial-how-to-use-led-wi...), and no matter what I do, the LED light will not blink. I've tried it with DEFAULT_LIGHTS:
String ns = Context.NOTIFICATION_SERVICE; NotificationManager mNotificationManager = (NotificationManager) getSystemService(ns); int icon = R.drawable.icon; CharSequence tickerText = "Test 1"; long when = System.currentTimeMillis(); ... Notification notification = new Notification(icon, tickerText, when); notification.defaults |= Notification.DEFAULT_LIGHTS; final int HELLO_ID = 1; mNotificationManager.notify(HELLO_ID, notification); ..................
View 2 Replies
View Related
Nov 29, 2010
so this is really starting to piss me off, there's a whole list of things that piss me off about this ROM.
It will randomly restart Text Notifications NEVER make sound no matter what i do. Home button does not work, neither does the search button.
I've tried rebooting, re flashing, downloading other things. Still to no avail. A little help please?
View 10 Replies
View Related
Nov 22, 2012
I ported paranoid android from the desire HD to the thunderbolt and almost everything works fine except for the mic and speaker during calls. I have tried everything I can think of with my limited knowledge and was putting this here to see if some more seasoned devs may provide some insight. I'm hoping like hell this isn't kernel related but I seriously doubt it is. Data works fine and so does mms/SMS. I did have to port the ril from our limited ics roms we have to get data.
View 7 Replies
View Related
Jan 11, 2010
Its probably just because I am a tard but can you make it so when you put it on silent you cant hit the volume up and down on the Motorolla Droid.Also can I make my notifications vibrate instead of sound or no sound?
View 1 Replies
View Related
May 23, 2010
I have two questions:
1) Before the update, there was a sound that indicated when the call was ended. Anyway to get that back?
2) Has anyone figured out a way to change the end button behavior that was previously controlled by the Spare Parts app? I would like to end button to go home and then go to sleep but Spare Parts can't do it under the new software. Any ideas?
View 8 Replies
View Related
Sep 16, 2009
So I made a discovery - my dialpad doesn't work during a call. Even if I bring it up via the softkeys, the numbers don't register a tap...anyone. else have this issue or is it just my phone?
View 49 Replies
View Related
Oct 17, 2010
I know where to change the notifications sound but I can choose different sounds for different applications? (Exchange, Gmail SMS). If not is there a software that can do this?
View 3 Replies
View Related
Oct 12, 2010
So I am new to the Android phone, have had it for about a month. Hopefully this isn't a stupid question but how do I get the reminders from my calendar with a sound to go with it.
View 2 Replies
View Related
Apr 28, 2010
I don't think there is, but maybe someone knows how. Does anyone know if there is a way to turn on sounds on gmail notifications. I want to be able to still receive notifications popups, but I don't want sound to play on them. I know I can turn off sounds on all notifications but I only want to on Gmail.
View 2 Replies
View Related
Oct 18, 2010
I am creating one notification based on some event. This notification will only create sound. I just want to generate the sound using this notification, but no UI. Following is my code for this:
// make notification sound whenever the device is connected or disconnected
Notification notification = new Notification();
notification.defaults |= Notification.DEFAULT_SOUND;
notification.flags = Notification.FLAG_AUTO_CANCEL;
NotificationManager manager = (NotificationManager)
mContext.getSystemService(Context.NOTIFICATION_SERVICE);
// notify to all, manager.notify(0, notification);
I am facing few problems and have some doubts. I tried to search for answers in this post but could not find, so I am posting here for your people's suggestions:
1. Here I am using 0 as id for the notification. Is it good in practice. Since, I don't want to that this notification conflicts with other.
2. I have one doubt, about notification ids, e.g. if i keep my notifications id as 1 and some other application also have set that as 1. In that case, will my notification be updated. or Android treats, application's notifications differently.
3. Is it necessary to add FLAG_AUTO_CANCEL flag in my notification. Because, I think this is used when notification will appear in the status bar. But in my case, I have no UI. It means nothing will appear in status bar.
4. Currently there is one problem. When my notification makes sound, sometimes it seems that it is suppressed or distorted by any other sound or event. I am not sure what is happening there.
View 4 Replies
View Related
May 29, 2013
I need an app that allows me to set different sound for texts and notifications.
View 2 Replies
View Related
May 26, 2010
So i saw you can enter root files so that you can pick wav files or mp3s as alerts. so i was curious is there a way to set different sounds for different alerts...like sms, email, facebook...etc...all having different sounds for notifications?
View 2 Replies
View Related
Feb 8, 2010
I have not been getting my audible email notifications and the green light that is normally flashing is not flashing. I can get my emails if I go to the email icon.
View 3 Replies
View Related
Jan 15, 2010
i would love to see an app that you can record custom notifications that would convert the recorded sounds to emulate the "DROOOID" sound, like say "GMAIL" when you get an email, or whatever notifications you have on your phone. yeah, I could record things at work, distort them to sound similar, but a downloadable app on the phone would be AWESOME!
View 1 Replies
View Related
Jun 28, 2010
HTC Hero - no sound or vibrate for text notifications I have had my Hero for about a week (first Droid!). I am no longer getting sound or vibrate text notifications. I get sound for email notifications, but no vibrate. The LED indicator is working fine. I don't really care about the email notifications, but I need the sound and vibrate for texts! I have checked the forums and found several threads where downloading Sound Manager resolved the issue. It didn't work for me. I have also checked Settings> Sound & Display > Notification Sound. There is a tone selected. I tried a battery pull as well.
View 4 Replies
View Related
Jul 30, 2010
When I go into both individual settings for text and email it allows me to change the sound notification but it wont save it. I can change it and then back out of it and if I go right back into it, it keeps defaulting back. It wont save the sound I am changing it to?
View 6 Replies
View Related
Aug 10, 2010
I don't seem to be getting any sound notifications anymore for texts or emails. As far as I can tell, I am set up to receive sound notifications and am controlling the volume with audio manager.
View 2 Replies
View Related
Nov 6, 2009
1. Have you figured out how to turn specifically the Gmail sound notifications off? I don't need my phone yelling DROID everytime I get an email. Txt's, yes.
Email I can check up on my own time.
2. I copied over some video files using the mounted device on my pc. So how do I get to them to watch em? No internal video player outside youtube? Recommendations?
View 3 Replies
View Related
Dec 29, 2009
I want to change the alert sounds for various events: email notification, SMS, power status, Google Talk, etc. I can change the alert sound via Settings->Sound & display->Notification ringtone, but the sound is identical for all the various notifications which seems ridiculous. Is there an app or widget which allows me to assign different notification sounds to different events?
View 4 Replies
View Related
Aug 26, 2010
What are you lot using for checking your email client? I'm using the HTC client its a good app but it don't beep or make a sounds to let me know I have mail.
View 8 Replies
View Related
Aug 11, 2010
is there a way to make a diffrent sound for email, txt, other notifications. or is it always gonna be the same tone for all?
View 1 Replies
View Related
May 5, 2010
looking for Droid sound to setup for notifications anyone know anywhere to get it?
View 14 Replies
View Related
Jan 4, 2012
I want to set it up so that when my wife, boss and best friend call me , my phone rings out-loud or vibrates even if the phone is muted or on silent. (Bonus points if you can get it to do this for when they send me a text message as well...)I want to be able to customize notification sound levels for different apps. For example, I want the Text Messaging app and Calendar to make a loud sound when I receive a message, Google Voice to vibrate, Facebook to be silent and only flash a light and Google Talk to be completely silent (but still show up in the notifications bar)I want different light colors for different notifications. For example, green for emails, blue for text, white for facebook and purple for IMs.I
View 2 Replies
View Related
Jul 12, 2012
I have an AT&T Samsung Galaxy SII. I updated to the stock ICS last week, and ever since the update, my text notifications and email notifications will periodically mute themselves. Screen still lights up, notification is still in the notification bar, but no sound.
I've changed the settings to ensure I have them correct several times. I did a master reset as well. Doing a hard reset will fix the issue temporarily, but it always goes back to not working.
View 5 Replies
View Related
Jul 19, 2012
Is possible to change just calendar notifications to a MP3 file?
View 1 Replies
View Related
Jul 27, 2010
Need the ability to have multiple notification sounds per contact. For example: if my friend emailed me, I'd hear one customized sound; if she texted me, I'd hear another; and if she called me, she had a 3rd sound. Now, I know the Inc cannot currently do this, so here's my question: is there an app out there for this?
View 1 Replies
View Related
Aug 16, 2010
I've had this happen to me twice now over the past week. It seems that periodically my notification sounds will stop. I will see that I have new emails but never heard the sound. I will then go send myself a test text message and it will vibrate but make no sound. I've made sure all my volumes are up, and even went in to pick a notification sound and it will work fine in the sound chooser when I pick it.
I also noticed both times that it did this if I go in to Spare Parts or Battery History and look my phone is staying awake and Android Usage is the one with the partial wake lock. Generally I don't have any sleep issues, it only happens when my notification sounds have also quit working. The only way to fix it is power off and back on and then all is good again.
View 5 Replies
View Related
Mar 30, 2010
Quick question about Handcent and the notification sounds. My wife's Droid was doing the whole "droid" sound everytime she received a text up until tonight and it stopped. Same with emails. For the past two weeks it has been fine, but now all of the sudden it stopped. Anyone have any idea? I went through and checked all the settings and they look good, but still nothing. I even uninstalled Handcent and tried reinstalling it and still nothing.
View 1 Replies
View Related
Sep 10, 2010
The only thing I've been able to find is how to change the default alert. Ideally I'd like one sound for email and another for text messages. It was pretty easy to set this on BB.
View 3 Replies
View Related