Is there a way to have a audible alert for when a mms fails to send?

Pretty much the thread title. I want to know if there is a way for a better alert then just a little red "!" next to the text and on the mms app button. To many times I have tried to send a text then turn the screen off or slip the phone back into my pocket only to get a message awhile later from the person I was trying to text asking why I never replied then I see that lame excuse for a failed message alert. This is getting really old. Also why doesnt it auto-retry to send a failed message?

No such functionality currently exists.
Feedback can be submitted here.

Similar Messages

  • Is there a way to receive an audible notification for new email?

    Is there a way to receive an audible notificaton for new email?

    Julian Wright wrote:
    If your email provider supports Push email, then you will get audible email notifications automatically. Otherwise, email is only checked when you open the email app.
    If you have Fetch New Data set to automatically check every 15, 30, or 60 minutes then you will also get the tone when the system checks for mail and finds mail available.  If you set Fetch New Data to Manually then you will only get the email checked when you open the Mail app.

  • Can anyone help or answer this question for me. Is there a way to have a private album for pictures sent to my phone? Don't exactly want kids ( niece and nephew ) to play on my phone and see private pictures of my girlfriend

    Can anyone help or answer this question for me. Is there a way to have a private album for pictures sent to my phone? Don't exactly want kids ( niece and nephew ) to play on my phone and see private pictures of my girlfriend

    What about this?
    https://itunes.apple.com/ru/app/best-secret-folder/id488030828?l=en&mt=8

  • Is there a way to have two different iTunes for two different iPhones on one Windows User account?

    Using Windows 7, iphone 4.
    I've read as many threads on these forums and as many kb's as I could find, but I sttill can't figure it out. I have 2 iPhones. Let's call them, "wife" and "hubby". I want to have two separate iTunes, one for each of the phones. Hubby is the Windoows User. I don't want to set up a different Windows User for wife.
    Hubby was the original iPhone. When I plug it in, iTunes recognized it has Hubby's iPhone. Then I unplug Hubby and close iTunes. I plug in Wife but iTunes stll comes up with Hubby under Devices and syncs Hubby's iTunes to Wife's iphone.
    I've tried using the shift key when I open iTunes to set up two separate .itl files to no avail.
    Is there a way to have two different iTunes for two different iPhones on one Windows User account?
    Thanks!

    What happens if you rename the iPhone "Wife" when it shows up as "Hubby", then choose a different set of apps/playlists to sync with? iTunes is supposed to be able to manage multiple devices, each with their own selection of content. Perhaps you "restored" "Wife" with a backup from "Hubby" when you first set things up which is now causing confusion.
    To create a new library press and hold down the shift key as you click the icon to start iTunes and keep holding shift until asked to choose or create a library. You need to use the same technique to switch back.
    tt2

  • Is there any way to have FaceTime ring multiple times when someone wants to talk? Unless I am at my computer I would never I would never know someone wants to talk.

    Not sure of the protocol and apologize if I have repeated my question which is "Is there any way to have Facetime ring (alert) multiple times when someone wants to talk? Unless I am at my computer, I would never know someone wants to make contact."

    I reposted the question here where I'm getting advice:
    http://discussions.apple.com/thread.jspa?threadID=1302031&tstart=0
    S.

  • I installed iCloud on to a pc.  The shorts cuts did not include notes.  Is there a way to have a short cut for notes or do I need to logon to icloud every time to use notes on my pc?

    I  installed iCloud on my pc and the short cuts did not include notes.  Is there a way to create a short cut for notes or do I have to logon to iCloud every time I use notes on my pc?

    Open the Mac App Store on your MacBook Pro
    Hold the Option key and click on “Purchases”
    Hold the Option key and click on “OS X Lion” from the purchased app list
    “Installed’ should now say “Install” which allows you to download OS X Lion.
    This assumes you are using the same Apple ID on both computers.
    Lion does not get installed on an iPad. It runs iOS.

  • Is there a way to still get audible alerts of new messages without having any banners or text appear in the lock screen?

    I'm trying to make sure I am doing this correctly.  How do you set up alerts for both text messages and iMessages so that even when the phone is locked you will still get an audible or vibration alert as soon as the message is received?  And is there a way to do this without having any text appear on the lock screen that shows who the message is from.  My phone stays in locked mode most of the time but I still want to recieve alerts for new messages as soon as they arrive.  I'm also concerned about privacy so I don't want any text or preview or even any information about the sender to appear on the lock screen.  I just want a vibration or audible alert.

    Open the Settings app > Notifications > Messages. Scroll down adn turn OFF "View In Lock Screen". You may want to consider setting Alert style to none, but this will not impact what happens when the screen is locked.

  • Is there a way to have a homepage set for an "App Tab"?

    Lets say I'm using facebook on an App Tab and I click on a link and it takes me away from facebook (or maybe it just takes me away from the home facebook page that I had originally set as an App Tab). When I restart firefox the page that shows up is the last page I visited on that tab. Is there any way to set a "homepage" for each "App Tab" so that whenever I restart firefox the original page I had intended to be there is actually there?

    Hi,
    Within a country, you can have different screens as per the different employee group, subgroup, personnel area, subarea etc. You can use further decision fields after MOLGA. Feature P0002 has PME04 structure and it offers more than just MOLGA as the decision field:
    BUKRS     Company Code
    WERKS     Personnel Area
    BTRTL     Personnel Subarea
    PERSG     Employee Group
    PERSK     Employee Subgroup
    ITBLD     Infotype Screen Control
    MOLGA     Country Grouping
    TCLAS     Transaction Class for Data Retention
    With that said, if you just use MOLGA, you can only have one screen. For more than one, further divide MOLGA as per other fields mentioned above.
    Hope this helps.
    Donnie

  • GROUP BY - Is there a way to have some sort of for-each statement?

    Hi there,
    This discussion is a branch from https://forums.oracle.com/thread/2614679
    I data mart I created for a chain of theatres. The fact table contain information about ticket sales, and I have a some dimensions including DimClient and DimTime.
    Here is an example of each table:
    FactTicketPurchase
    TICKETPURCHASEID
    CLIENTID
    PRODUCTIONID
    THEATREID
    TIMEID
    TROWID
    SUMTOTALAMOUNT
    60006
    2527
    66
    21
    942
    40
    7
    60007
    2527
    72
    21
    988
    36
    6
    60008
    2527
    74
    21
    1001
    40
    6
    60009
    2527
    76
    21
    1015
    37
    6
    60010
    2527
    79
    21
    1037
    39
    6
    DDL for FactTicketPurchase
    CREATE TABLE FactTicketPurchase(
    TicketPurchaseID NUMBER(10) PRIMARY KEY,
    ClientID NUMBER(5) CONSTRAINT fk_client REFERENCES DimClient,
    -- ProductionID NUMBER(5) CONSTRAINT fk_prod REFERENCES DimProduction,
    -- TheatreID NUMBER(5) CONSTRAINT fk_theatre REFERENCES DimTheatre,
    TimeID NUMBER(6) CONSTRAINT fk_time REFERENCES DimTime,
    -- TRowID NUMBER(5) CONSTRAINT fk_trow REFERENCES DimTRow,
    SumTotalAmount NUMBER(22) NOT NULL);
    DimClient
    CLIENTID
    CLIENT#
    NAME
    TOWN
    COUNTY
    2503
    1
    LEE M1
    West Bridgford
    Nottingham
    2504
    2
    HELEN W2
    Hyson Green
    Nottingham
    2505
    3
    LEE M3
    Lenton Abbey
    Nottingham
    2506
    4
    LORA W4
    Beeston
    Nottingham
    2507
    5
    SCOTT M5
    Radford
    Nottingham
    2508
    6
    MINA W6
    Hyson Green
    Nottingham
        ..cff.
    DDL for DimClient
    CREATE TABLE DimClient(
    ClientID NUMBER(5) PRIMARY KEY,
    Name VARCHAR2(30) NOT NULL);
    DimTime
    TIMEID
    FULLDATE
    YEAR
    SEASON
    MONTH
    MONTHDAY
    WEEK
    WEEKDAY
    817
    02-MAR-10
    2010
    Spring
    3
    2
    9
    3
    818
    03-MAR-10
    2010
    Spring
    3
    3
    9
    4
    819
    04-MAR-10
    2010
    Spring
    3
    4
    9
    5
    820
    05-MAR-10
    2010
    Spring
    3
    5
    9
    6
    821
    06-MAR-10
    2010
    Spring
    3
    6
    9
    7
    822
    07-MAR-10
    2010
    Spring
    3
    7
    9
    1
    DDL for DimTime
    CREATE TABLE DimTime(
    TimeID NUMBER(6) PRIMARY KEY,
    Year NUMBER(4) NOT NULL,
    Season VARCHAR2(20));
    I have the following analysis request to perform on this data mart:
    Top 5 clients by value of ticket sale for each season
    For this requirement I came up with the following query:
    SELECT * FROM
    (SELECT FacTIC.ClientID, DimCLI.Name, SUM(SumtotalAmount) SumTotalAmount, DimTIM.Season
    FROM FactTicketPurchase FacTIC, DimClient DimCLI, DimTime DimTIM
    WHERE FacTIC.ClientID = DimCLI.ClientID
    AND FacTIC.TimeID = DimTIM.TimeID
    AND Season = 'Spring'  AND Year = 2010
    GROUP BY Season, FacTIC.ClientID, DimCLI.Name
    ORDER BY Season ASC, SumTotalAmount DESC)
    WHERE rownum <=5;
    As you can see, in line 06 of the above query, I am explicitly specifying the season for the query to return.
    However what I would like to do is just one query that could autocratically go through the seasons and years available in the time dimension in a fashion similar to a FOR-EACH statement. This way, if we get more years added to the time dimension, we wouldn't have to amend the query.
    Is this possible?
    Regards,
    P.

    I think I fixed it!
    The trick was to look into the r_num value. As soon as I added it to my query I started to see how r_num was being calculated and I realised that I had to add Season to my partition, right after Year.
    SELECT Year, Season, TotalAmount, Name
    FROM (
       SELECT   DimCLI.Name
       ,        DimTIM.Year
       ,        DIMTIM.Season
       ,        SUM(FacTIC.SumTotalAmount) TotalAmount
       ,        RANK() OVER (PARTITION BY Year, Season
                             ORDER BY SUM(FacTIC.SumTotalAmount) DESC
                            ) AS r_num
       FROM     FactTicketPurchase FacTIC
       ,        DimClient DimCLI
      ,         DimTime DimTIM
       WHERE    FacTIC.ClientID = DimCLI.ClientID
       AND      FacTIC.TimeID = DimTIM.TimeID
       GROUP BY DimTIM.Year
       ,        DimTIM.Season
       ,        DimCLI.Name
    WHERE r_num <= 5 -- Need to amend this line on my data sample to show 2 rows.
    ORDER BY Year, Season, TotalAmount DESC;
    Looking at my data sample, I got the following:
    YEAR
    SEASON
    TOTALAMOUNT
    CLIENTID
    2010
    Autumn
    29
    2504
    2010
    Autumn
    26
    2503
    2010
    Spring
    25
    2503
    2010
    Spring
    14
    2506
    2010
    Summer
    26
    2506
    2010
    Summer
    26
    2504
    2010
    Winter
    28
    2503
    2010
    Winter
    26
    2506
    2011
    Autumn
    23
    2506
    2011
    Autumn
    14
    2503
    2011
    Spring
    25
    2505
    2011
    Spring
    13
    2503
    2011
    Summer
    21
    2505
    2011
    Summer
    14
    2503
    2011
    Winter
    19
    2505
    Now, looking at my real data, (considering the top 5 rows, not the top 2), I got:
    YEAR
    SEASON
    TOTALAMOUNT
    NAME
    2010
    Autumn
    141
    BUSH M225
    2010
    Autumn
    140
    DIANA W66
    2010
    Autumn
    136
    HANA W232
    2010
    Autumn
    120
    DIANA W220
    2010
    Autumn
    120
    WILSON M459
    2010
    Spring
    137
    DAVID M469
    2010
    Spring
    125
    ALEX M125
    2010
    Spring
    124
    PETER M269
    2010
    Spring
    115
    ZHOU M463
    2010
    Spring
    114
    TANIA W304
    2010
    Summer
    138
    JANE W404
    2010
    Summer
    105
    MINA W8
    2010
    Summer
    97
    DAVID M275
    2010
    Summer
    96
    CLINTON M483
    2010
    Summer
    93
    ANNA W288
    2011
    Spring
    12
    LUISE W20
    2011
    Spring
    7
    ANNA W432
    2011
    Spring
    7
    LEE M409
    2011
    Spring
    7
    CHRIS W274
    2011
    Spring
    7
    HELEN W136
    2011
    Spring
    7
    LILY W114
    2011
    Spring
    7
    LUISE W348
    2011
    Spring
    7
    LIU M107
    2011
    Spring
    7
    VICTORY W194
    2011
    Spring
    7
    DIANA W240
    2011
    Spring
    7
    HELEN W120
    2011
    Spring
    7
    LILY W296
    2011
    Spring
    7
    MATTHEW M389
    2011
    Spring
    7
    PACO M343
    2011
    Spring
    7
    YANG M411
    2011
    Spring
    7
    ERIC M101
    2011
    Spring
    7
    ALEX M181
    2011
    Spring
    7
    SMITH M289
    2011
    Spring
    7
    DIANA W360
    2011
    Spring
    7
    MATTHEW M63
    2011
    Spring
    7
    SALLY W170
    2011
    Spring
    7
    JENNY W258
    2011
    Spring
    7

  • Is there a way to have a search form for the CRM database?

    I know there is a search form provided for the Web Apps. I can't seem to find how to create a search form for the CRM database. I have created a membership site, and also extended the CRM database with additional fields. I would like the users to be able to search on selected fields in the CRM database including the extended database fields. For example, I have a field called membership type in the extended database. I would like to be able to search on that in a search form. Is that possible?
    Thanks

    Sidney,
    Your input is very helpful to put me on the track to find a workaround. As I tried using Web App approach, I get into a road block that hopefully you can help throw some light on.
    This my scenerio: I created a Web App for holding the profile fields (called it Profile). I created a Page to display the Customer record (Names, usernames, email, etc, and I would also want to display the fields from the Profile Web App. I am at lost how to do that. Seems like I can only insert the web item list in that page but I actually want to display the Detall Layout instead of the List layout. To display the Detail Layout, I need to first manually choose the item before it will direct me to the Detail layout. I am trying to find a way to do this automatically based on the fact I have only one Profile web app item for each customer.
    The question is whether there is a way to pull up a specific Profile web app item based on the customer's id or something that link the two together, using javascript or whatever method. Is there a tag to gives me the customer record id? If I can get that id, I could insert that id into one of the fields in the Profile Web App during creation of profile. Perhaps I can then pull up the profile item based on this id.
    Thanks for all the help
    Steve

  • Is there any way to have a skype call open when no...

    I wonder if there's any way to keep a skype call on even though no one is in the conversation online, so when you get online you can join the conversasion and hope there is anyone there
    For 1UpTeam

    What are the buttons doing? Just delete their pausing point and when they reach the end of the slide, and the Exit action is set to Continue or Go to Next slide, everything will play on.
    Lilybiri

  • Is there a way to have two iCloud accounts for one Apple Id

    I want to keeo sharing my apps with my wife but Dont want our safari info and contacts and calenders to sync together

    You're confusing icloud and itunes store accounts.  Individual users should have their own icloud accounts (using their Apple ID) but multiple users can share the same ID for logging into the itunes store account.

  • Is there a way to set up unique alerts for unique text messages?

    I have a need to be able to identify text messages from a specific sender.  I currently can only find one message alert sound for all messages and want to be able to give certain senders a unique sound.  Is this possible on the IPhone?

    .. go into "Contacts" on your iPhone.. select a contact.. then scroll down and select the ringtone for either text messages and/or phone calls.

  • I have lost audible alerts for all functions iphone 4 any suggestions?

    tried all the normal things like shutting down the unit...reducing number of open apps I no longer receive the selected tone for a text. phone dosent ring. speaker works can hear music etc but no sounds aler

    I had not tried that article, however I already went throught the troubleshooting assistant, which covers everything that article has.
    I am about to try to delete and re-install iTunes though, which was mentioned in your artile link.
    Thanks for the help.
    I'll post my findings/results.

  • Audible Alert for one IMAP Email (security alert)?

    i tried a search for this and i assume i know the answer but i am hoping perhaps someone has a workaround.
    i have set up vitamin D (so far it is pretty fantastic on the demo) which allows me to get an email alert when there is activity/motion in front of my integrated iSight. i am about to set up something more sophisticate which I assume also allows for an alert via email (not sure if it allows for a text message alert or not).
    is there some way to get an AUDIBLE alert for one email account? i would really like to be able to be alerted in some way that there way activity for security reasons but i really don't want to be a slave to checking my email every time something comes in.
    any ideas?
    THANKS

    You can't set a different notification sound for each family member but If you designate the people that you want notifications from as VIP, I think it might be possible to get notifications from family members only.
    Launch mail and tap the blue  "I" in the VIP section. Tap "Add VIP" in order to add the family members to the VIP list that you want to include. Then tap "VIP Alert" to automatically go to the notifications area of the settings app. Set you preferences in there for the family members. Then go to Settings>Notitication Center and turn off the audible notifications for all other mail.
    The setting states that whatever you set for VIP alerts will override the other mail alerts, so I am taking that to mean that what I am suggesting is possible to do.

Maybe you are looking for