Call broken BBM

Hi, I had some people say that the invocation of my BBM application is broken. The problem is, he works in the Simulator (10.1) so I don't know what to do or how to fix.

A single user, for sure, is using BB 10.2. Could this be the problem? Or would it be a problem with the unit? Maybe I did something wrong?

It's my invocation (attached to a button):

attachedObjects: [
  Invocation {
    id: invoke
    query {
      invokeTargetId: "sys.bbm.sharehandler"
      mimeType: "text/plain"
      data: "Default text"
    }
  }
]

And when I set it off:

invoke.query.data = "Context specific text."
invoke.trigger("bb.action.SHARE")

It's been broken in 10.2.

Please see this thread for details and workarounds:

http://supportforums.BlackBerry.com/T5/native-development/InvokeActionItem-10-2/m-p/2648281#M51662

Tags: BlackBerry Developers

Similar Questions

  • Video call of BBM

    Hello everyone! I heard about videoconferencing in bbm, but I can't find any possibility to do this with my contacts. They use bbm in iphone and once I received an unexpected video call from them but then the video call has been interrupted without reason and without giving me time to answer. I asked them how they managed to do it and they told me that they did nothing except try to contact me via the option normal call on bbm. If someone can tell me, it is possible to make calls video on bbm and if it is how can I do? Im running OS 10.3.2836 on my passport. Any advice will be useful. Thank you!

    Oh really? But why I received a video call to them and a second disappeared? Probably was a problem, in any case thank you for your answer

  • Integration of video call of BBM

    Hi all

    I need help from guru BB10, is it possible to start the video call of BBM with custom controls added to the screen? I think it would be as a video call mode of overlay and controls customized on the top layer.

    The task in general to display custom in the BBM video connection controls (buttons, labels). I don't know if this is possible or not, and where I can dig more on the integration of video of BBM.

    This is not supported.  You can call a BBM video call in your application, but you cannot customize the user interface of the calling card (screen) itself.

  • BBM needs your help! Can't make video call on BBM!

    Hey, maybe someone had a problem, or someone knows how to solve. I can't make video calls to BBM. I know that the green icon appears when you have 3G and superior or wi - fi, but the green icon does not appear even when I use a wi - fi connection. Only a green icon for voice call is displayed and I can do voice calls only. I contacted blackberry support on tweeter and been disappointed, cause they did not help me. What can cause these problems? Know someone? Thanks in advance

    Yes, BBM Video Chat is so far only available for BlackBerry 10 users.

  • Call voice/video 10 on BBM blackBerry is no longer available for OS 10.3.1.1565

    After the update to OS 10.3.1.1565 for my Passport BB voice/video chat on BBM is not

    are no longer available. I CANNOT MAKE VOICE OR VIDEO CALLS ON BBM and I CAN RECEIVE CALLS

    OVER BBM SURVEYS. I use voice calling on bbm on a daily basis and I feel that I am now without

    my phone!

    I don't have the ENTIRE application available for the update day. For the moment, there is NO request

    available for the update - all are up to date.

    BB world indicates that I use BBM 10.6.4.10. I did REFRESH BB world without modification. However, NO update

    are offered.

    When I select enforcement BBM BB world among the list of installed applications it

    said in red "not available for this device.

    I see some using BBM 10.6.5.10. Is there trouble with BBM for voice/video calls

    10.6.5.10 & OS 10.3.1.1565?

    The bug is perhaps with the BB world that must be updated itself? But it does not offer to me

    to update a.

    Does anyone have an idea how to fix this?

    Thank you!

    Looks like the problem is on.

    I reinstalled the OS all over again via link BB and restore my settings. The process of a lot of time took me almost 3 hours, but it is back and working now. BBM has been updated when reinstalling the OS to 10.5.15.19.

    Yet, it shows red in the world of the BB that the app is not available for my device... Looks like a certain bug is here to be reincarnated with the next update...

  • Cannot call a spade BBM video or Audio application in the workspace

    I have an application workspace, I'm developing, and I can't call video BBM.

        InvokeManager invokeManager;
        InvokeRequest request;
        request.setTarget("sys.service.videochat");
        request.setAction("bb.action.OPEN");
        QString data_str = "dest="++"&video=1";
        QByteArray data = data_str.toUtf8();
        request.setData(data);
        invokeManager.invoke(request);
    

    I don't get any errors. It does not only. It is not accessible from the workspace?

    Sorry, I should have been more clear.  BBM video and Audio conversations are not officially supported, but you can call BBM to do a text based chat.  The bullets refer to list the features of BBM.  But note that it is also said that some of these features are available for applications in the workspace.  Not all the target invocation of basic applications take on the workspace.  For example, that the camera is not supported.

  • BBM No. call icon

    @JSanders How are Hey, brother, you?

    I am facing a problem my BBM shows no audio/video icon, and I am also unable to make calls through BBM surveys. Please help me solve this problem, as you have solved it before.

    Topic title edited to reflect the new topic.

    OK, using the same camera and the same version here.

    Disabling the option to make voice or video calls over the mobile network did not have the icon disappears, it is probably nothing to do with it.

    If you do a battery pull and the icon/sbility to make calls of voice and video on bbm still do not come back, I would say that you recharge your device.

    NB: You may need to back up your device.

    You can also see if anyone in the forum has a better opinion that might work for you.

  • Voice call no. BBM on BBM

    A friend of mine to buy Z30. And voice calls on BBM do not work. Video calls work perfectly. OS and BBM are up-to-date. After reading a few threads on CrackBerry I discovered that it is not only him, few more people have the same problem.

    He tried to remove the SIM card and call hollow Wi - Fi, it does not work. For some people installing BBM voice seems to fix the problem, but for him there. It seems that this problem is somehow related to some companies, as most people with this problem are of T-Mobile Germany.

    On the same carrier as my friend (Telekom Montenegro) people with the old Blackberry (os 7) phones can make voice calls.

    It seems that it takes time to unlock the voice calls BBM after I installed the BBM voice application.  Don't worry if you don't see it just after installing this application, but it should appear shortly after.

  • Calling function in QML?

    Hi all

    I need to call invite to BBM while clicking on a qml button, I am attaching my code example, but it does not

    Button {
               text:"Invite"
               id: invite_button
                onClicked: {
                invokeQuery.updateQuery();
                 }
                  attachedObjects: [
                        InvokeActionItem {
                          id:invokeQuery
                          title: "Invite to BBM"
                         query {
                         invokeActionId:"bb.action.INVITEBBM"
                               uri: "pin:2100000A"
                          }
                        }
                      ]
                    }
    

    How can someone send me some solutions for this problem. ?

    Thank you

    Hi all

    I found a solution about the guest call to BBM at the click of a button, I can't go to invite page but can not able to send invitations by selecting contacts, here is my code

    Button {
                text: "Invite"
                onClicked: {
                    invokeQuery.uri = "pin:210000A"
                    invokeQuery.updateQuery();
                }
                attachedObjects: [
                    Invocation {
                        id: invokeShare
                        query: InvokeQuery {
                            id: invokeQuery
                        }
                        onArmed: {
                             trigger("bb.action.INVITEBBM");
    
                        }
                    }
                ]
            }
    

    Can someone send me solutions

  • Z10 BBM blackBerry video chat has no voice?

    Can't hear anything on the BBM chat, or the other person can hear me. Help, this is frustrating

    Begin by a traction battery on both ends.  You and another user both should remove your batteries while your phones are lit then the replacement and then try a video call of BBM.

    Let us know if that helps you.

  • Problem with sharing of data specific to the application via BBM 10.2

    Hello - I am having a problem of data sharing applications with BBM 10.2-specific. I take the advice of some comments here, and it seems to work on 10.1. I can receive the file on 10.2, but when I try to share on the same device that I get this:

    InvocationWrapper::onQueryFinished: no matching result from Menu Service for query
       mimeType=""
       uri=QUrl("file:///accounts/1000/shared/misc/My App Data.myapp")
       data= ""
       metadata= QMap()
       perimeter= 0
       action= "bb.action.SHARE"
       target= "sys.bbm.sharehandler"
       invokerIncluded= false
    InvocationPrivate::onQueryResolved: no result matching query, no armed signal sent.
    

    It is the call that I use, which works on 10.1 but not 10.2:

    Invocation {
       id: invokeBBM
       query {
          InvokeQuery {
             id: invokeBBMQuery
             uri: "file:///accounts/1000/shared/misc/My App Data.myapp"
             invokeTargetId: "sys.bbm.sharehandler"
             invokeActionId: "bb.action.SHARE"
          }
       }
    }
    

    I also tried it with a "text/plain" MIME type and a few other variations, same result. If something has changed in point 10.2?

    (And while I'm asking, any reason why I can't use the data instead of a file uri? I need to convert the data in JSON, save the file, share the file, send, receive, save the file on the receiver, then open it, read it, and convert it back. Seems a little roundabout, if I could share the JSON data. "(And this is the only reason that my application requires permissions of shared files)."

    Thank you!

    It is a problem with the current version of BlackBerry Dev 10.2 Alpha.  You can call C++ BBM, but citing QML does not work.

  • Beginning with BBM

    Hi guys, I am completely new to the Blackberry development and I am now trying to understand works on the last BB10 BBM. I looked through a lot of documentation (webcasts as well) and I noticed that you can do impressive things. A first attempt, I began to focus on a simple task such as the sharing of a link inside my application with peers BBM, but I ran into a couple of issues/concerns.

    My reference SDK is Webworks and, as far as I understand it, the first step is to register the app in the platform... Unfortunately, as soon as it happens, the app will slow down showing the spinner. The code that I have implemented is exactly the same, you can find in the API in Webworks documentation examples:

    https://developer.BlackBerry.com/HTML5/APIs/BlackBerry.BBM.platform.html

    Another point is that I could not find a hook to the API that allows a user to share a link with his contacts, as my original design was designed...

    I am tryng to achieve something which is not provided? What is really when you call "shareContent" as described here: https://developer.blackberry.com/html5/apis/blackberry.bbm.platform.users.html#.shareContent

    ??

    Thank you very much for your time

    See you soon

    -marco

    What behavior you see when you open the customer of the BBM itself say?  Here is a link to a sample of BBM SP for WebWorks.

    Note that you don't have to register first if you use any of the API BBM SP.  However, if you use the framework of the call to call the BBM Client, import into your application as a card that you don't have to register.

    10 BlackBerry BBM SP Sample WebWorks

  • BlackBerry Z10 video BBM for unlimited plans, AT & T

    I'm sure that this topic is here somewhere, but I can't seem to find it. (Please direct me there, if so)

    So, it doesn't seem to be consensus on who this works for and who is not as shown here:

    http://forums.CrackBerry.com/BlackBerry-Z10-F254/t-blocking-BBM-video-voice-over-mobile-networks-905...

    But here's my question. I have an unlimited plan excluded on AT & T.  But I can not activate video calls through BBM surveys. It works fine on WiFi but not on the network. If I try, I get a message that reads "contact AT & T to activate. And, on the settings tab in BBM, the cursor "Allow calls from BBM on Mobile Networks" is grey.

    Thus, after contacting AT & T, they told me similar things to what is mentioned in the announcement of Crackberry - that I have a tiered plan or shared use Videotelephony.  My questions are the following:

    -is that someone here with an unlimited plan from AT & T be able to use video calls when not on WiFi?

    -does anyone know IF you use file manager or something sideloaded it you to get around the restriction?

    -are there someone who has an unlimited plan with AT & T AND has updated for Mac OS 10.2 with Knowyou or something, which is able to use the BBM video on the network? (EDIT: changed 10.3 to 10.2)

    Well, well, well. Just as I was trying to tell the idiots with AT & T technical support I talked with, before the problem was with them all along - not with my plan.

    So, if someone follows this and wants to update...

    Short version:

    If you have an unlimited plan AT & T LTE for your BlackBerry, you can ABSOLUTELY activate BBM video. I do now. If AT & T tech tells you different, they're wrong.

    Full article:

    I have an unlimited plan, my wife has a tiered data plan. Video BBM worked well on both our WiFi phones, his BBM video would work on network, but mine wouldn't.

    I started in my retail store, and the guy who usually helps me didn't know what I was doing wrong. So, we called technical support. AT & T first told me they didn't know why it wasn't, given to me to try different things, power off / on, without success.  So they sent me to the BlackBerry support.  After a few long conversations, which essentially ended with "Yes, this is not our problem, which is AT & T business."

    So, I called AT & T tech support again. They told me on the phone that I can't use this feature with unlimited and should be changed to a share of mobile or tiered data plan. I said, 'nope' and decided to cool it down and try again later.  So, then, I had an online chat with a representative of the AT & T technical support who told me the same thing. She said that the BBM video wouldn't work on unlimited and I needed to change. I told her firmly that I change my plan and my initial agreement for the unlimited understand not having the features are disabled. She told me that AT & T had the right to control their network, but that they wanted. (nice) So, I finished this cat.

    After doing some web browsing, to post here and other forums, with all sorts of mixed responses, I came across this article by the yard by Adi Robertson http://www.theverge.com/2013/5/20/4348672/att-will-allow-all-video-chat-apps-on-its-network-by-end-o...

    On a whim, I sent him, and he wrote, "Yes, uh not.» AT & T has not activated it for BlackBerry on unlimited plans. "She contacted back, then contacted his connection to AT & t. yesterday, I heard from someone at the Office AT & T President, whatever it is. Fast forward... your da! Suddenly, a technical support could enable this feature after all.

    I still have my unlimited plan and video BBM works simply great.

    Now, if only I could get AT & T for Mac OS 10.2 version...

  • BBM BBM voice - can not hear each other for the first 5 seconds

    Hey. Has anyone else noticed that on BBM (Q10 10.3) calls iPhone BBM, you sometimes can not hear each other for the first five seconds? Don't know if it's in the app or data connection or what...

    J.

    I just recently noticed that he actually said 'connection '. "during about 5 + seconds. So it's ok, I guess I'll wait five seconds.

  • Cannot share or videoconference screen

    I use Skype 7.0.60 on a windows 8.1 with a 4.0 ghz processor and 8 GB of ram. I have a Logitech C920 Web cam.

    Right out of free video call from me and my friends were able to use our webcams and easily share screens. Once the group that we were added more people (usually 5 in one call at a time). I could not share screens or activate my webcam. When I check the connection info, it says it can't be 10 people in a call to use the webcam. But everyone is able to use their webcams and share the screens perfectly.

    I tried to uninstall Skype and update of the force, but the problem persists and the video call and share the screen options are grayed out in my settings. All I have this problem or knows how to solve this problem?

    It is a known problem with the latest version of Skype 7.0. Is most probably due to the events of API call broken.

    http://community.Skype.com/T5/Windows-desktop-client/why-can-t-you-turn-on-video-chat-anymore-in-big...

    Try to uninstall version 7.0 and install the 6.21.0.104 previous version.

    http://download.Skype.com/MSI/SkypeSetup_6.21.0.104.msi

Maybe you are looking for

  • TM14 - no subtitles of mkv in media player

    Hello! I can not access the substitles contained in mkv (pronounced to DLNA) files.I have an old box of configuration of toshiba on which substitles works perfectly, I am surprised that this feature is not available in a TV of 2014! Certainly I forgo

  • Satellite L650 - 13 M - high sound under the touchpad

    Hello When I work with my laptop, I hear a sound of high light (as you may know an insect repellent, just a little louder). It's not very loud, but it can be really annoying. If you listen closely from below, you can see that it comes under the touch

  • "The eigenvalues and the vectors.vi" produce different results in BT 7.0 and 8.0

    I noticed that 'clean and vectors.vi values' product of different results when it is used in LV8.0 and LV7.0. The attached VI is saved in LV7.0.  The default values show the results by operating this VI in LV7.0. Using the same entries, try running t

  • Analysis & postprocessor

    Dear all, I would like to know the use of an equation in "Add the phrase" any analysis and "Post processor"? What will be the difference that can be viewed in the Grapher view? » Thanks in advance, Samir.

  • Unable to connect to the internet using D - Link DWA - 131 Wireless N Nano USB Adapter

    I have a D - Link DWA - 131 Wireless N Nano USB Adapter and I can not run on win 7 ult x 86. in Device Manager, the device is functioning. Driver is Realtek Semiconductor Corp. 1086.33.917.2010. in network connections wireless 3, problems of Diagnost