HTC Incredible :: App To Change Notifications For Sms And Mms Messages?
Aug 12, 2010I'm trying to find an app to change notifications for my sms and mms messages. And also something for tethering without having to root.

I'm trying to find an app to change notifications for my sms and mms messages. And also something for tethering without having to root.
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 RelatedI can't find where to change the notifications for my sms and mms.
View 6 Replies View RelatedNotifications sounds can they be changed using my ring tones on my SD Card, I use awl's you got mail when an email is pushed to my phone and it alerted me, with that ring tone, I cant find a way to ad it to the notifications.
View 5 Replies View RelatedHow do I change the settings so that when I receive a text message, it will beep every 2, 5, or 10 minutes after that? Right now, it just beeps once and if I don't hear it the first time and it's in my pocket, I just have to keep checking my phone. Suggestions?
View 7 Replies View RelatedJust got the Incredible. How do I move Handcent to my front page and to replace Messages? Also, how do I turn Messages notifications off?
View 1 Replies View RelatedI am running 2.3.15 Revolution R2 ROM.I am receiving double Handcent messages AND notifications. I disabled stock notifications and tried disabling auto-receive (or whatever it's called).Uninstalled, reinstalled, deleted data, etc. Nothing has worked.
View 16 Replies View RelatedI am looking for an APP that will beep or vibe me when I fail to check a text message, e-mail or miss a phone call. I get some calls and texts and then if I do not answer them right away, I would like an alert. As it is right now, I get one alert or beep and that is it.
View 2 Replies View RelatedHow do I turn on notifications for text messages but NOT for emails?
View 3 Replies View RelatedI'm new to Android, so maybe this is an Android problem rather than an N1 problem, but my phone keeps getting error messages whenever I try to check my notifications through my Facebook app.
View 14 Replies View RelatedWhen I receive text messages they are coming in both the OEM messaging app as well as the HandScent app. I have Handscent set as my default messaging app but I still get the notifications in both apps. I have Droid1, rooted using HandScent for texting. How do I stop messages from going into the OEM messaging app?
View 3 Replies View RelatedThis may be a stupid question but ill ask it anyway...
when i receive a text message or notification (ex. email) I'll hear my notification tone and/or the phone will vibrate but there the screen remains off and gives no visual alert.
all i really want is the screen to flash when i receive a notification
I want to stop receiving email through my messages. I have deleted all of my email accounts but I am still receiving the email notifications through my messages!
View 19 Replies View RelatedI get 2x notifications when I receive messages with Handcent. I assumed the stock sms app was also notifying, but I think I turned that one off. Still getting the 2x notification
View 6 Replies View RelatedI have done a battery pull, as well as restarted, and rechecked the boxes for repeat sound notifications for my text messages. The repeat sound is set at every 2 minutes. I do receive the original sound notification, but, I never get the subsequent notices. Verizon is at a loss...gee imagine that...But, at the same time, the Haptic (vibrating touch) randomly unchecks it's box and I lose that function about every 2-3 days also.
View 1 Replies View Relatedis there an easy way of identifying which application generates spam messages that appear in the notifications?
sometimes the icon gives it away but not all the time..
When I woke up this morning all of my texts were gone. I do not have anything set to delete them. Why would the phone delete all of my messages?
View 30 Replies View RelatedAnyone know how to setup notifications per user for email and text messages? Applications or setup are find. The one feature i miss the most from blackberry to android, that i have not found a work around.
View 2 Replies View RelatedHow I can have different notifications for voice mail, text messages, FB, etc.
View 4 Replies View RelatedIs there anyway to change the notifications so that when I receive a text it will pop-up on the screen when the phone is locked? Right now all it does is vibrate/ring and blinks the red light at the top right.
View 2 Replies View RelatedI am using Blink on my Desire but it doesn't seem to be working very well. Anyone know of an alternative app to change the colour of the LED for different notifications?
View 10 Replies View RelatedHow do you change the led light notifications?
View 6 Replies View RelatedI use go launcher ex and android 4.04 on samsung s3. what png file is the red notification? Where is the file, in what folder? I like to change this.
View 3 Replies View RelatedUsing ContentResolver and ContentObserver, it is possible to receive notifications in the function onChange() when some data is changed within the content provider. However, I fail to see if there is a way to see the URI which triggered the notification.
For instance, if I want to play a sound when someone deletes "Kara Trace" from my address book or whatever - how do I do that, if not by having another copy of the whole content provider dataset, and then comparing the old dataset copy with a new one? Can someone confirm me that the hard way is the only way?
With the HTC Magic I rarely use the trackball for anything. My biggest benefit from the trackball is the light flash on certain notifications.
It will blink when you missed a call, have a new voicemail or have a new text message.
Does anyone know if there is a way to change these settings? I would like it to flash on any event in the notification bar (like unread emails).
The sensitivity also seems a little low... are there any apps to increase the sensitivity of the trackball?
Is there anyway to change the settings so that notifications don't interrupt when its playing something?
View 1 Replies View RelatedIs possible to change just calendar notifications to a MP3 file?
View 1 Replies View RelatedCan we change theme or style in SMS / MMS view? That I mean iPhone like style?Or, can we use another Apps to manage SMS / MMS? What App is it?
View 4 Replies View RelatedI installed Chompsms and I cannot figure out how to stop the default "messages"'s notifications...
Simple question but I can't figure it out.
I fear the answer is no, but before I change the structure of all of my log messages: Is there any way to do this: $ adb logcat *:S com.myappname.*:V
Or in words: I want to silence every tag that goes to logcat except the ones that begin with com.myappname. Currently my classes print into the log with this.getClass().getName() as the tag - typing each tag out individually in the filter isn't an option, so is there anyway to use the wildcard? The above command doesn't work, because it just silences every class, including the ones I've explicitly told to be verbal. I've also tried:
$ adb logcat -s com.myappname.*:V $ adb logcat com.myappname.*:V *:S
to no avail. I have a feeling I might have to log in a more constant fashion. Or I might just use log4J.