Why do I get the text notification when still in the text and someone responds?

When I am texting with someone and the text is still showing on the screen I get the text notification every time they respond.
I have my text tone set to tri-tone, reminder alerts to none and vibrate off.
It wasn't always like this and it's driving me nuts.
Thanks for any help you can give me.

Someone answered in another thread.  They told me to turn the phone off and wait a minute or 2 before turning it back on and it worked!  Just thought I would share in case anyone else was having this problem.

Similar Messages

  • Why do I get a blue screen when I use the NIDAQ driver.

    I get IRQL_NOT_LESS_OR_EQUAL.
    Address fc792324 has base at fc6f8000 Nidaq32.sys and Address fc7028e3 has base at fc6f8000 Nidaq32.sys.
    The system is running on Windows NT 4.0. The application is built using Application Builder and LabView 5.1.1. The NIDAQ 6.9.0 is used.
    Please help me.

    uffe:
    You seek...Yoda...Help you...I...will..
    This is a kernel mode problem with your NIDAQ32.SYS driver. I believe
    that you can pretty much rule out problems with LV5.1.1 or app
    builder. Your problem
    You have run into a classic BSOD message. It may not always occur so
    it can be really frustrating to diagnose. There may be some
    workarounds you can implement at the application level but it still
    needs to be fixed at the kernel (O/S) level so you're going to need to
    contact NI.
    I've had this same problem error message in the past but not with DAQ
    cards. As I recall, in one case there was a problem with a spinlock
    in the SCSI driver (.sys) file which protected access to the hardware
    I was using.
    What is a spin lock? A spin lock is a special synchronization
    construct used by device driver developers to protect access to
    critical sections of their code usually for hardware access. It is
    the kernel mode equivalent to a VISA resource lock or a semaphore in
    LabVIEW.
    For more on spin locks see:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/kmarch/hh/kmarch/k101_97hu.asp
    Work-around Possibility #1: Do you have two different parts of your
    code trying to access the DAQ card simultaneously? If so, providing
    your own VISA resource locks or semaphores at the application level
    may cure the problem even if the kernel mode driver is failing to
    protect access to the card like it should.
    Even if this fixes the problem PLEASE report it to NI so that they can
    fix it properly in the .sys file and let other users know that the
    workaround I suggested works.
    See:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/network/hh/network/103ndisx_7mk2.asp
    Work-around Possibility #2: I don't know the details of setting up
    your DAQ card so if this question doesn't make any sense don't worry
    about it. Are you setting up the card with some empty array, zero
    memory size, or empty string value or something? I had this problem
    with a reflective memory card driver.
    Sometimes this can screw up a driver that isn't checking for this sort
    of thing with the result of it trying to reference a null ptr or
    something. Again, even if you fix the problem by error checking the
    values before you give them to the DAQ driver VI, make sure you tell
    NI about it.
    This explanation also jibes with what Microsoft has to say on
    IRQL_NOT_LESS_OR_EQUAL. See:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/w2kmsgs/6077.asp
    3) There may be other explanations for your problem but these are two
    that I've run into personally. Try going to www.microsoft.com and
    doing a search on IRQL_NOT_LESS_OR_EQUAL if my two possibilities
    aren't the cause of your problem.
    4) Make sure you have the latest driver from NI for the NIDAQ. NI may
    have already fixed your problem in a later version of the NIDAQ
    driver.
    5) Also I would recommend making sure that you have the latest service
    pack (SP6A) installed or that you go ahead and upgrade to Win2000. As
    I recall when I had my one of my driver problems it was with an
    earlier SP release and upgrading SP's helped.
    6) If none of these suggestions help, you need to call NI help line
    (800-IEE-E488) and report this to see if they know about it so that
    they can give you a work around and see if they can recreate the
    problem and then fix it.
    Doug De Clue
    LabVIEW developer
    [email protected]
    uffe wrote in message news:<[email protected]>...
    > I get IRQL_NOT_LESS_OR_EQUAL.
    > Address fc792324 has base at fc6f8000 Nidaq32.sys and Address fc7028e3
    > has base at fc6f8000 Nidaq32.sys.
    >
    > The system is running on Windows NT 4.0. The application is built
    > using Application Builder and LabView 5.1.1. The NIDAQ 6.9.0 is used.
    >
    > Please help me.

  • Why do i get a white screen when i lift the display screen

    when i lift the screen to log in to an account a get a 'white screen'  the machine does not respond to any key(s).  If I held doden the power button, I can re-boot and all is fixed untill the next time....   Maybe once a month this happens?

    Hello, NickNE. 
    I would recommend trying the steps in the articles below as they may help with the display issue you are experiencing.
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/ht3964
    About NVRAM and PRAM
    http://support.apple.com/kb/ht1379
    Cheers,
    Jason H.

  • Why do I get message send failure when replying to a text received on my i phone

    I receive texts from a number in my contacts but when i try to send a text it says Not Delivered followed by !  (in red font)

    Hello backhere
    If you are having issues sending either SMS or iMessages, then check out the article below. It will have you look over your settings as well as checking the Date and Time for your iPhone to make sure that the messages can get sent out properly.
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Regards,
    -Norm G.

  • Why am I getting this message suddenly, when I've done dozens and dozens of projects without trouble at all: The project could not be prepared for publishing because an error occurred. (OpWrErr: file already open with with write permission)

    Why am I suddenly getting this message after I've been using iMovie for a few years now and have never had any such issue before:  The project could not be prepared for publishing because an error occurred. (OpWrErr: file already open with with write permission)

    Two things
    I meant search THIS FORUM
    Error minus49 not same as ERROR 49
    Yours Bengt W

  • Why do I get a memory leak when I use the Write Data Storage VI in a loop

    I have a large application that I am collecting various data points from. For the most part they are simple scalar values that need to be logged on a regular basis.  I was attempting to use the new TDM files and the storage VI's  I though everything was working until I looked at the taskmanager and noticed that when the logging loop ran my CPU eventually went to 100% and the process memory grew from about 80,000K to 100,000K and eventually locks up the system. 
    I am using a state machine arch. 
    State 1 - open file (open create) mode) 
    State 2 - Write Channel Group Properties
    State 3 - Loop writes 24 distinct data points to a TDM files in append mode
    State 3 - Repeats [creating new rows of the same 24 data point (wait time about 1 sec)]
    State 4 - Close file on exit.
    Any help on this problem would be appreciated.

    The way I see it, it should be this way.
    Message Edited by Pana-man on 09-30-2005 08:15 PM
    Message Edited by Pana-man on 09-30-2005 08:18 PM
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?
    Attachments:
    nextWeek.jpg ‏43 KB

  • Why do I get a plus sign " " when I hit the space bar?

    This problem comes and goes and seemed tohave started when I typed something into the search bar on Safari.

    This thread is thirty months old and outdated; you have no products listed in your profile and so we cannot be sure what machine or version of it you are using.
    Please supply more detail and include this in a new question.
    Thank you.

  • Can someone tell me how or why I'm getting an error message when I download the itunes update.

    Hi.  The download for the itunes update gives me an error 7 windows 193. How do I fix that?

    Well, first, if you want help for an iTunes problem, you shouldn't post in the iPad forum. :-)
    I've asked that your post be relocated to the appropriate forum.
    This should answer your question. http://support.apple.com/kb/TS3074

  • Why do I get "unknown validation error" when I sign into MobileME and Aperture on my laptop?

    I am unable to sign into my Mobile Me in System Preference and therefore Aperture will not load photos from my stream.  When I attempt to do so I get "Unknown Validation Error    Your MobileMe member name or password may be invalid. Please enter a different name or password"
    Yet I am able to sign into iCloud and all my devices with the EXACT same Apple ID and password. What's up?

    I hate to break it to you, but MobileMe no longer exists.

  • I have 2 phones on my iTunes account, why are text messages showing on the second phone when sent from the first

    I have 2 phones on my iTunes account, why are text messages showing on the second phone when sent from the first phone?

    it's meant to work like that
    so if you receive a message on your iphone you also get it on your ipad or ipod touch
    to avoid it use separate appleID for each device
    or turn off imessage on 1 or both devices in their settings
    but that will not fix the issue that 2 devices using the same appleID will never be able to facetime eachother
    the appleID is a unique handle for 1 user only

  • Why am I getting two different conversations when the same person txts me and sends me an I message? I thought they should be in the same conversation?

    Why am I getting two different conversations when the same person txts me and sends me an I message? I thought they should be in the same conversation?

    I'm experiencing something similar. My conversations are kept together but if the screen is opened to a conversation and I receive a text from that person it doesn't show up on the screen. The message alert in the upper corner indicates a new text but I have to back out of the screen and go back in to read it.

  • I have been sent a 'word document' in which are a series of boxes about thirty lines long to insure written text. When Pages opens the document it extends these to a whole A4 page how do I get it to retain the original layout

    I have been sent a 'word document' in which are a series of boxes about thirty lines long to insert written text. When Pages opens the document it extends these to a whole A4 page how do I get it to retain the original layout

    You can't change the way Pages import .doc files.
    It was never written that it reproduce exactly the original one.
    From my point of view, as I refuse to give a cent to M...soft, the best way to deal with documents issued by their Office suite is to use the free libreOffice.
    Yvan KOENIG (VALLAURIS, France) jeudi 7 juillet 2011 11:34:19 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Why do I get this error message when I open Organizer in Photoshop Elements 11 "Elements Organizer has stopped working"? My only option is to Close Program so I am effectively locked out of my photo catalogue.  I have reinstalled the program to no avail.

    Why do I get this error message when I open Organizer in Photoshop Elements 11 "Elements Organizer has stopped working"? My only option is to Close Program so I am effectively locked out of my photo catalogue. I have tried reinstalling the program but it made no difference to the error message.
    Could someone help please?  Steph

    Hi,
    Please give a try to Photoshop Elements (PSE) knowledge base. steps mentioned on this and see if it works.
    Regards
    Kishan

  • Why am I getting this error message when I try to import? "The following files were not imported because they could not be read. (645)" I can see them :(

    Why am I getting this error message when I try to import? "The following files were not imported because they could not be read. (645)" I can see them
    Is was working this morning!

    Depends on your operating system
    Go to google, try typing in
    Change permissions Windows
    or
    Change permissions Mac

  • I have a friend that has the IPhone and I have Straight Talk, what the issue is,when I send picture texts from my ST phone to his IPhone,he always tells me  he doesn't receive them.Why is this happening?

    I have a friend that has the IPhone and I have Straight Talk, what the issue is,when I send picture texts from my ST phone to his IPhone,he always tells me  he doesn't receive them.Why is this happening?

    You got the new iphone?????   I have same problem.  I transferred audiobooks to device to find no audiobooks on device (despite it being in iTunes as if it was).  Have you found a solution?????   I even tried to change import settings on format transfer but hasn't worked. 

Maybe you are looking for

  • 10.4.8 in an Earthlink PPPoE-connected Network

    Hi, everyone. I've looked through the posts that I can find and everytime I try something, it doesn't work. So now I'd like to post my problem and see what I need to do. I have OSX Server 4.8 in a network that is connected to the Internet via Earthli

  • Error Handler (File not Found) missing .cfm

    Hi, I have multiple applications on my server. For each application I would like an error handler that will catch missing .cfm files. If a user types in www.abc.com/test.cfm, and test.cfm does not exist, each site will use its own "errorHandler.cfm"

  • Dynamically updating webparts

    Hello, I would like to know if it's possible to dynamically update webpart fields. For example: If the customer clicks on the "+1" button the field "value" will become = "value"+1 If the customer clicks on the "-1" button the field "value" will becom

  • Lenovo y40-80 Temperature

    Hey everyone, I bought a new y40-80 laptop about a month ago. So far I'm pretty happy with it, but I do have a few questions regarding concerns about overheating. I've been doing some gaming with it (namely Skyrim) and noticed that the fan gets very

  • Hp c309- problems printing from laptop wo pc on

    My printer is set up through my pc and my wireless router. I am finding that I cannot print wirelessly unless my pc is on. Does this sound correct? I don't want to have to keep my pc on all the time as we don't use it that often. I'd also like to rei