How to make phone vibrate when call is answered?

Hi!
Does anybody know how to make a BB phone (Bold 9700) to have a short vibrate when your call is being answered, so that you don't have to look at the phone or hold it to your ear when making a call?
Appreciate any advice, thks!

Hello Daven02,
You might want to try using a bluetooth headset as there is no way to enable a vibration when a call is connected.
You can find a variety of supported headsets at the Shop BlackBerry website.
Thanks and have a great day!
-HMthePirate
Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

Similar Messages

  • How to make phone vibrate on ring, not messages?

    Hi,
    Im trying to set up my phone so that it only vibrates when an incoming call comes through, for all other things (messages, notifications etc) I want it to be on silent.
    Can't seem to figure out how to set this up, any ideas?
    Cheers
    Andrew

    Hello Daven02,
    You might want to try using a bluetooth headset as there is no way to enable a vibration when a call is connected.
    You can find a variety of supported headsets at the Shop BlackBerry website.
    Thanks and have a great day!
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • How to make it vibrate when you get a text

    Can't figure out to make my Droid 2 Global vibrate instead of making a sound when I get a text.  Can't seem to find that option in settings.  I'm a newbie so if you can help it is much appreciated.

    Open up your messaging app and hit menu, then settings.  Find the notification settings and there should be vibrate options in there for never, always, or only on silent. You can also set your notification sound to silent.

  • How to make phone phone vibrate through j2me code

    how to make phone phone vibrate through j2me code
    thanks in advance

    Some like this
    Display.getDisplay(this).vibrate(800);

  • TS3992 How can I back up an iphone when I haven't set the phone up for back ups & the touch screen doesn't work? The phone can receive calls (not answer) & the pictures & messages can be seen but touch screen doesn't work to unlock the phone or select any

    How can I back up an iphone when I haven't set the phone up for back ups & the touch screen doesn't work? The phone can receive calls (not answer) & the pictures & messages can be seen but the touch screen doesn't work to unlock the phone or select anything. We want to save/transfer pictures, contacts, and music to the replacement phone.

    Try backing it up to your computer with iTunes.  Connect it to your computer, open iTunes, click on the name of the phone in iTunes, go to the Summary tab of your iTunes sync settings and click Back Up Now.  Also go to File>Devices>Transfer Purchases to transfer you apps and other purchased media to your iTunes library.

  • How to make own editor and call it?

    could you please tell me how to make own editor and call it on a clicking of a push button corresponding to an test Item

    In the Object Navigator... just click on the 'Editor' Node and press the '+' (Create) button....
    Set then any properties as you like....
    So simple...
    Greetings,
    Sim

  • How to make it selected when clicked and open popup

    Hi,
    I 've a form in the parent page with many form elements.
    I've 2 radio buttons with values "Yes" and "No". I am opening a modal popup when clicked on "Yes" radio button. The modal popup is opening fine.
    But when I click "Yes", it' s not selected. After modal popup is closed, when I return to parent page, the option "Yes" is still not selected.
    How to make it selected when clicked and open popup?

    Perhaps try moving the application to your preferred desktop and then right-click it's dock icon > options > Assign to This Desktop.

  • CS6 Fluid Grids - how to make images resize when page is resized? [was: Hello]

    I am new to fluid grid layouts in Dreamweaver cs6, I want to insert a GIF file on my index page but I do not know how to make it so when the page shrinks the GIF or image shrinks as well. The only code that I have found is
    img, {
        max-width: 100%;
    But this code already exists in the css file when you create a new fluid grid based layout
    img, object, embed, video {
        max-width: 100%;
    can anyone help a newbie please..

    this is my source code
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Kyle Childress Foundation</title>
    <link href="boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/layout.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="animation"><img src="images/images/kyleanimation2014gif2.gif" alt="kylechildressfoundationanimation"></div>
    </div>
    </body>
    </html>
    this is my css
    @charset "UTF-8";
    @import url("/kyle.css");
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
        max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
        width:100%;
        Dreamweaver Fluid Grid Properties
        dw-num-cols-mobile:        5;
        dw-num-cols-tablet:        8;
        dw-num-cols-desktop:    10;
        dw-gutter-percentage:    25;
        Inspiration from "Responsive Web Design" by Ethan Marcotte
        http://www.alistapart.com/articles/responsive-web-design
        and Golden Grid System by Joni Korpi
        http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    .gridContainer {
        margin-left: auto;
        margin-right: auto;
        width: 87.36%;
        padding-left: 1.82%;
        padding-right: 1.82%;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #animation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #image {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
    @media only screen and (min-width: 481px) {
    .gridContainer {
        width: 90.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #animation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #image {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    /* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    @media only screen and (min-width: 769px) {
    .gridContainer {
        width: 88.2%;
        max-width: 1232px;
        padding-left: 0.9%;
        padding-right: 0.9%;
        margin: auto;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #animation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #image {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    the animation GIF is 700 x 908
    I changed the code from max-width to just width 100% but it still did not work ,, please help

  • How to make session invalid when user refresh the page?

    How to make session invalid when user refresh the page?

    I have a <form> in a JSP file that has another JSP file as an action.
    I have main.jsp that has <form> with action.jsp file as an action.
    Now when I submit the <form>, request forwarded to action.jsp and it will take the action. But this file is taking so long, hence user refresh the page again and again, hence duplicate request processing is occuring.
    I want to prevent this.

  • How to make my phone vibrate when I receive a push notification?

    A mate of mine receives a vibration when he gets a push notification from snapchat, yet mine doesn't. I was wondering how to do this? He wasn't sure, and we couldn't figure it out. I'd love to have the same thing, cheers.

    Check this:
    https://support.snapchat.com/a/push-notifications

  • My phone vibrates when ringing but no sound comes out . When i go in to settings and choose a ring tone it plays then but not when getting a call, the silent switch on the side has also stoped vibrating when swithed on or off

    My phone only vibrated when i have a call be no sound comes out .in the settings it produces sound when i choose a ring tone ! The silence button on the side would vibrate when turned on or off but this also no longer does this !
    Im not very good with tech so bare with me

    Hi Bradybunch364,
    Thanks for visiting Apple Support Communities.
    The steps in this article can help with troubleshooting sound issues on an iPhone:
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    Cheers,
    Jeremy

  • How to make phone call or fax?

    Is there any class that can make phone call or send fax?
    or anything that related to phoneline.
    any information would be good.
    Thanks!!

    JTAPI

  • How to turn off vibration when receiving imessages when app is open...

    When I had my 4s, whenever I received an imessage when the app wasn't actively open, it would vibrate to alert me of the message.  When I opened the app to read my messages and I'm having a text conversation, the phone no longer vibrated for incoming texts while the app was actively open.  I liked this feature as the phone wouldn't be constantly shaking for each and every line of text I receive.  I now own the 5s and notice that the phone vibrates for every message, even when the app is open.  How do I set the phone up so it behaves just like when I had the 4s?  I don't want the phone to vibrate at all when the app is open, only when it is running in the background and I'm receiving a new, unread message.

    Guys, I have exactly the same problem with my 5s. I would say it is a software glitch in all 5s firmwares. I have 7.0.6 and still the problem is there. I don't know about newest 7.1, I will eventually try install it. This really makes me crazy because when I chat and have the app open it vibrates with every new message and it is a shock for me every time Very annoyinh indeed. We should  report this bug to Apple. My wife has 4s and it works perfect for her - no vibrations when app is open... So it's definitelly a bug...

  • How to make messages vibrate?

    My new 8x does not vibrate when I get messages or phone calls even though it is on the "vibrate" setting. I tried restarting it but that still didn't work. Any suggestions? Thanks.

        Congratulations on your new phone, RLP8x!
    Let's make sure we don't get those loud texts and calls when the device should be on vibrate.
    First, let's soft reset the phone http://bit.ly/VEilBC and then try it once again http://bit.ly/UJlKeG. What happens?
    Tamara H.
    Follow us on Twitter @VZWSupport

  • How to make a PDF form call Web service and return a static pdf for user to print?

    Hi all,
    Can anyone help me regarding the feasibility of using PDF forms for my following case?
    I would like to create a Dynamic pdf form. User only have the Acrobat reader. they can enter some information. Then have a submit button. when user click the submit button, it can call the web service with data. then Web service returns a Static PDF document based on data and the user can print it out. (and maybe save as separate pdf file)
    1. Is that possible to implement? Because I know PDF can call web service, but dont know how it handle when the webservice returns another static PDF document. could it able to handle the responds and open up in another acrobat reader?
    2. As I understand I need to have Live Cycle Designer to create a pdf  and make it Reader Enabled. So user can user reader to call webservice? am I correct?
    3. What minimum reader that user need to have? PDF reader 7 or above?
    4. I have a webservice serve the same purpose for web. But if I want the same web services can serve both web and PDF form. So, whatever client (PDF or Web)make the web service call, server returns the PDF document to client. Is that possible ? Do I need to make any changes on web service?
    5. Do I need to get any other Adobe server product? (other than Live Cycle Designer )
    Thanks a lot

    We have done a similar approach in the past and yes, it can be doable.
    1. Is that possible to implement? Because I know PDF can call web service, but dont know how it handle when the webservice returns another static PDF document. could it able to handle the responds and open up in another acrobat reader?
    Srini: We have developed a Servlet to talk to Webservice. Based on the Webservice response, the Servlet, prepares the Byte stream and sends it to Webbrowser to display as a PDF. The PDF data was submitted to Servlet in XML format.
    But if you do not want to use the above approach, then you have to use the Workbench Process.
    Submit the PDF data to a Workbench process and the inside process, execute Webservice Service with the data. Once the response is received, prepare the data XML and render a PDF with it.
    To do this, you need LiveCycle Server and Reader Extensions server component.
    2. As I understand I need to have Live Cycle Designer to create a pdf  and make it Reader Enabled. So user can user reader to call webservice? am I correct?
    Srini: If you want to use the Servlet, you can Reader extend the PDF with Acrobat.. But if you want to submit the data directly to Webservice, then you need Reader Extensions server component.
    3. What minimum reader that user need to have? PDF reader 7 or above?
    Srini: Not sure but Reader 8 and above should work.
    4. I have a webservice serve the same purpose for web. But if I want the same web services can serve both web and PDF form. So, whatever client (PDF or Web)make the web service call, server returns the PDF document to client. Is that possible ? Do I need to make any changes on web service?
    Srini: If you use the Servlet approach, then you can re-use the same webservice. But if you want to submit directly to the same webservice, you may need to change it to suit your data XML.
    5. Do I need to get any other Adobe server product? (other than Live Cycle Designer )
    Srini: If you use the Servlet approach, you do not need any server component but other approach, you need Livecycle Server and Reader Extensions server component.
    Thanks
    Srini

Maybe you are looking for

  • How can i determine the order automator actually gets the files?

    Hi, I'm a newbie so excuse my probably simple question, but I have a problem using Automator to change the names of files. What I'm trying to do is using Automator to rename files that are in a specific order and have to stay that way. I'm trying to

  • EDI using seeburger

    Hi Friends, Recently I have worked on EDI scenarios using Seeburger adapter. there are so many in and outs for EDI / Seeburger , out of that I need some inputs on finalization of  error handling framework for EDI implementation using Seeburger. Pleas

  • CRMD_ORDER, table to get line item number

    Hi, Looking for the table that stores the 'Line item no' . Please share your thoughts. Thanks. GV.

  • Allocation of Budget profile to order type

    Dear Gurus; I can create budget for order / order group by tcode: KO22, supplement the budget by KO24. But how do I assign a plan/ budget profile to an order type? Thanks & Regards Hemant Roplekar

  • Search displays in a new tab

    when I perform a search with bing, the results are displayed in a new tab. I don't want a new tab or window to display the results. This just started happening tonight. My first initial searches for a cause said it was a setting in bing. I wasn't abl