BBM SDK - Contact Selector empty when sending a file

Hi all

I am having some problems with the SDK to BBM and send a file to a contact. It works perfectly fine on the Simulator, but on a real device the Contact selector always appears under VACUUM (despite the fact that there are contacts in BBM users contact list).

Here is my code to send a file to a BBM contact.

final BBMPlatformContext platformContext = _context;

BBMPlatformContactList contacts = platformContext.getUIService().showContactPicker("Send File To",  ContactListProvider.BBM_CONTACTS_WITH_APP, false, false);
        if (contacts.size() > 0)
        {
            //Pick the contact to send the file to
            final BBMPlatformContact contact = (BBMPlatformContact)contacts.getAll().nextElement();

            platformContext.getMessagingService().sendFile(contact, filePath, caption);

}

I don't know why on a real device, she appears as empty, it is what the user should do to enable my application send files to a contact?  Should the other user have my app installed too?  Any help would be appreciated to greately.

Thank you!

Maybe this post will help you;

http://supportforums.BlackBerry.com/T5/Java-development/send-picture-to-BBM-contact/TD-p/1252163

Tags: BlackBerry Developers

Similar Questions

  • Is there a way to use my brand image when sending a file with Adobe send?

    Is it possible to include my logo in the message to send files?

    Hi dporterphotography,

    The personalization feature is not available in send immediately, but it is planned for a future release. In the meantime, we invite you to send your file, with branding, using Adobe SendNow. You can connect to SendNow at https://sendnow.acrobat.com/signin.html using the same Adobe ID and password that you use for sending.

    Best,

    Sara

  • What Contacts are used when send the email from the Mail application?

    I have a sky email Yahoo where all my contacts are available.     I use the people App where my contacts are available.   When I want to send an email using the Mail (which is related to my emails from sky) application, then all my contacts don't EXIST - why.

    Will you please explain in simple language please because I'm not technical interest

    OT: Contacts

    Hello

    I suggest you try the steps from the following link to import the Sky email account contacts.

    Add, import and export of contacts
    http://help.sky.com/email/managing-your-contacts/adding-importing-and-exporting-contacts

    To further support on behalf of heaven, I suggest you show in sky support forums.
    http://helpforum.sky.com/T5/sky-Yahoo-mail/BD-p/emailsandtools

    I hope this helps.

  • Controlling the size of the image/paper when sending a file to the printer

    I just sent a jpeg of Hi Res wide for my printer. It is printed in portrait but only 15 x 10 cm on an A4 sheet, and not the entire page. This could be useful if I print to brilliant 15 x 10 card at some point, but I want my images on A4 paper. How the printer does not know how to print a file sent by email and may be changed or managed for each file by file

    Hello

    The default settings for the content sent eprint is to print photos 15x10cm and A4 documents - unfortunately, these settings cannot be changed for content by e-mail.

    For more print options, you should download the HP ePrint app for mobile devices or print directly from a PC.

  • Names aren't allowed on my Contact list when sending Mail

    Unsolicited or unauthorized names have been added to my list of 'People' Hotmail that I'm unable to remove. When I write a message and go to my contact list, at the end there are three 'contacts' that I haven't added and cannot remove: DrunkGirlRoom, HornyGirlHere, friends.  I see where other people have reported the same problem with the same names added and were not able to find the answers.  I want to remove the names of these unwanted and also want Microsoft to provide a fix to Hotmail where they can't be added.  These names do not appear in the list of contacts except when you click on 'To' and 'People' list when sending mail, where they appear at the end of the list.  Please answer.

    This question is an Invitation to network group pending. You need to remove from your list of contacts, to decline the invitation as follows:

    1. click on Contacts.

    2. click on the view invitations.

    3. click on groups.

    4. click on No, thank you.

  • BBM SDK. Send the Invitation.

    Hello!

    I have a problem with a BBMPlatformSession.sendInvitation method.

    BBM SDK API shows a list of contacts with the contacts. Ok.  But I need to know if the user cancels this action. No recall for this.

    Thanks in advance.

    Auto answer:

    BBMPlatformSession.getPendingContactsCount.

    It works!

    Thank you

  • Cannot add contacts for the 'To' and 'cc' Box when sending emails

    Original title: emails

    cannot add contacts to the area "to" or "cc" box when sending mail that I only get the option to add addresses to a small drop-down list when I click in these boxes. I tried to uninstall the application and reinstall but made no difference!

    If you click on the "To", "Cc" or "Bcc" once he frequently gives you used, click New and , it gives you the complete list.  You can switch backwards between them by clicking on


    A more permanent solution   For Outlook
    Gear
    Several e-mail settings
    Customize Outlook
    Advanced Privacy settings
    AutoComplete suggestions
    Give suggestions for anyone I contacted (contacts and non-contacts)
    Save
  • BBM SDK problem

    Hello

    I have a small question for everyone. I managed to integrate the BBM SDK in my application and I let the user 'send' photos of their BBM contacts (which works perfectly fine).

    In the message BBM is sent, it bears the name of applications which is clickable (it tries to download the application on the phone to people if they don't have it). When the user clicks the name of applications, it will give me an error message

    "" Application XXX is not installed, download XXX from App World now? ".

    If you press OK will give you another message

    "XXX is not on App World launch App World anyway?"

    The problem is that my request is on App World. How do I register/direct somehow BBM SDK for the correct App World link for my application?

    Any help would be appreciated to greately. Thank you

    You get the ID unique blackberry APP for each & every app, BBM check for your application of peripheral data & if she is not found, then it shows download option that it itself, risk major is that your current application is not live on App world, so when you're clicking on the download link it only shows something. Don't worry about this once your application goes live it automatically redirect to your app to app World page, I also had that concern initially, but have tested the work that & it is very good for our enterprise application.

  • Why my contact form/php page sends an e-mail on page load?

    Hi all

    If all goes well, can point out the error of my ways here.

    I have a website with a www.matrixweb.fr contact page and he sends me an email everytime the page loads. The last site I've built, I used a separate page for the PHP so users then had to sail back to a page in the site, but this time I just want to send the data and stay where they are on the contact page. In short, I want just the php to send me mail with the form data in and not an empty one every time someone loads the page!

    I'm pretty new to this so much good advice would be much appreciated.

    Thank you very much

    Concerning

    Rob

    You found the email when loading the page because you didn't check to see if the form and its data have been deposited before sending the email.  This is normally how it's done such a treatment script.  So at least you could do this-

    <>

    If (isset($_POST['submit']) & $_POST ['submit'] == 'Contact Matrix Web') {}

    $to = "[email protected]";

    $subject = 'Matrix Web - customer survey';

    $message = "customer name:". "." $_POST ['name']. "\r\n".

    "Email:                   " . $_POST ['email']. "\r\n".

    "Phone: & nbsp;     " . $_POST ['phone']. "\r\n".

    "survey: & nbsp;.      " . $_POST ['investigation'];

    $from = $_POST ['email'];

    $headers = "from: $from". « \r\n » ;

    mail ($to, $Subject, $message, $headers);

    }

    ?>

    Know that your script process is completely vulnerable to attack by injection - which means that someone could use your script to send spam to thousands of email addresses...

    A simple way to fix this would be to change-

    $from = $_POST ['email'];

    on this subject.

    $from = "contact@,atrixweb.fr";

    This means that you could not simply hit 'reply' to respond to one of these emails of contact, but it's a small price to pay for this security.

  • Thunderbird crash when sending a message or a copy in the sent mail

    I use Thunderbird on Yosemite 10.10.4 38.2.0 (Mac), to connect to Gmail via their IMAP server.

    I have been using Thunderbird for many years. The last two weeks, a problem has resurfaced. It seems that Thunderbird loses contact with the IMAP of Gmail server. Two things occur:

    (1) crashes when sending a message: it hangs on "connecting to smtp.gmail.com. After awhile, I hit cancel them and send again and the message passes through. (screenshot attached)

    (2) hangs when copying to sent mail: I compacted my sent mail folder and it still hangs. Yet once I hit Cancel, and he me reprompts. After clicking ok several times, he finally saves the email in the folder.

    I am also intermittently an error message "unable to run filters on the message" or something like that. Sporadically, in this case it is so difficult to reproduce.

    I have a feeling that the problem is actually the Google server. I was in a new access provider, so at first I thought it was related to this. However, I have tested this in two places, including my university network (temple.edu) and observed the same problems. So, I don't think it's my local network connection.

    I found no information that Google has hurt. I think that other users would see the same thing. The problem with the copy sent mail before in older versions of Thunderbird. The usual alternatives were to compact the file and play with the process boundary setting.

    This is the case on almost every message I send now, and I send a lot of email, so I need to help this debugging.

    Thank you.

    By lifting the server indicates you have DNS problems. Something other r4eport as being useful is a ditch their ISP DNS and use Googles. It's
    IP 8.8.8.8 and 8.8.4.4. For instructions, see https://www.opennicproject.org/configure-your-dns/how-to-change-dns-servers-on-a-mac/

    However, do not check e-mail in the "sent" folder is also very annoying because I can't delete this folder.

    Normally, Thunderbird saves mail in the sent folder. In the case of Gmail, all outgoing mail is autoatically added to the Gmail sent folder, and in the case of IMAP synchronizes it to the same folder in Thunderbird. So I guess that you are not using IMAP for your mail. Would this be the case? If you use POP, do a right-click on the account, select settings and folder on behalf of copies and put so save outgoing mail. Maybe it's that, for your EDU that Google do not save in the folder mail. In this case with regard to POPs.

  • Get invalid password when sending mail?

    When sending mail, I get "unable to send. Your ' [email protected]' password is not valid. "Do not understand why I get this when I am already in my mail and how to work around the problem?

    Thank you very much

    Michael

    Remove the account from your iPad and add it again. Settings > Mail, Contacts, calendars.

  • My apple mail blocks 5 to 10 times a day when sending an email.  Seems to have happened after El Capitan upgraded.  Any ideas?

    My Apple's Mail crashes regularly during the day when sending electronic mail.  I'll create an e-mail, press send and it will crash.  It does not send first of enamel.  When I re - open, an empty message is open (I would create a new message).  All this seems to have happened after upgrade to El Capitan.  Any ideas?

    Thanks - Paul

    Please launch the Console application in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Step 1

    For this step, the title of the Console window should be all Messages. If it isn't, select

    SYSTEM LOG QUERIES ▹ all Messages

    in the list of logs on the left. If you don't see this list, select

    List of newspapers seen ▹ display

    in the menu at the top of the screen bar.

    In the upper right corner of the Console window, there is a search box to filter. Enter the name of the application crashed or process. For example, if Safari has crashed, you would enter "Safari" (without the quotes).

    Each message in the journal begins with the date and time when it was entered. Select the messages since the time of the last fall, as appropriate. Copy to the Clipboard by pressing Control-C key combination. Paste into a reply to this message by pressing command + V.

    The journal contains a large amount of information, almost everything that is not relevant to solve a particular problem. When you post a journal excerpt, be selective. A few dozen lines are almost always more than enough.

    Please don't dump blindly thousands of lines in the journal in this discussion.

    Please do not post screenshots of log messages - text poster.

    Some private information, such as your name, may appear in the log. Anonymize before posting.

    Step 2

    In the Console window, clear the search box, and then select

    DIAGNOSIS AND diagnostic USE information reports ▹ user

    (not diagnose them and use Messages) in the list of logs on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points downwards. You will see a list of reports of incidents. The name of each report begins with the name of the process and ends with ".crash". Select the most recent report on the process in question. The content of the report is displayed at right. Allows you to copy and paste to validate all of the content, text, not a screenshot.

    I know that the report is long, perhaps several hundred lines. Please report all this anyway. If the report is only a few lines, make sure that you have disabled the search box.

    If you don't see any report, but you know, he had an accident, you have chosen diagnostic and using the list of Log Messages. INFORMATION on the USE of DIAGNOSTIC AND choose instead.

    In the interest of privacy, I suggest that, before posting, you change the UUID ' anonymous, ' a long string of letters, numbers and dashes in the header of the report, if it is present (it cannot be). "

    Please do not post other types of diagnostic report - they are very long and rarely useful.

    When you post the journal excerpt or the accident report, you might see an error message on the web page: "you have included content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the forum software. Thanks for posting the text on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

  • Upgrade to El Capitan - 'Contacts' are empty, 'Calendar' is empty

    Upgrade to El Capitan - 'Contacts' are empty, 'Calendar' is empty.

    Already running OS X 10.8.5. Used storage iCloud. Do not use the iPhone or the Apple tablets.

    My memory, when I upgraded to El Capitan, I did not allow iCloud for Contacts or calendars. I thought this would upgrade find my old account information and data files on my HARD drive and shoot those in the new version of Mac applications.

    After upgrade, I opened system preferences > iCloud - - Photos, Mail, Contacts, calendars, reminders were all deselected - seems right.

    Then I opened the request for calendars, preferences > tab accounts - there is a seizure of the iCloud accounts and gmail accounts entry - nothing is activated. I have selected my gmail account in preferences of calendars and enabled - voila, the linked google calendar entries appeared on my calendar from Apple. But I still have no entries that have been set up on my Mac only calendar.

    I assume that the old data are still on my system. If this isn't the case, I have backups. Can I simply find the data files and import them into the Contacts and calendar?

    Thank you

    Go to www.icloud.com and see if the calendars and the missing contacts are there.

  • Outlook express 6 when sending a message, the message 'hang up' in the Outbox

    Outlook express 6, when sending a message, the message 'hang up' in the Outbox, don't watch not in the box sent but is sent (confirmed) and continues to repeat the send action.

    I use outlook in private mode and a mode of business, private mode gives problems mode business is good
    In private and commercial modes, do you mean different identities? You probably have the corruption of dbx files in the identity of the problem.
     
    Spend most of your messages out of the Inbox and then create new folders to send and sent items box after having moved the messages you want to save to a local folder that you create.
     
    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.
     
    In Windows XP, the files of user OE (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.
     
    With OE closed, find the DBX files for the items in the Outbox and sent and delete them.  New ones will be created automatically when you open OE.
     
    After you're done, followed by compacting your folders manually while working * off * and do it often.
     
    Click Outlook Express at the top of the the folder tree so no folders are open. Then: File | Work offline (or double-click on work online in the status bar). File | Folder | Compact all folders. Don't touch anything until the compacting is completed.
     
    General precautions for Outlook Express:
     
    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend all a 300 MB max for less risk of corruption.
     
    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095
     
    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the CPUs, slows down sending and receiving and causes a multitude of problems such as time-outs, account setting changes and has even been responsible for the loss of messages. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3 
     
    Why you don't need your anti-virus to scan your email
    http://thundercloud.NET/infoave/tutorials/email-scanning/index.htm
     
    Note that for some AV programs, it may be necessary to uninstall the program and reinstall in custom Mode and uncheck analysis when the option is the result of e-mail messages.
     
    Compact often as specified above.
     
    And backup often.
     
    Outlook Express Quick Backup (OEQB Freeware)
    http://www.oehelp.com/OEBackup/default.aspx 
     
     
     
    FYI: This is a forum for Windows Live Mail. In the future, you will want to use this forum for Outlook Express.
     
  • When sending emails with Outlook Express, they sit in the Outbox and don't move to sent items.

    My system is XP Microsoft w/Internet Explorer 7.  My online service is through netzero.  I started having problems several weeks ago about my Outlook Express.  In the last whe I send a file, he crossed for recipients and also would go directly to my sent folder.  Now adays, occasionally, the info is sent to recipients but does not go to my sent folder and the express pointed out a mistake and put my email in the Outbox.  I have to move it to project from the Outbox folder or the system keeps trying to return.  He goes to the recipients, but not in my sent folder.  What's wrong?

    original title: Microsoft Outlook Express

    You have apparent dbx file corruption.

    Spend most of your messages out of the Inbox and then create new folders to send and sent items box after having moved the messages you want to save to a local folder that you create.

    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.

    In Windows XP, Win2K & Win2K3 the OE user files (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.

    With OE closed, find the DBX files for the items in the Outbox and sent and delete them.  New ones will be created automatically when you open OE.

    After you're done, followed by compacting your folders manually while working * off * and do it often.

    Click Outlook Express at the top of the the folder tree so no folders are open. Then: File | Work offline (or double-click on work online in the status bar). File | Folder | Compact all folders. Don't touch anything until the compacting is completed.

    General precautions for Outlook Express:

    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend all a 300 MB max for less risk of corruption.

    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095

    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the CPUs, slows down sending and receiving and causes a multitude of problems such as time-outs, account setting changes and has even been responsible for the loss of messages. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3

    Why you don't need your anti-virus to scan your email
    http://thundercloud.NET/infoave/tutorials/email-scanning/index.htm

    Note that for some AV programs, it may be necessary to uninstall the program and reinstall in custom Mode and uncheck analysis when the option is the result of e-mail messages.

    Compact often as specified above.

    And backup often.

    Outlook Express Quick Backup (OEQB Freeware)
    http://www.oehelp.com/OEBackup/default.aspx

Maybe you are looking for

  • 2009 build exe error

    I f3 2009 installed on an XP sp3 machine and I am trying to build an executable and get the error below.  I can find the error.llb and the vi in question.  I opened it even without any problem. I've included the vi I'm turning into an exe file, thoug

  • Persistent "...". not running genuine Windows' popup

    Last week my computer started to show the popup "this computer is not running genuine Windows" every few hours. I have looked online and found out about the probable cause: the update of KB3004394 and the fix recommended: install the KB3024777 update

  • How do you define the password expirations in Windows 7?

    I need to set up the password for all expirations 90 days on all of our PCs.  I found, in the "help" on my PC, how to 'require strong passwords on computers', but it doesn't tell me where to start?  Is - this womewhere I don't think in 'control panel

  • Acrobal DC Pro subscription

    I have a subscription for Acrobat Pro DC on my home PC and you want to download the program on my desktop PC. How can I do this?

  • The Deskjet D2360 driver installation error

    Came across the problem, try to install the driver for HP Deskjet D2360 (same error for small size and size driver CD) "The system does not have the specified path. and the screen thereafter I installed this driver on several other PCs with no proble