Is it possible to Exchange by BBM app-specific data?

Hello

I'm writing a kind of task list manager. However I was considering the possibility to share a task with BBM contacts. A contact who would receive such a task could click on it, then add it to his own app.

This could be done on BBM?

Thanks in advance.

Flow of data from one application to another using the BBM API is available for BBM on BlackBerry OS 5-7, but is not currently available on BlackBerry 10.  It's something we look for in the launch post.

But you could do it using the framework of the call for your application.  You could create an InvokeActionItem that send a file with a time of mime/extension custom during a BBM chat session in your application as follows:

InvokeActionItem {
    title: "Share Image Over BBM"
    query {
        invokeTargetId: "sys.bbm.sharehandler"
        invokeActionId: "bb.action.SHARE"
        uri: "file:///accounts/1000/shared/misc/file.tsk"
    }
}

Your application should also be part of the call as Manager for this type of mime/extension.  Then when the user receives the file, they could click on it to open the taskj in your application.

Not as transparent as the streaming directly from one application to another, but it might be easier for now buliding your own server infrastructure.

Tags: BlackBerry Developers

Similar Questions

  • BBM app target os

    Hello world

    I want to develop the bbm app function, and a sustained minimum OS as 5.0. All of the samples I've seen are 6.0 apps.  Although there is a pawn of the addiction, I'm not sure with 5.0 OS. So is my question - possible to make bbm application which runs on 5.0?

    Yes - the problem is the level of BBM which is installed.

  • Is it possible to use the Remote app with the Apple TV connected via ethernet and iPhone via WiFi?

    Is it possible to use the Remote app with the Apple TV connected via ethernet and iPhone via WiFi? When I try this Apple TV does not appear in the list of devices on my iPhone.

    Yes, I'm doing exactly this with the same put in place.

    If the problem persists the next relative to the following articles might help you.

    Troubleshooting home sharing

  • Is it possible to exchange a macbook for a macbook air?

    I want to know if its possible to Exchange my Macbook for a Macbook air free or not free because when I download something on the internet for mac and I have to open the download file, that it says mount failed or it cannot read the file, ITS A DMG FILE NOT A EXE also most of the things that I download are for other versions of mac and I'm trying to update my mac by clicking on the icon Apple and update, then yes also something also won't work as when I go to a website like math splash because his homework and I can't do it on my mac, I'd use my windows but I love my mac because that his laptop and also I feel that my mac is no longer supported for nothing I feel like that because I have an older version of itunes this setting to day can't because it says it cannot connect to the itunes server then Yes please answer and here are the details of my mac: Version 10.4.11 model identifier 2.1 Build 8S 2167 then Yes please please please please! answer so I don't have to get an OTHER COMPUTER im my house thank you and please answer!

    Apple does not have the times. If the computer is new and within 14 days from the date of purchase, then you can return it for an Exchange. It will probably not be free. However, you must understand that the problem you described is not caused by the model of computer you have, and it will not fix another computer or another. Given the age of your model, the best you can expect is for sale on eBay, although there are retailers such as Expercom.com which will give you something in trade. But for those who have it won't be much.

    For the model that you have you need to back up your files, the boot from your OS X DVD, erase the drive, then reinstall OS X and also far that you can improve it - which is probably the leopard to snow you can buy on the Apple Online Store for $19.00 plus taxes and shipping.

  • BlackBerry BBM App

    Is it possible to delete individual messages to chat BBM, without having to remove all the conversations from the setting?

    I don't know your scenario, but if you followed with the latest BBM there is now the possibility to define a BBM message to show for only a limited amount of time.  Otherwise, you cannot delete an individual message in a chat, just close the cat.

  • Is it possible to open 'manage connections' app?

    Hi guys,.

    Is it possible to open 'manage connections' app?

    My application needs WLAN. So when it starts, I check if wifi is on and if it is connected to the network. If it isn't I would open "manage connections" and allow the user to connect. Is this possible?

    I was looking at the ApplicationManager class but did not understand if it is possible.

    Thanks for the replies

    I got an answer on another forum. It might be useful for someone. The solution is

    try {
             ApplicationManager.getApplicationManager().launch("net_rim_bb_manage_connections");
        } catch (ApplicationManagerException e) {
             // TODO Auto-generated catch block
             e.printStackTrace();
        }
    
  • Reinstal Cloud but not uninstal not possible as long as the app running, but not other applications in the Task Manager

    Hello

    I need to reinstall the Cloud but uninstal is not possible as long as the app running, but not other applications in the Task Manager.

    Windows 7

    Uninstaller: "another version of office of creative cloud or an installer Adobe is running...". »

    TaskManager: browser runs only.

    Windows Installer / change: "unable to désinstaller creative cloud to desktop. You still have creative Cloud computer applications that need it.

    So, how I re install this, thank you

    Safe mode using the application of Creative Cloud Uninstaller has worked.

  • Is it possible to take 2 web apps with both having the same element name (IE: titreArticle, short) and display them in a list in chronological order.  For example something like that {module_webapps id = filter "3673 & 7432" = "classified" itemId = mo

    Hello

    Is it possible to take 2 web apps with both having the same element name (IE: titreArticle, short) and display them in a list in chronological order.

    For example something like that {module_webapps id = "3673& 7432" filter = 'class' itemId = "71755" template="/new/partnernewstemp.tpl" sortType = 'date'}

    Thank you

    Angela Borden

    This is not possible, I'm afraid, you must list each of the webapps separately and then combine and re - sort the two lists.

  • Possible to Exchange temporary table with composite range-hash partitioned table?

    Hello

    Using oracle 11.2.0.3

    We want to clean up the data in some of our existing partitioned table.

    Afetr updates check spped that is too slow for us.

    Current table is partitioned the inetrval compoiste range-hash table.  Also it is compressed - enabled for compression of basis as well

    An interval of 1 month and 1 partition by month and 4 secondary partitions in the partition of ecah.

    You want to create tenp table with the data of celan and exchange the data in this table in the 'dirty' uisng existing partitions partition exchnage.

    Is this possible?

    The plan is

    1) create temporary table containing data for 1 partition (1 month worth of data)

    (2) clean the data here

    (3) create new temporary table with these specific data which compressed and discovered partitioned with 4 secondary partitions

    (4) table 3 for swap partition dirty using partition excahnge.

    Thaks

    I think that this can be done with a combination of Exchange and Split partition partitions. Prior to Oracle 11 g, only way of redefining tables online was DBMS_REDEFINITION package. Now, you can redefine the use of partitions for Exchange & Split. Check

    http://www.Oracle-base.com/articles/Misc/partitioning-an-existing-table-using-Exchange-partition.php

    Maintenance of Partitions

    Kind regards

  • How can I back up App store data?

    I need to restore windows 8 parameters, but I want to save my app save data and possibly the apps them selves so I don't have to re - download. can someone tell me how I can do this. Nothing is complicated if you can give step by step instructions.

    Well, I finally found my answer. {Thanks to dingl I was just looking for information about apps apps not metro, and sorry to burst your bubble but Bennet recorded metro apps stores data file is c:\users\{username}\AppData\Local\Packages\{packageID} if you are able to create a backup of your backup data. to restore the file later. It is also a way to app data backup by setting up your cloud services and it will automatically install with your backup files to all the devices that you open your Microsoft account. Even if it is complicated, you can also get a paper copy of the metro app downloads. http://www.wikihow.com/Access-Metro-Style-Apps-Installation-Folder-in-Windows-8 . in any case thanks for trying to help and I get more information to help me look for the answers.

    Links to the information you have found.

    http://StackOverflow.com/questions/15098751/where-does-Windows-store-apps-stores-its-local-settings

    http://www.WikiHow.com/access-Metro-style-apps-installation-folder-in-Windows-8

  • How to use mobile data for large app download data

    How to use mobile data for large app download data

    How can I set big data

  • Is it possible to add the location and the date on the pictures in a slide show?

    Is it possible to add the place and the date on the pictures in a slide show?

    Only if you manually add a title slide t photo and enter this information manually.  There is no automatic way in Photos.

    Click on the button "+" at the right end of the slide show to add a title slide.

  • the process know my location/time zone, how is this possible since I formatted to remove all data.

    Original title: information on a formatted drive

    Hello

    I do a clean install of Vista on a drive formatted during the installation dialog, the PC is not connected to the internet.

    I note that the process knew my location/time zone, how is that possible because I formatted to delete all data (malware)

    Thank you

    Daniel

    Because your computer installation has been changed by a manufacturer (assuming you used the recovery disc/partition), it is likely that they localize it to their own local headquarters.

  • Is it possible to clone an instance without any data?

    Hello
    Is it possible to clone an instance without any data?
    Say I want to clone an instance to a new instance on another server so that the new clone will be same as a new installation without any customization and data in it.
    Thank you

    Richa says:
    Hello
    Anyone...?

    We have already responded to this above. What is the reason why you want to clone the instance without data? You clone production?

    Do a fresh install and apply all patches require a lot of time and effort, especially if you have a lot of patches applied.

    Thank you
    Hussein

  • Is it possible to exchange the 42mm 38mm watch?

    My father gave me the Apple Watch Sport with blue sport group for Christmas, this was very unexpected and I much loved from the time wherever I put it for the first time.

    The only small problem I (could be called cela a first world problem..) is that I prefer the slightly larger size of 42 mm, 38 mm seems just a bit too small for my wrist (I'm not sure of my measures of wrist, but I wear the small band, the second hole at the end of the band suits me perfectly) is possible to walk into my local Apple store and ask to Exchange for the 42mm and pay the difference between sizes? Or do I just put the AW on eBay or another site, and just buy a new 42mm directly from Apple?

    And also, we do not have a receipt for the Apple Watch, we know or when it was originally purchased.

    Hello

    He is the technical assistance focused on the user community.

    Policy standard returns from Apple to the United States, for example, for items that have been purchased directly from Apple provides for returns within 14 days (conditions apply) and also requires the original proof of purchase.

    http://www.Apple.com/shop/help/returns_refund

    This information, I'm afraid that no one here can tell you what Apple decides. Your best option is to ask at your local Apple store.

    (It is also forbidden here to speculate on decisions of Apple).

Maybe you are looking for

  • New 40 GB HDD on Satellite A10 501 unrecognized

    I have an old 10-501 with a 30 GB hard drive that just broke. I bought a new one (Hitachi, 40 GB, 5400 rpm, ATA/IDE), but it is not recognized. I went into the BIOS, but nothing. I reformatted my old drive, and it works fine (but noisy) on a partitio

  • Lost my connection between all my apples

    The other day (Monday I think) my MacBook Pro said there a someone tried to get into my account from another computer and if I saw it I should ignore it, but if I don't I should change my password. I know that I do not share my password with someone

  • USB ports no longer work after windows 10

    Hello Tried to solve the problem I have with my usb ports not recognizing not not the mobile hard drive trying to help pre Windows 10 answers but no luck. Please could someone advise or help me reinstall my usb drivers? for my system, now I win 10. T

  • Impossible to create a RAID5 with Advanced Wizard

    I have an MD1000 attached to a Poweredge 2900 (Windows 2003 Std R2 SP2) via a PERC 6/e. I am trying to create a table of 8 drives RAID5 physical usng OpenManage advanced drive the virtual assistant. I am able to execue the first of two steps, selecti

  • BlackBerry 8830 Blackberry Smartphones does not illuminate

    Problems with my blackberry. Tech support says updated new software. So I pulg it updates in, deceased. After a bit, I get "Unable to reconnect to the device during a multi-stage load operation."  from the Desktop Manager and blackberry are turned of