Setting up Level 1 message notification

I am trying to set up a special alert for level 1 emails. I was able to build a filter. I am recieving them in a "unique" color, but I am not getting any audio alert or led alert. From reading other posts, I should be able to go to Messages, Options, Filters to do this. I do not have "filters" under either General Options or Email Settings. What step am I missing.

Apologies because even to me it seems like I'm not being much help. 
Level 1 works for me. Here are directions.....
http://helpblog.blackberry.com/2014/03/how-to-create-a-level-1-alert-using-blackberry-10-os-version-...
... Is there a step you are missing?
- Ira

Similar Messages

  • Set up Level 1 Messages

    Hello everyone:
    I just go my new blackberry but, I am finding that it vibrates in the hostler for every email received. Is there a way to have it vibrate only for Level 1 Messages and if possible make them bolded Red, if not I will settle with just knowing how to have it vibrate for Level 1 messages only.
    Thanks!

    If you click on your profile icon then click on advanced then click on the profile you want to change I.e. Loud, quiet etc. There you can click on any feature that delivers a tone to your phone and change how it "rings. " Then press the back arrow to change a different feature make sure to save your changes as you back out. Now my phone has a different tone for my blackberry mail as well as level one messeges. I would imagine if you have different emails attached to your phone you could change them as well. As for making them red. I'm not sure what you mean.
    ~Lorrie~ Master of All Things Blackberry!

  • Can you set isolation levels of message-driven bean transactions?

    The problem: I have 3 different message-driven beans which each get a different type of message, except for a field that is common to all. That field is used as the primary key of an entity object. The message-driven beans configured to use a container managed transaction. Each message-driven bean, in processing the message, first does a lookup by primary key to see if the object associated with the key exists, and if it does not, it requests the entity's home object to create it. After that, they do further processing. The problem is that sometimes all the beans simultaneously get a message, resulting in each bean checking for the entity object at about the same time, and if they fail to find it (because none of them has created it yet), each creates an object, all with the same primary key. This is not caught until the beans start to complete their onMessage method, which I believe results in the container committing the transaction. One of the transactions will be committed successfully, while the other two will fail, get rolled back, and then be retried with the same message. The second time through, the other beans will find the entity object (since it has been created and committed) and they will complete correctly. In the end, they right thing occurs, except that there is a troubling exception or 2 in the log telling about the constraint violation (with the primary key) and the rollback. If it was just me, that would be fine, but our customer does not like to see exceptions in the log; that indicates to him that something is wrong.
    So, I am looking for someway to make sure that the actions of the message-driven beans are serialized. One suggestion from a colleague was to set the isolation level of the transactions being used by the container in processing the message-driven beans' onMessage method. However, the documentation does not mention any way to do this for a message-driven bean. Suggestions?
    Is the use of a UserTransaction a better way to do this? If I acquire a UserTransaction within the onMessage method of a message-driven bean, can I set its isolation level? How would this work? When I get a UserTransaction, does each client get a different transaction, or do they all get the same one?

    (1) The WebLogic JMS "unit-of-order" feature is a heavily adopted feature that was specifically designed to handle similar use cases - see the JMS developer guide for extensive documentation. In your use case, if "key" is used to define UOO, then there's no limit on the number of keys that can be processed concurrently, but messages for any particular key will be processed single-threaded in the order in which they were first submitted.
    Note that if you're using distributed destinations, the UOO feature is still fully supported - but the developer and/or administrator needs to decide whether to configure the destination to use "hash" or "path service" based routing (the JMS UOO edoc outlines the trade-offs).
    (2) Another alternative is to use a single MDB with max-beans-free-pool that processes all three types (as the other poster suggested). I think this assumes all MDBs run on the same JVM.
    (3) Another alternative is to use multiple queues, with a single MDB on each Q. Where some sort of hash algorithm is used to determine which Q is for the key. This approach is a "hand-coded" variant of the approach in (1) with "hash" based routing enabled...
    (4) If all MDBs actually do run in the same JVM, a third alternative is to use code the application to use a common lock to protect each key, eg, something like:
    // assume MyLock is simply a class with a "reference counter"
    // assume some global "staticHM" hash map that is all MDBs can access
    onMessage() {
    MyLock lock = null;
    key= msg.getKey();
    synchronized(staticHM) {
    lock = staticHM.get();
    if (lock = null) {
    lock = new lock();
    staticHM.put(key, new lock());
    lock.incRefCount();
    try {
    synchronized(lock) {
    // only one onMessage will be able to lock a particular key at a time
    do your work;
    } finally {
    synchronized(staticHT) {
    if (lock.defRefCount() == 0) staticHM.remove(lock);
    if (lock = null) staticHM.put(key);
    If multiple threads get a message with the same key, then only one thread at a time will work on the key.
    Hope this helps,
    Tom

  • Email to Text Message Notification

    I'm trying to set up a text message notification for an "emergency" email account as my company is closed between Christmas and New Year's Day and I'm running into an issue with sending messages to Sprint customers, which is really weird.
    I can successfully send the stock message that I have to customers @txt.att.net and @vtext.com for AT&T and Verizon customers, but when I try to send a message to @messaging.sprintpcs.com my message status says that everything went successfully, but the text is never received. Now to pile on the weird... I can create a plain new email message and copy and paste the Sprint text message address from the same rule that I'm trying to create and the message successfully goes to the phone. So to recap, email to text by a rule doesn't work, but email to text by a stand-alone message goes through without a problem. Everything seems to be tied to the email to text being generated automatically and on the Sprint network only. Sprint is pointing me to something with how the message is getting sent from GroupWise because a manual message will successfully go through but not the automatic ones. Has anyone ever heard of something like this?

    Could be this switch 'realmailfrom' is needed, TID 10100683
    Cheers Dave
    Dave Parkes [NSCS]
    Occasionally resident at http://support-forums.novell.com/

  • Setting Importance Level for a email message using javax.mail.* API

    Setting Importance Level for a email message using javax.mail.* API
    From what I understand we can set Flag on Email Message. How can we set Importance Leve: High/Low for an email message?
    Thanks
    Purvi

    Most of the message Flags work only for IMAP mailboxes. POP3 supports only the DELETED flag. It must be understood that Javamail is a framework which provides all the features available in a standard mailing system. But whether or not a particular feature works is a functionality of the particular implementation being used.
    Thus for example POP3 cannot differentiate read from unread messages in a mailbox though Javamail provides that feature.

  • I just purchased a soundboard, how do I set the sounds as a text message notification?

    I just purchased an iPhone 4 off of Ebay and I am having a difficult time trying to figure out how to set soundboard sounds to my text message notification.  It does not show under my sounds and when I hold down the specific sound it does not give me an option to set it as a notification.  Unfortunately, I just found out the tech support etc are expired so I cannot ask Apple for help without paying for it.  Does anyone know how to set a soundboard sound to a text message notification sound?

    Hi sk5414,
    Welcome to the Support Communities!
    The article below should help you reset your Apple ID security questions:
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    The links below will provide additional information about your Apple ID and iTunes Store account:
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/HT5622
    iTunes Store: Changing account information
    http://support.apple.com/kb/HT1918
    Cheers,
    - Judy

  • BlackBerry Bold 9650 ring and message notification volume low

    I’ve seen this discussed here already but has anyone come up with a solution? 
    I’ve just upgraded from the 8830 and love this phone however it’s useless if it can not be heard when ringing or when notifying you of a received message. I’m using the Ringer_ClassicPhone ring tone set to level 10 and have even tried enabling the Audio Boost as suggested on the CrackBerry forums and still can not hear the notifications unless the phone is right next to me. The device is running software version 5.0.0.732.
    Any suggestions would be greatly appreciated!!! Thanks!

    One of the major factors that has been discovered to cause this issue is the application SmartWiFi. Myself and many other have had the Camera Reboot problem with SmartWiFi installed, and when we delted the application the problem goes away. Since deleting the application months ago I have had no camera reboot issues.
    AS far as sounds go, I get that too, and to refresh them, just open up the sound profile you're using open up whatever isnt working, make sure everything checks out and hit the back button. Seems to do the trick for me.
    Hope this helps, let me know if you have any other questions and I'll see what I can do to help.

  • When I try to reset my iPad mini it keeps asking for  a passcode! have tried restoring, connecting to iTunes and looked for the 'set up as new iPad' notification, but nothing is working? can anyone help please?

    I know my passcode is correct but when I try to reset my iPad mini it keeps asking for  a passcode! have tried restoring, connecting to iTunes and looked for the 'set up as new iPad' notification, but nothing is working? can anyone help please?

    If the iPad was running iOS 7,  iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/HT5818
    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just cancelling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • Setting logging level

    Hello folks;
    Is there a way to set the logging threshold for log messages sent to
    the weblogic log? I see where to adjust logging threshold for the
    standard out, but this level doesn't seem to affect the threshold for
    messages getting to the physical logfile. Unlike the log4j classes
    that seem to back up weblogic's logging ( I checked this out by
    looking in the weblogic.jar file); there are no methods for setting
    the logging threshold on weblogic's log classes.
    Cheers-

    I was mistaken about the log4j stuff being used under the covers.
    However, changing the logging threshold does not seem to affect
    messages sent to the log for my server. I just tested this again by
    setting the log level to "CRITICAL" in the console. Sure enough the
    messages sent to the standard out console are affected, but the
    messages sent to the physical log are not affected. I still get Info,
    Notice, etc messages there--- but nearly no messages to the standard
    out console.
    This was done on version 7.0 of weblogic.
    Cheers--
    "Jane Sampson" <[email protected]> wrote in message news:<3e5a84b4$[email protected]>...
    Hi Steve,
    If you set the logging level in the Logging tab on Server Configuration, it
    DOES affect the level of messages that are logged to both stdout and the
    physical log. Are you sure you are looking at the correct log file?
    Also, none of the weblogic classes use log4j. What version did you find
    log4j classes included in the weblogic.jar??
    Jane
    BEA Support

  • Setting Item level access rights on sharepoint list item in ItemAdding event handler

    Hi ,
    I am using sharepoint 2013. I am trying to set item level access rights when a list item is added using the following code snippet,
    public override void ItemAdding(SPItemEventProperties properties)
    base.ItemAdding(properties);
    ConfigureItemSecurity(properties);
    private void ConfigureItemSecurity(SPItemEventProperties properties)
    var item=properties.ListItem;
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite site = new SPSite(properties.SiteId))
    using (SPWeb oWeb = site.OpenWeb())
    item.ParentList.BreakRoleInheritance(true);
    oWeb.AllowUnsafeUpdates = true;
    var guestRole = oWeb.RoleDefinitions.GetByType(SPRoleType.Reader);
    var editRole = oWeb.RoleDefinitions.GetByType(SPRoleType.Editor);
    SPGroup HRGroup = oWeb.SiteGroups.Cast<SPGroup>().AsQueryable().FirstOrDefault(g => g.LoginName=="HR Team");
    SPRoleAssignment groupRoleAssignment = new SPRoleAssignment(HRGroup);
    groupRoleAssignment.RoleDefinitionBindings.Add(guestRole);
    SPUserCollection users = oWeb.Users;
    SPFieldUserValueCollection hm = (SPFieldUserValueCollection)item["HiringManager"];
    SPFieldUserValueCollection pm = (SPFieldUserValueCollection)item["ProjectManager"];
    SPFieldUserValueCollection pmChiefs = (SPFieldUserValueCollection)item["ProjectManagerChief"];
    item.BreakRoleInheritance(true);
    item.RoleAssignments.Add(groupRoleAssignment);
    foreach (SPFieldUserValue staffMember in hm)
    SetRightsOnItem(item, staffMember, editRole);
    foreach (SPFieldUserValue staffMember in pm)
    SetRightsOnItem(item, staffMember, guestRole);
    foreach (SPFieldUserValue staffMember in pmChiefs)
    SetRightsOnItem(item, staffMember, guestRole);
    item.Update();
    private void SetRightsOnItem(SPListItem item, SPFieldUserValue staffMember, SPRoleDefinition role)
    SPUser employeeUser = staffMember.User;
    var userRoleAssignment = new SPRoleAssignment(employeeUser);
    userRoleAssignment.RoleDefinitionBindings.Add(role);
    item.RoleAssignments.Add(userRoleAssignment);
    Nothing is happening though... Is the event handler the right place to do this?
    thank you

    Hi ,
    You can refer to the code working in my environment:
    using System;
    using System.Security.Permissions;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.Utilities;
    using Microsoft.SharePoint.Workflow;
    namespace ItemLevelSecurity.ItemSecurity
    /// <summary>
    /// List Item Events
    /// </summary>
    public class ItemSecurity : SPItemEventReceiver
    /// <summary>
    /// An item was added.
    /// </summary>
    public override void ItemAdded(SPItemEventProperties properties)
    SPSecurity.RunWithElevatedPrivileges(delegate()
    try
    using (SPSite oSPSite = new SPSite(properties.SiteId))
    using (SPWeb oSPWeb = oSPSite.OpenWeb(properties.RelativeWebUrl))
    //get the list item that was created
    SPListItem item = oSPWeb.Lists[properties.ListId].GetItemById(properties.ListItem.ID);
    //get the author user who created the item
    SPFieldUserValue valAuthor = new SPFieldUserValue(properties.Web, item["Created By"].ToString());
    SPUser oAuthor = valAuthor.User;
    //assign read permission to item author
    AssignPermissionsToItem(item,oAuthor,SPRoleType.Reader);
    //update the item
    item.Update();
    base.ItemAdded(properties);
    catch (Exception ex)
    properties.ErrorMessage = ex.Message; properties.Status = SPEventReceiverStatus.CancelWithError;
    properties.Cancel = true;
    public static void AssignPermissionsToItem(SPListItem item, SPPrincipal obj, SPRoleType roleType)
    if (!item.HasUniqueRoleAssignments)
    item.BreakRoleInheritance(false, true);
    SPRoleAssignment roleAssignment = new SPRoleAssignment(obj);
    SPRoleDefinition roleDefinition = item.Web.RoleDefinitions.GetByType(roleType);
    roleAssignment.RoleDefinitionBindings.Add(roleDefinition);
    item.RoleAssignments.Add(roleAssignment);
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Eric Tao
    TechNet Community Support

  • How to turn on the message notification?

    the message notification on my nokia 5230 is turned off and i dont know how to turn it on... i always have to check my inbox to see if i have any new messages

    I'm having the same problem, my profile has an alert tone set, but still fails to notify me when I recieve a text message. Call alerts are still working. I have tried other profiles and they do not work either.
    I suspect my device may be damaged, since this started happening shortly after I drove into a tree with it in my pocket...
    If it's a software problem, will resetting to factory settings solve it?
    Thanks in advance.

  • Ios 8.1.2 message notifications not working

    Hey guys,
    so I have a problem with notifications. I don't get any for certain Apps.
    Hardware: iPhone 5S
    OS: iOS 8.1.2
    App-Updates: All up 2 date.
    Problem: messaging notifications aren't working for: WhatsApp Messenger, Telegram Messenger, Wire, BBM Messenger.
    Problem description: I don't get notifications (Lock screen, on app notifications (red dots on the app), drop down notification center, sounds) for above named apps. Notification settings are set, background app refresh on all apps are activated. This also happens on wifi, so it's not a 3G only problem.
    But notifications are working for: Instagram, Facebook Messenger (ew), tumblr, Twitter.
    What I've tried so far:
    - restarted iPhone
    - reset App notification settings (disable, re-enable)
    - reset App background refresh settings (disable, re-enable)
    - uninstalled and re-installed apps
    - in-App log out and log in again
    - set ringtones (message tones) to standard
    - leaving the app open in background (works only for Telegram)
    Has anybody of you another ideas for me? Bc I'm already a little bit p*ssed off. I need at least the messenger notifications working and I'm running out of ideas. Every suggestion is greatly appreciated.
    And I know that it might be a 3rd party problem but what I don't get is that Instagram for example wasn't updated and worked, but in contrast WhatsApp, Telegram and Wire were updated but notifications don't work, not at all for WhatsApp and Wire. Did Apple change something at the APNs? And why didn't such things happen when Steve was still alive? I'm already a little bit angry at Apple for all the problems in the last few months.
    Anyways, like I said, every suggestion would be highly appreciated.
    Thanks guys!
    Regards,
    Lex

    iOS updated to verion 8.1.3;
    WhatsApp updated to version 2.11.15.348;
    Problem is not resolved on my iPhone 4s.
    This problen is not present on iPhone 4s of my wife with same configuration.

  • Set isolation level in EJB 2.0

    how can i set isolation level to a transaction in EJB 2.0.
    If anybody can give example code much appriciated

    For 5.1, look at:
              http://www.weblogic.com/docs51/classdocs/API_ejb/EJB_environment.html#107261
              7
              http://www.weblogic.com/docs51/classdocs/API_ejb/EJB_reference.html#1061916
              "marshalli" <[email protected]> wrote in message
              news:3a59546d$[email protected]..
              >
              > How to set the isolation level(Container Manager or Bean Manager) in EJB.
              Thanks
              >
              >
              

  • Can you set log level

    Does weblogic supply any way of setting the level of log messages that
    actually get written out to the log. So that if can turn off all my debug
    messages (e.g. LogServicesDef log, log.info(), log.debug())
    in production. I'm currently doing this with application level code

    Hi,
    Yes, weblogic does supply a way of setting the level of log messages that actually
    get written out to the log.
    This can be changed at Admin Console> idbmsDem
    o> Servers> myserver> Logging> General> Stdout severity threshold>
    Yuan Dai
    BEA Adapter Factory Group
    InfoGain
    408-355-6098
    "maurice lowenthal" <[email protected]> wrote:>Does weblogic supply any way
    of setting the level of log messages that
    actually get written out to the log. So that if can turn off all my debug
    messages (e.g. LogServicesDef log, log.info(), log.debug())
    in production. I'm currently doing this with application level code

  • Not always receiving MMS message notifications

    I haven't received any MMS message notifications from my friends for approx. the last week, and they certainly have been sending them to me. I know this is definitely happening from Sprint and Verizon customers trying to send to me. I have had issues in the past where receiving from those networks would be flaky (meaning, sometimes I'd get them, sometimes I wouldn't). However, I receive ALL of their SMS, just not the MMS message notifications. Does anyone else have this problem?
    Thanks!

    Okay, I found the problem. After being elevated to a Level 2 technician, it turns out that upon changing my text plan over to the "Family Text Plan" last week, that it prevents MMS from being sent to iPhone users of that family account. I switched back to the iPhone Text Plan, and now all is well and I can received MMS again.
    I asked her how many iPhone customers are being affected by this "publicly unknown" issue, and she said, "Probably a LOT!". She did say that later this summer all that will change with the new iPhone 3.0 MMS ability becomes active. HAHA, all those people will finally start getting texts that didn't know/understand before.

Maybe you are looking for

  • Want to change pricing in delivery level

    hi, sap gurus, where is the settings for changing price at delivery and billing levels. configurations settings plz regards, balaji.t 09990019711

  • Adobe form copies

    Hi experts,   I'm facing a problem. On dynpro abap  screen we input the copies no. on screen, and press "print" button to preint PDF forms ( not Interactive form, just static PDF form ).  And every copyies has different title. Is it possible ? Or is

  • Can't download game

    On a 4th gen iPod touch running iOS 5.1.1, I have purchased a game - Altair's Creed.  But, it won't complete the download to the iPod.  It shows a status bar until about half-way done, then alternates between "waiting" and "loading", then comes up wi

  • 'Default Still' graphics are getting substituted on export - bug?

    Much of my work is on TV commercials with multiple excecutions of on-sceen pricing/region-specific URLs etc. My usual workflow is to create the initial overly graphic for the first ad using Default Still. Once the client is happy with this I duplicat

  • Can't open any app

    I can't open any app since I restore my phone ( company setting) all the app the I download are all the same I don't know what to do! please help Thz