How to cut the telephone alert melody?

        Alert.mute(true);
        Audio.setVolume(0);

        if (SUPPORT_VIBRATE) {
            Alert.stopVibrate();
        }
        if (SUPPORT_AUDIO) {
            Alert.stopAudio();
        }
        if (SUPPORT_MIDI) {
            Alert.stopMIDI();
        }
        if (SUPPORT_BUZZER) {
            Alert.setBuzzerVolume(0);
            Alert.stopBuzzer();
        }
        if (SUPPORT_ADPCM) {
            Alert.setADPCMVolume(0);
            Alert.stopADPCM();
        }

The above code work great on Pearl, but I still hear the ring operating on OS4.2.x 88xx

I want to mute phone tune for the specific phone number when calling from.

Mute

public static void mute(boolean newMuteState)

Activates / deactivates the device between mute (volume 0) and the strong State and persists the current volume level. Any call to setVolume() overrides the current mute State. Any subsequent calls to mute (false) returns the amount to the cached value.

If newMuteState is equal to the current state of mute, this method does nothing.

Parameters: newMuteState - if true, cut the device; Otherwise, returns the volume to the value before muting. Since: JDE 4.0.2

Its seems to call Alert.mute (true) == Alert.setVolume (0);

Tags: BlackBerry Developers

Similar Questions

  • How to stop the annoying alert? "Do you want to view only the webpage content that was delivered safely.

    original title: how to stop the annoying alert?

    How can I stop this issue when I try to open every single photo in my own Web site? : "Do you want to view only the webpage content that was delivered safely.

    Hi Ricardo Mattos,

    Please take a look at the solution provided in this similar thread:

    You want to show only the Web page content that shipped safely?

  • How to cut the plan of $118.4 (hk) per month?

    How to cut the plan of $118.4 (hk) per month?

    Cancel your membership Adobe Creative Cloud

  • How to cut the great movie for download on YouTube

    In my Finder, in all the films, there is a video, I want to send on YouTube.  However, the original is very big at 1.64 GB (or at least that's what says "Get Info" in the Finder).  I already tried to divide the movie into 4 parts using the Trim function, but even in this case, each segment is between 300 and 420 MB each!

    Is there an easy way to divide the film into several parts, each of them being the maximum size accepted by YouTube?  I could call and then with part # s for download on YouTube. Not sure, but I think that YouTube has a max of 25 MB per upload to film?  So I guess I'll end up with way too many pieces, LOL.

    I could erase parts of the film strip, but I'm not familiar with the process and have "cut" never the movie of "front-end" or the "back-end" (well Yes, I said, I'm not an expert).   Bottom line: I want to get the movie in its entirety on YouTube somehow.

    All advice welcome.  The film is already 4 years old and I did not understand this in order to share with the family.

    R

    https://search.Yahoo.com/search?p=compressing%20video%20Files%20mac

    How about do your own research online for the You Tube tutorials for how to use the iMovie version you have on your OS X 10.6.8 iMac and how to edit clips make movies shorter and weaker in the size of the file.

    The discussions and the answers you need are too detailed tedious to cover in a forum for troubleshooting.

    A lot of YouTube videos for you help with your film questions of edition.

    You just need to look for the tutorial iMovie, you need.

    You had 4 years to do your own research on how to change your own created movies.

    YouTube has a lot of video tutorials to help you with this, and you can play these video the long while real using iMovie to make the tutorial!

    Good luck to you.

  • How to cut the lines to get the circular edge?

    Membership-Class-5.jpg

    New Members Clas-01.jpg

    What I'm asking is how do my lines have this circular edge like the inside of these lines... I'm sure that its some pathfinder tool where you put a circle on the top lines but I can't seem to find the right order to get this look... Any advice?  P.S. I'm still tweeking the colors and the others then... AND the largest circle is the one that I was trying to use to cut the lines...

    Combine your lines

    Draw a black circle on top (black will be your color to make invisible things)

    s

    Select both

    Transparency > make opacity mask, use these settings

    Note: there are 2 squares in the transparency palette.

    Left square highlighted (as shown above) - edit art

    Humble square highlight - modify the mask

  • How to cut the column data

    Gurus in the morning

    I have two tables with the data in the corresponding column, BUT I need to cut the columns in a table
    the data is displayed as follows in table xpq_log
    LOG_DATE                     LOG_PTR     LOG_HDR
    01/06/2011 00:00:00     0609pro     0609IN002C_06
    04/06/2011 00:00:00     0609pro     0609IN002C_06
    05/06/2011 00:00:00     0609pro     0609IN002C_06
    06/06/2011 00:00:00     0609pro     0609IN002C_06
    07/06/2011 00:00:00     0609pro     0609IN002C_06
    09/06/2011 00:00:00     0609pro     0609IN002C_06
    10/06/2011 00:00:00     0609pro     0609IN002C_06
    12/06/2011 00:00:00     0609pro     0609IN002C_06
    01/06/2012 00:00:00     0609pro     0609IN002C_06
    02/06/2012 00:00:00     0609pro     0609IN002C_06
    03/06/2012 00:00:00     0609pro     0609IN002C_06
    06/06/2012 00:00:00     0609pro     0609IN002C_06
    07/06/2012 00:00:00     0609pro     0609IN002C_06
    08/06/2012 00:00:00     0609pro     0609IN002C_06
    09/06/2012 00:00:00     0609pro     0609IN002C_06
    In the table of printpdf as follows
    PDF_REPORT     PDF_DESCRIPTION
    IN002C                     STOCK FILE PURGE - PRINT WH CONTROL
    How can I cut the column data (log_hdr) to match column (pdf_report)?

    Any help will be much appreciated

    user11978142 wrote:
    Yes the code always starts with an alphabetic character and always ends before the underscore character and the prefix is always digital.

    And Yes to the second comment WRT 1 to many relationship.

    WRT the duplicates I want the info displayed even if there is no matching printpdf

    You talk a LEFT OUTER JOIN, then:

    See the example below (the statement are just to reproduce the paintings, just use the last query):

    WITH xpq_log AS
    (
       SELECT '0499SYS003A_06' log_hdr FROM DUAL UNION ALL
       SELECT '0612PV410W1_06' log_hdr FROM DUAL UNION ALL
       SELECT '0609IN002C_06' log_hdr FROM DUAL UNION ALL
       SELECT '2201PA100D1_30' log_hdr FROM DUAL
    )
    , printpdf AS
    (
       SELECT 'SYS003A' pdf_report, 'STOCK FILE PURGE - PRINT WH CONTROL' description FROM DUAL UNION ALL
       SELECT 'PV410W1' pdf_report, 'Description 2' description FROM DUAL
    )
    SELECT a.log_hdr, REGEXP_SUBSTR (a.log_hdr, '[[:alpha:]][^_]*') AS pdf_report
         , b.description
      FROM xpq_log a LEFT OUTER JOIN printpdf b
           ON pdf_report = REGEXP_SUBSTR (a.log_hdr, '[[:alpha:]][^_]*');
    
    Output:
    LOG_HDR        PDF_REPORT     DESCRIPTION
    -------------- -------------- -----------------------------------
    0499SYS003A_06 SYS003A        STOCK FILE PURGE - PRINT WH CONTROL
    0612PV410W1_06 PV410W1        Description 2
    2201PA100D1_30 PA100D1
    0609IN002C_06  IN002C                                           
    

    Kind regards.
    Al

  • How to cut the film to the size of the mask?

    Hello

    I always use the trial.  The difficulty in finding ways to make something simple.

    I have a rectangle of mask and I want to cut the film to her.  I can't find a command to set.

    Thank you

    There is no such thing. Your mask is your pad. It does not change the physical size, it only masks the unwanted pixels. It's just how it works. If you come in on the adaptation of the model to your images, you can still do. Select the region limited to the bottom of the comp Viewer, then position the rectangle that includes your film. You can choose cultures of the region of interest in the Composition menu.

    Mylenium

  • How to cut the ssd

    Hello

    using win7, just put a new ssd drive, activated in CMD, trim

    execute automatic compensator or I run manual, I don't have an option of defragmentation that I know that I shouldn't use, defragmentation is set so it does not work, please help, some guys talking about using an optimization option, I can't find it on my laptop.

    all the best, bluesfloyd

    http://www.TomsHardware.com/answers/ID-1875012/SSD-showing-computer.html

    http://www.Samsung.com/global/business/Semiconductor/minisite/SSD/global/HTML/support/faqs_02.html

    What should I do if the BIOS does not detect my SSD? (1) BIOS may fail support the SSD if it is obsolete. Please update the BIOS to the latest version.
    (2) your system may not detect the SSD if the SSD is not properly connected. Disconnect the cable and reconnect.
    (3) when there is a problem with the SATA Port, BIOS may not detect the SSD drive. To connect to a different Port SATA SSD and try again.

    What should I do if I don't see my SSD in Device Manager?

    (1) your PC can not Autodetect the SSD; Do a search for new devices in the Windows Device Manager
    (2) when it is hot, plug-in for each port in the BIOS settings is set to Off by default, Windows may not detect the SSD drive
    Restart the system, enter the BIOS and go to the SATA Configuration menu to ensure that Hot plug-in for each port is set to 'enable '.
    -How to enter the BIOS for different motherboards:
    GIGABYTE--> F12, ASUS--> F8, ASRock--> F11, Biostar--> F9, MSI--> F11, Intel--> F10
    (3) when the SSD is not correctly connected, the system may not detect the SSD drive. Disconnect the cable and reconnect
    (4) when the partition has not been set, it can cause failure in the detection of the SSD
    Go to Device Manager to set up a partition, format the drive, and then restart.
    -Management > Disk Management > select SSD > partition it and format it in place

  • How? Cut the rectangle object

    First of all, sorry for my English, I'm from Holland.

    I don't have a lot of experience using Indesign, but for my work, I have to do 1 small business using Indesign.

    Have a look at the photos, I have to make circles, with a transparent background (not this one purple) of the png. The size of these png were the same as the purple rectangle (640 * 88).

    I want to cut out the parts of the circles that are outside the rectangle, so that I can copy directly in photoshop (after all completely transparent purple rectangles).

    I hope you guys can help me

    voorvertoning.pngnormaal.png

    If you group objects circle you cut and 'paste' in the rectangle that will act as a mask, but not actually cut the circles.

  • How to cut the text of a group of Clip?

    Hello

    I am very new to Illustrator, I appreciate any help you could give me.  I use Illustrator CC.  I created a form composed and then used as a mask to cut out an image for the form so that the vector image is the context in which the form I created.  Now I have the text on parts of the form, and I would like to cut the text of the compound shape.  That is a hole through the object in the form of the text.  Also, I should probably note that the object I want to cut the text on is considered as a' Clip' in the layers panel.

    I tried a number of different options that I found on the forums, etc, but none seems not to work.  So far I have tried:

    1. conversion of the type of a sketch, then selecting the Clip group and type and then by a compound path.  The result: a startup error "cannot make a compound path.  A compound path is unable to combine with a regular path clipping mask. »

    2 Select the type and the Group of Clip and then using much less prominent in the Pathfinder Panel.  Result: An error message stating "the filter yielded no results.  Please select two paths that intersect. »

    3 select the type and the value at 0% transparency in the transparency Panel then selected the type and group of Clip and then tried the difference and Exclusion.  Result: Nothing, but transparent type.

    I enclose a photo of the object and the text I want to cut him and also the layers panel.

    I'd appreciate any help I can get.

    Thank you

    Michelle

    CMC_snapshot4IllustratorHelp.png

    Michelle,

    What happens if you go back to the objects in the first picture with the direct Type and:

    (1) select all instances of three Type and group them.

    (2) select the Group Type and group in the flyout palette (Panel) transparency and Clip click the opacity mask making with Clip and mask Invert unchecked (if this sounds wrong to change these options, it should work with those when you have black Type)?

  • New App - how I cut the sources of information?

    Using the new iOS 10 new app and frustrated by the amount of clutter questionable news sources, I do not. Is there a way to mute unwanted publications? The feature seems to have been deleted...

    Hello timbloke,
    Thank you for using communities of Apple Support.

    If I understand your message that you want to mute undesirable publications. I know how it is important for you to customize the press articles, you want to see. Follow the steps below to set mute a story or strings that you no longer want:

    Use the news on your iPhone, iPad or iPod touch

    Dislike, silent or report a story

    Don't want to see certain types of stories in your feed you? You can mark the stories that you don't like, mute channels they appear in and tell stories. Drag over the history of right or type , then click on your choice:

    • Tap aversion to cease to see similar stories in your feed you.
    • Press Mute channel in order to prevent the stories of a channel to appear in For You.
    • Tap the report to report a problem with a story.

    Your stream for you cannot update immediately when you don't like a story or cut a channel.

    Best regards.

  • How to cut the big text in several small files of text file?

    Hi all

    I got a big text file.  Notepad could not open it.  I want to cut it into several small files-texts so that I can open and check it out.  I use "set the file position" and 'set the size of the file', but it still gives me the part of the start file.  I would like to, say, four small files, in the first quarter, the sencond quarter, in the third quarter and in the fourth quarter to each file.

    How? Seems very simple question. I miss...

    Many thanks for any help.

    Anne

    Hi Anne,.

    Just read the blocks of the file in a loop...

  • How I cut the ads?

    Help!  I just plugged my Logitech speakers to my desktop all-in-One HP20 running on Windows 8.  I cut all the system sounds, but I can't figure out how to disable ads that run in the other tabs.  I clicked on the button "Mute" in the games, nothing helps.  Could someone talk to me please thanks to this?  I looked everywhere I could think of, but have had no success.  I want to listen to music while playing games online, without advertising talk to my music.  Thanks in advance for any help you can provide.

    Hello MyaFaire,

    You cannot cut sound for a tab, but not the other, it's almost an all or nothing. Probable ads probably use Flash, so the closest you can get is possibly a flash blocker.

  • How to cut the text in Illustrator?

    I am lettering my comic in Illustrator, and I'm pretty new to Illustrator.  How can I cut or obscure the text?  For example, if I have the lettering on a book that is partially shot on a shelf, or lettering on the side of a semi trailer, but it is blocked by an object in front of him.  How 'block' it with an invisible object, or slice, or something?

    I realize that it involves probably change my text in a chart so that it is no longer editable.  No problem.  I just need to learn how do.  I don't know there's a great tutorials on it; I don't know how to find them because I don't know how it's called.  I thought it would be masking, but everything I tried had no effect.

    Thanks in advance for your help.

    EDIT: I thought it might be useful I showed exactly the situation I have here.  I circled the two spots where I need to be able to edit the text.  As you can see on the yellow triangle, I was juggling with masks to try to understand this.

    These four panels is arranged as cards to play, with the name of each participant and the suit of the card at the top and bottom.  The problem is that you map overlays another, so I need to be able to cut name Thaddeus of the Sultan on the left and the J (for Jack of hearts) on the right.

    All the texts of four cards are on different layers, with works of art and the word balloons and text on layers separate as well.

    masking problem.png

    This is page 1 of the next metro Med, the Hospital of superhero show

    Copyright Michael Hutchison

    I THOUGHT ABOUT IT!  Trial and error, I just kept going through the possibilities until I found a combination that worked.  Thanks, Silkrooster, to show me the right path!

    Here's what I did (just for someone else who finds this and needs the solution to a similar problem).

    1. I put my yellow triangle ON the part of the text I wanted to keep in this case, the curvature of the J and the symbol of the heart.
    2. I selected the triangle layer so the layer J/heart.
    3. In the window of transparency, I used the pop-up menu corner (I'm in CS4) to check "new opacity masks are clipping" and make sure that the "...» are reverse' option has not been verified.
    4. I chose to "make opacity mask".

    That's all!  Ta - dah!

    Thanks a lot for all your help!

    (Apologies, it's really Silkrooster who had the right answer, but I am marking this as the correct answer just so that future people have a little more guidance step by step it spelling.)

  • How to cut the upper and lower parts in PrE8?

    Hey!

    What is the best way to 'cut' capital letters and tiny pieces of the video screen and finalization that like a movie? I try to get a large "cinematic" with this look, but I'm not sure how well do things. I found, and that by adding adjustable black 'streaks' to the upper and lower part of the screen, but y at - it a way to film the last hand count only the pixels that really show us the picture?

    If I use the effect, the film is always rendered at 1280 x 720 pixels, but I try to avoid making these 'blackened' top and bottom pixels on the screen.

    Okay, I'm not sure if I make my self clear with this crappy description but I hope you understand. ;-)

    Thank you

    -Mike

    Are you trying to turn a 4:3 video to 16:9?

    There is a way to fake - although it is upscaling, if your video is not clear.

    To do this:

    (1) export your video filled with your current project to share/Personal Computer / AVI.

    (2) open a new project. Go in your project settings and change them to widescreen.

    (3) get media/PC files and folders to add the AVI file your created in step 1 to your project, and then add the item to your timeline.

    (4) make a right click on your clip on the timeline, and then select view properties to open the properties panel.

    (5) open the query property in the properties panel and set the scale to 133%.

    Voila!

Maybe you are looking for

  • min/max with outputs ttl statistics

    This is a weird problem. I have attached the worksheet because it is difficult to explain the problem. First of all, let me explain what this thing is supposed to do. A generator of signals outputs sine 5Vp - p, in addition to four. After being added

  • How can I determine what version of Windows Server is installed from the PID

    I am currently responsible for the licensing of our company and I want to find out what servers have been installed under what license i.e. OEM, MSDN, KMS. Is it possible using the PID that you can determine which version of Windows Server is install

  • DeskJet 2132: driver problems

    Is there a none zip file version of the driver for the printer 2132 DJ mac? I unzipped the files, but it will not download the drivers. I find it strange that the drivers are a zip for a mac file has someone else has this problem?

  • Windows Mail page (screen) misallignment

    Having trouble reading the attachments to messages. First of all, all the content of my page of Windows Mail suddenly moved to the left side of the screen, leaving the right half empty. However, the bar in the Middle, containing addresses and the sub

  • Tags that have been deleted on the library keep reappearing on the gallery the next time it opens.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: when the old unwanted tags are removed in the Navigation area, they are removed quite easily and off during this session, but the opening