BlackBerry Q10 two "how-to" quick questions

First of all, with my old "BOLD" of BB, I could get two recipients of a text message.  With Q10, however, I see only one
"To" field under the new message.  How to send the same text to two people?

Secondly, when I'm in the car, the Q10 is "hands-free via a Bluetooth connection.  When I got a call on my old "BOLD" of BB, I had the opportunity to speak on the car speakers or direct calls to the handset.  Yesterday, when my Q10 rang in the car, I saw this option pop up.  Is he past?

Thank you.

C. W. Byrd

Yes, no comma to separate the two contacts.

Yes, when you press the sign more, you can select a recipient. Then you can press the sign again and select a second beneficiary, etc..

Tags: BlackBerry Smartphones

Similar Questions

  • BlackBerry Q10 two problems with Q10

    I meet two specific problems with the Q10:

    1. my password for the email account is at least twice a day and I have to be reintroduced in this one.

    2. when to send SMS, if I get three or more lines of text, the screen does not scroll automatically.

    Does anyone have comments on how to fix these problems?

    Thank you

    (1.) that looks like this:

    http://supportforums.BlackBerry.com/T5/BlackBerry-Q10/sync-problems-detected-and-explained-BB-should...

  • BlackBerry Q10 controls how many times my Q10 synchronizes with my account Gmail

    I can't control how many times my Q10 synchronizes with my account Gmail. I have adjusted the settings of Gmail, calendar, and Contacts on several occasions, but it seems to pull emails frequently (less than an hour) regardless of the setting. I want to control the synchronization manually. What Miss me? The phone is brand new and unlocked, running on AT & T, and this happens regardless of whether I use WiFi or not.

    Thank you!

    Hello and welcome to the community!

    A few possible variables...

    (1) what have you set to "use push if available.

    (2) how exactly the GMail is integrated? EAS? IMAP? POP?

    If the answer to article 1 is Yes, AND you have integrated such as IMAP of GMail, the time interval setting is ignored. If integrated as EAS, it can also be ignored as well as the "use push...." "setting can also be ignored. If integrated as POP, then there is no Push, so your time interval settings would be used.

    Thus, depending on the combination of factors, it may or may not be doing exactly now what it should be.

    Good luck and let us know!

  • BlackBerry Q10 how do I get rid of my current BB sign in and create a new one?

    My Q10 is having this problem:

    http://BTSC.webapps.BlackBerry.com/BTSC/ViewDocument.do?noCount=true&externalID=KB33652&sliceId=2&di...

    It seems to me that I have to delete my bbid which was used for my old BB and make sure I use a new from scratch, so lose all my contacts etc.

    How can I do this

    Please help someone because I'm so desperate to stop having BBM Manager of temporary error every day, so far the only way I can get around this is to keep to restart or take out the battery.  Whenever he wipes my cats and is usually really irritating.

    any help would be much appreciated - thank you

    Hey, AdaV,.

    Welcome to the community of BlackBerry Support Forums.

    Thanks for the question.

    Follow the steps in this article to change your BlackBerry ID on the smartphone BlackBerry Q10: www.blackberry.com/btsc/KB26694

    Remember to create a backup of your data in BlackBerry link that all data will be erased.

    Let me know if you have any other questions.

    See you soon.

  • Two quick questions (hopefully) - right way to dynamically change the CSS class and put of Splash screen implemented

    Couple of quick questions have left me speechless!

    So, it seems obvious that many JavaFX applications want to dynamically change the CSS styles.  Is the best way to do it through la.getStyleClass () .add ("classname") < node >?  The underlying data structure is a list of observable.  So let's say we have 5 styles that simply to change the fill color of a circle of 5 different colors, respectively.  So if I have a condition in which I want to dynamically apply 1 of these 5 styles, as I do now it's by setting all 5 styles as a string in a list by using a static initializer, then I call < node > .getStyleClass () .removeAll (list), then getStyleClass () .add ("classname").  I do this to avoid adding again and still the same style and inflate the underlying list.  What is the right way to manage dynamic CSS styles?

    Finally a very simple I think.  So I know there's a little differently to implement a splash screen.  My app has certainly got bigger in the last few months of development and I noticed there are about a 5 second delay between when I run the application when I see the main stage.  I was thinking what a splash screen would be nice to fill that time.  I had no time to prototype using a Preloader and I fear that using another, early stage start-up again would be too long of a delay.  "I actually thought that using the Nice and simple JVM argument" - splash: image name > "would be simple, easy and effective.  Unfortunately when I try to do, the splash screen appears but never goes away.  Anyone know what is happening with this?

    Your mechanism to manage the css style classes is a good approach; I've used several times. I wonder why the style classes have been implemented as a list, instead of a game, but there may be cases of good use for the use of a list.

    In some cases you can also consider using CSS PsuedoClasses, which were presented in JavaFX 8. Here is a little easier to use, especially if you have two options. But a use case might look like:

    public class Message {
        public enum Status { NORMAL, WARNING, CRITICAL }
    
        private final ObjectProperty status = new SimpleObjectProperty<>(Status.NORMAL);
        private final StringProperty message = new SimpleStringProperty();
    
        // constructor, getters, setters, and property accessors....
    }
    
    public Label createLabel(Message message) {
        PseudoClass warning = PseudoClass.getPseudoClass("warning");
        PseudoClass critical = PseudoClass.getPseudoClass("critical");
    
        Label label = new Label();
        label.textProperty().bind(message.messageProperty());
        message.statusProperty().addListener((obs, oldStatus, newStatus) -> {
            label.pseudoClassStateChanged(warning, newStatus == Message.Status.WARNING);
            label.pseudoClassStateChanged(critical, newStatus == Message.Status.CRITICAL);
        }
        return label ;
    }
    

    And then your css looks like

    .label:warning {
        -fx-text-fill: orange ;
    }
    .label:critical {
        -fx-text-fill: red ;
    }
    
  • BlackBerry Q10 from sent items e-mail settings

    I know that the option "delete only on handheld" does not yet exist on BB10, which is a major pain.  I learned to live with this until today.  I have two email accounts; @shaw.ca and @live.ca.  When I send an email from my PC it also appears on my phone as a sent item.  In the interest of the housekeeping I delete sent items off my phone thinking that they will always be in my items on my PC.  I consider that to my account @live.ca only, not Shaw for a reason, my folder on my PC has no items since I got my Q10, they've all gone which is a huge problem for me.  Here's my question.  Is there any kind of implement changes that can make my items on my PC are not displayed on my phone?  I never used to see them on my torch, only the Envoy that I sent from my phone.

    Any really smart people out there who know a way to recover deleted items sent in Windows Live mail?  I poured on everything him net and can not find anything but it can't hurt to ask.

    Thank you all!

    Hey ddmdevin,

    Welcome to the community of BlackBerry Support Forums.

    Thanks for the question. In the new operating system BlackBerry 10, email will now via synchronization. Previous BlackBerry devices carried out a reconciliation. This means that, with synchronization, the Inbox on your BlackBerry Q10 will reflect your Inbox on your webmail.

    The ability to hide items sent in the Q10 of BlackBerry is available, however it allows to hide all items sent to all accounts in the hub.

    To hide items sent so they are not displayed in the Inbox of the Q10 (to avoid to remove permanently):

    The Hub-> menu-> settings (3 vertical points)-> display and Actions-> see the elements (toggle OFF) sent.

    Let us know how make you out!

    See you soon,.

  • I used my old charger BlackBerry Q10.

    Hi guys

    Just a quick question. Last night, while half asleep, I put my Q10 on charge with the charger of my Bold 9700. This would have a negative effect on my battery?

    Thank you.

    Hello and welcome to the community!

    Probably not... the Chargers offer a power lower than the charger for the Q10. As a general rule, all that would mean is that it would take more time to load. "" But do not make a habit of it and (just in case) monitor closely for any deviation from your range "normal of how your battery".

    Good luck!

  • BlackBerry Q10 sent items that appear in the Inbox of Blackberry

    I have a POP email setup on my Blackberry Q10.  Whenever I have email, it appears in my Inbox (with a check mark).  And YES, I assigned "Display Messages" to Off.  I even reset completely the Q10 without restoring from a backup, and added the e-mail account with the same question.

    It's an interesting test, I added a Gmail account and sent messages do not appear in my Inbox.

    How can I fix it?  What other setting besides that Show sent Messages can affect this.  I have no idea how to proceed from here.

    So, I just do a restore of my backup (the backup I took before I reset my unit because of this problem) and now all of a sudden the sent messages are being hidden.  If it works now, but there is some sort of bug here.

  • BBM blackBerry Q10 pine got changed

    Hello, everyone!

    My problem with the BBM Pin code is as follows - a few years ago I had the BlackBerry 9900, and I got a pine BBM assigned to this device. Later, this device was physically destroyed and I started to use BBM on Samsung Galaxy (the same PIN BBM).

    Recently, I purchased BlackBerry Q10 and started using BBM with the same PIN (from BlackBerry 9900). It wasn't a problem, until that I've updated BBM a few days ago and then I noticed that my BBM pin has changed.

    Does anyone know why it happened and what to do with this issue? I mean, finally, I will create a list of contacts with my new BBM PIN code, but there is no guarantee that this change suddenly won't happen again.

    Thank you very much for your advice.

    Dmitri

    Hi Dimitri

    Good question, but so many numbers makes me headache lol just kidding. Unfortunately, this is not how it works. Different way with numbers of mail or telephone in our map. Blackberry PIN is connected with a single device and cannot be moved to another device. Your previous BBM with 123456 contacts are safe and always with you in your new PIN BBM 654321. To your new customers/friends you must inform your PIN or invite them.

    Technology can create something new. You can always tell them your new pin code otherwise you must continue to use your old device.

    Kind regards.

  • Different models of blackBerry Q10 Q10 of BB.

    Which smartphone BlackBerry Q10 SQN100-1 / 2 / 3 / 5 is suitable for the India taking into account services of 4G coming in India. Why?

    Hello

    himeshshah wrote:

    Which smartphone BlackBerry Q10 SQN100-1 / 2 / 3 / 5 is suitable for the India taking into account services of 4G coming in India.

    I found this site very useful understand the technical differences between the models:

    Of course, you will need to supplement that with an understanding of the technical nature of the carrier network on which you want to operate the unit... but it's a discussion, you'd be better off to have with carriers, since it is their networks.

    himeshshah wrote:

    Why?

    Hmmm... I'm not quite sure how to answer this question. There are several models simply because there is too much radio frequency technologies in the world to allow the manufacture of a device that can really work on all networks in the world... should be physically so large, that nobody would buy it. Instead, all mobile manufacturers must make several models, each with a subset of support/radio frequency technology. It's just the nature of our world of various technologies.

    Good luck!

  • BlackBerry Q10 mynumber word substitution does not work

    Hello

    I'm having a problem with "mynumber" word substitution on Q10, if I encounter this problem on the old BB OS 6 version, just change the information of SIM on Options-> device-> settings-> SIM card Advance system-> change the SIM phone number.

    How can I change mynumber on BB OS 10?

    Please let me know

    Leo Soesanto

    Hello Leo,

    Thank you for your question about the phone number on your smartphone BlackBerry Q10.

    To change the phone number in the smartphone BlackBerry Q10, please go to settings > privacy and security > SIM card

    Let us know if you have any other questions.

    Thank you

  • LOCKED out BBM because of PASSWORD blackBerry Smartphones do NOT KNOW OR QUESTION FAST

    My daughter tried to activate BBM7 on his phone - it did not work as she bit to enter his password (that she has forgotten) or his quick question (which she forgot also) how can regain us access to his account BBM? Hepatitis has spent ages on the phone for the Virgin who couldn't stop and the only assistance available the BBM seem to be various links of email that I do not understand that I'm a complete technophobe! All help gratefully received

    This happened to me today.  Head to https://blackberryid.blackberry.com/bbid/login/ from a computer, click on forgotten password and follow the directions.

  • Bbm blackBerry Q10 q10 display is blurry

    Just got a BlackBerry q10 and discovered that every time that I upload an image on the bbm screen is always blurred.

    Like what would be the issue and how can I sort it?

    How big are the files that your download of the BBM display?
    BBM automatically resize images exceed a certain limit.

  • BlackBerry Q10 Q BB 10 issue 1

    Hello

    Is there an option to auto on/off on bb Q10?, if not, then is it possible in future updates?

    Hey BBQ10,

    Welcome to BlackBerry Support Community Forums.

    This feature is currently not available in the smartphone BlackBerry Q10; Sorry, we can not comment on the new features of the new software.

    Let us know if you have any other questions.

    Thank you.

  • BlackBerry Q10 need help navigating the screen

    When I have an app Androd open I like to hide the toolbar, but I don't know how go back an impression of the page with the toolbar opening. I know what to do but I can't do work in all is a video showing how or can someone say how to?

    Thank you

    I had the same problem - the gesture (swipe left/right) is correct, but I guess you drag too far up. Stay in the bottom quarter of the screen.

    This post helped me to http://forums.crackberry.com/blackberry-q10-f272/swipe-gesture-back-android-runtime-873566/#post9541...

    And as usual, as soon as you know what to do, you need a bit of practice and suddenly, it is quite normal to swipe this way... (and you wonder why he didn't is not supported in the native BB applications )

Maybe you are looking for