Is it possible to exclude single contacts from the mute? For example: I want to hear when I recieve an SMS alert even if I mute my iPhone 4.

Is it possible to exclude single contacts from the mute? For example: I want to hear when I recieve an SMS alert even if I mute my iPhone 4 (I am a fireman).

No iPhone apps have access to the necessary API's to do so...they're all sandboxed.

Similar Messages

  • I would like to know the list of possible output (export) file codec from FCP X. For example, can I export  in F4V or FLV format?

    I would like to know the list of possible output (export) file codec from FCP X.  For example, can I export  in FLV format?  Where do I find the list, which gives me all the details about it?  Or is there only one output codec? Thanks

    That's an excellent analogy. While FCP cannot export FLV. It is possible to do a very simple substitution. If you export a QuickTime movie using the .mov suffix with the H.264 codec, you can change it to FLV simply by changing the suffix to .flv. This is an acceptable format for Flash movies on most web sites, if that's where you're trying to go.

  • Unable to print from the browser, for example: in my amazon account, i am unable to print shipping lable by hitting "print" button. It worked in IE, but not now.

    I used to be able to print from the browser, specifically Amazon...hit print and I would get the print/preview from windows. In IE it worked perfectly, but IE start messing up and grinding to halt, taking MINUTES to load a page, like dial-up!
    Firefox is fast and runs great....just cant PRINT..grr.
    also... noticed that i am unable to read my online paper now. Paper will open, i can read the full page view, but when I try to hit a particular article to enlarge in another popup window, nothing happens. perhaps a security something preventing popups? but there is no option to do otherwise.
    again, was able to read articles in IE.
    Am I missing an add-on?

    I too developed the same problem about 2 weeks ago. First in Safari then Firefox. I have 2 printers, one local and one networked (different brands etc). Neither browser will print ANYTHING from the web to either printer. Jobs are not stuck in queu - goes to printer but just spits out blank paper. Not even email. No pop-ups involved (like the usps site). Not website specific. All other applications on the machine print perfectly to both printers.

  • Exclude a version from the calculation

    Hello,
    In our model we have a version used uniquely to upload data. When the system starts to calculate, it includes this version.  We have tried to lock the version,but it still included in the calculation.
    We would like to know if is possible to exclude this version from the calculation in order to optimize the calculation.
    Thanks in advance,
    Best regards

    First of all, thanks for your responses.
    We would like to develop option 1 from Michaels' solutions, because we have too much LineItems (about 2000) for the option two. So we think, option 1 will be easier.
    The version we are going to exclude is "Initial Charge". Are you suggesting we should make next rule?
           Function CellValue
              RestrictDimension("Versions","Initial Charge")
              CellValue=0
          End Function
    In case of  excluding a single period from that version, next rule would be correct?
          Function CellValue
             RestrictDimension("Versions","Initial Charge")
             RestrictDimension("Periods","January")
             CellValue=0
          End Function
    Thanks again
    Best regards!

  • Deleting single row from Special Price for Business Partners

    Hi Experts,
    How would I go about about deleting a single row from Special Prices for Business Partners across all BPs when for most of my BPs this is the only special price they have.  I have tried using Copy Discounts function but once you are down to 0 rows the record has effectively gone from the table so there is nothing to copy. 
    Hopefully I won't have to go thorugh 5000 records and delete each one idividually.
    Thanks
    Jon

    Hi Jon,
    You may try a tool called B1TCH:
    /people/community.user/blog/2007/08/19/get-your-kicks-with-di-commander
    Thanks,
    Gordon

  • Is it possible to export contacts  from Outlook 2011 for Mac and importing this file back into Mac Address Book.? please reply me its urgent

    Is it possible to export contacts  from Outlook 2011 for Mac and importing this file back into Mac Address Book.? please reply me its urgent

    Is it possible to export contacts  from Outlook 2011 for Mac and importing this file back into Mac Address Book.? please reply me its urgent

  • Is it possible to retrieve deleted files from the cloud i.e. contact list?

    Is it possible to retrieve deleted files from the cloud i.e. contacts?

    If you have an iCloud backup of an iOS device that was made while the contacts were still on it, you may be able to restore them from the backup by following this user tip from Winston Churchill: https://discussions.apple.com/docs/DOC-4841.

  • Is it possible UPLOAD a single printer from an LDT with a lot of printers?

    is it possible UPLOAD a single printer from an LDT with a lot of printers? by using FNDLOAD
    here we can
    download a specific printer definition, we need to follow the below syntax
    FNDLOAD apps/ 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcppinf.lct
    source_printer_def.ldt FND_PRINTER PRINTER_NAME=[printer name]

    Duplicate post -- migrate  printers, types, styles and drivers from an 11i to R12 instance us

  • Is it possible to exclude a HOST from  DRS.

    Hi, I want to know if it possible (maybe in DRS advances options) to exclude a Host from the DRS.
    I got one cluster with 8 hosts. I want to let the DRS on the cluster for all the host except one.
    I don't want to create a rule to exclude VMs from the host.
    I want the DRS to continue to work on the cluster but I want it to not considered a specific host.
    Thanx

    All our hosts in the cluster are the same except for one.
    9 x HP Proliant DL580 G5 (16CPUs x 2.933GHz)
    1 x HP Proliant DL580 G7 (24CPUs x 2.663 GHz)
    The DRS seems to have difficulty to balance efficiently the charge on this one. For example, all other servers are at 30% CPU and Memory at 70%. At the same time, the G7 keeps having a charge at 50% CPU and 92% memory, no-mater which VM is on it.
    So what I would have like to do was to exclude this specific host from the DRS and control his charge manually. At least to test it.
    I know that the best practice recommend to have all the same hardware, but it's not always possible.

  • Is it possible to exclude white space from creating records using UNPIVOT

    SELECT
            FROM
                Table1
                UNPIVOT EXCLUDE NULLS
                    NEW_COLUMN
                    FOR COLUMN_NAME IN
                       FIELD1, field2, --------------FIELD20
                )I don't want to create row for whitespace (empty value) in any of field1-field20 columns. Row should create for each of value present in any of FIELD1-FIELD20. Is it possible to exclude white space from creating records using UNPIVOT? I am just looking for syntax if there any. thanks

    Hi,
    Sorry, it's very unclear what you want.
    Whenever you have a question, please post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all the tables involved, and the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say what version of Oracle you're using (e.g. 11.2.0.2.0).
    See the forum FAQ {message:id=9360002}
    Have you tried the the UNPIVOT EXCLUDE NULLS option? See the SQL Language manual for details.
    It that doesn't do what you want, then you may need to UNPIVOT in a sub-query, generating more rows than you want, and use a WHERE clause in the main query to remove the unwanted rows.

  • I want to delete a single contact from history.

    Hi!! I want to delete a single contact from history. I have read that few users have asked similar questions in the past as well and also I have found some of them answering or rather questioning why one will like to delete a single log from the history. ???
    The answer is simple. For me, I may not want my friends/parents or any other know whom I was talking with. This feature is very much there in Nokia and it is very usefull as well.
    So in case, any body find the solution, please reply.

    In the present iOS, it's all or nothing. You can suggest Apple add the ability to edit the call history log here:
    http://www.apple.com/feedback/iphone.html

  • Is it possible to not have contacts from an iphone show up on all devices in icloud account

    is it possible to not have contacts from an iphone show up on all devices

    Yes. If they have different iCloud accounts or if Contacts is not turned on in Settings>iCloud.

  • HT4890 Is it possible to retrieve deleted contacts from a former backup?

    I am trying to retrieve deleted contacts, but I do not see them in my iCloud account. Is there any way to retrieve them? Thanks!

    Welcome to the Apple communities.
    iCloud data is not part of your iCloud backup, therefore restoring your phone will not help recover your deleted contacts.
    If your iCloud contacts are synced with your computer, then you can recover any deleted contacts from the backup you keep of your computer. Unfortunately if you do not sync your iCloud contacts to a computer or you do not keep a backup of the computer you will be unable to recover them.

  • Windows 8.1 & Skype: how to call a contact from the Windows Contact List?

    Hi  I just added a contact on Win 8.1 Surface. When I try to call directly from the windows contact list I get a message that skype has been replaced by skype for desktop. When I remove the skype app (and keep skype for desktop) calling from the list is also not possible: I get a message that no app is associated (message-skype-com) Is there a way around it? Or is it currently not possible to call a skype contact from windows contacts? 

    Hi, Pancake12,
    Because I am not certain I an interpreting what you mean - although it looks quite literal - I am going to provide three separate pieces of information:
    - To remove a contact's name from your Skype sign-in window, please refer to the instruction in this FAQ article - using their account name, not yours:  https://support.skype.com/en/faq/FA11070/how-can-i​-remove-my-skype-name-from-the-sign-in-screen-in-s​...
    - In case you mean removing a contact from the Skype Home Screen when you say, "sign in window," unfortunately, we cannot do this.  Skype has some arbitrary algorithm which places recently contacted people on the Home Screen.
    - In case you mean removing a contact from your contact list, here is an FAQ with the details how to do this:  https://support.skype.com/en/faq/FA421/how-do-i-or​ganize-my-contacts   In Windows, it's as easy as highlighting by single-clicking a contact's name, right-click, and choose Remove from Contacts or Block.
    Hope this helps!
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • How do I scan multiple documents to a single pdf from the ADF on my MX922?

    How do I scan multiple documents to a single pdf from the ADF on my MX922?
    Solved!
    Go to Solution.

    Hi Riceburner1,
    Since you have had difficulty scanning using My Image Garden, you can scan using the IJ Scan Utility program that also comes with the printer.  To do this, please follow these steps:
    1. Place the documents in the ADF or on the platen glass of the printer.
    2. Start the IJ Scan Utility.
        For Windows 8.1:
        1. On your keyboard, press the Windows key.
        2. Start typing IJ SCAN UTILITY. The search window opens as you type. Once the IJ SCAN UTILITY is displayed, please select and open it, then continue with Step 3 below.
        For Windows XP:
        1. Go to your START MENU, then select ALL PROGRAMS, then CANON UTILITIES, then the IJ SCAN UTILITY program.
        2. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears. Please continue with Step 3 below.
    3. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    4. Click the DOCUMENT SCAN option on the left pane of the window. In the Select Source field of the Scan Options section, select DOCUMENT (ADF/PLATEN) to scan items placed directly on the platen glass, DOCUMENT (ADF SIMPLEX) to perform single-sided scanning from the ADF, or DOCUMENT (ADF DUPLEX) to perform double-sided scanning using the ADF. You can then set the item size, resolution, etc. in the Scan Options section as desired.
    5. In the SAVE SETTINGS section of the window, you will select the save format and location of the document you are about to scan.
         a.) In the FILE NAME field, specify the name you would like to give the file. By default the filename will begin with IMG; you can remove IMG and change it to whatever you would like to name the file.  Please note that the filename that you give the document here will be the default filename for all items scanned until you change the file name.  If you leave the file name the same in the field, the scanned item will have a sequential number appended to the end of whatever name you give it.
         b.) In the DATA FORMAT field, use the drop-down arrow to select the desired option. If you are scanning a multipage document, select the PDF (Multiple Pages) option.
         c.) In the SAVE IN field, please navigate to the area where you would like the file to be saved once it is scanned in. By default, the file will be saved in the MY DOCUMENTS folder.
    6.  In the APPLICATION SETTINGS section of the window, please select the DO NOT START ANY APPLICATION option.  
    7. Once all settings have been selected, click the OK button at the bottom of the SETTINGS (DOCUMENT SCAN) window. The IJ Scan Utility main screen appears.
    8. Click the DOCUMENT button. Scanning starts. Click the CANCEL button to cancel scanning if needed.   Once the scan is completed, scanned images are saved in the previously selected folder location specified in the SETTINGS... window.
    Hope this helps!
    This didn't answer your question or issue? Please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for

  • SubmitButton can be clicked more than once

    JDev 9.0.5.2 ADF UIX struts I have a page that has a submit button to insert an ORDSYS.ORDOC into a database table then I have a dataForwardAction that executes 2 stored procedures to parse the data and insert it into tables before moving to the next

  • TimeMachine's backup not found

    Hello everyone, I was wondering if anyone could help me out with the following issue. Few days ago, since I decided to format my MacBook, I had made the backup through Time Machine before. The backup went right. Subsequently, I formatted using the or

  • Package not found in import

    Hello, I�m trying to run a webapplication but I get an Error 500-message in the browser(IE 5): Package not found in import. It is an webapplication with JSPs and an controlling servlet. Does anyone know how to fix that problem? Using: Windows 2000, T

  • How can you tell what region according to product ...

    I live in the USA and purchased an N95 with product code 0549001 and i want to know what's the region that product code relate to. Also, is it better for me to change my product code to EURO (how?) or just leave it like that? Thanks.

  • Sequence undefined in session ???

    8i running on Tru64. SQL*Plus reports undefined sequence when asking for currval, but does increment sequence with nextval. Here's an excerpt...SQL> select object_name,object_type from user_objects where object_name='HIER_FILE_SEQ'; OBJECT_NAME OBJEC