Invoke the dictaphone notes

Hi, can I invoke my personal application notes for application of voice recorder? How?. I have seen that the only applications can call are: address book, Bluetooth, calculator, calendar, camera, cards, memopad, messages, phone, search and task, thanks

You can use the player and get the duration method. Other is like when you start recording, take time system using Syste.currentTimeMillis, it will be in mili seconds and convert it to seconds and display.

Tags: BlackBerry Developers

Similar Questions

  • Invoke the knot & quot; Implementation of VI & quot; does not work in VI

    Hello.  I imported a project that worked well in LV8.2 in LV2009 SP1 (both on the same Vista machine) and it does not work.  I use a node to invoke to launch a vi and invoked vi does not run, the code is shown in the picture.

    "FP. Open' and 'FP. IsForemost' work, the PS made what they say.  I put sensors on parts of the called vi who would go first and the probes show that nothing has changed.  Also I can run the vi invoked alone and there is no problem, it runs as I expect.

    Any ideas on how I could progress on this issue would be appreciated.  Thank you.

    Problem solved.  The vi that I me call was also in a statement case in fact vi invocation.  The case was never executed.  It was my way of making sure the vi has been loaded.  It worked well in LV8.2 but not in LV2009.  I removed the vi of the case statement and then everything ran as he had already.  Looks like we have a difference in behavior between versions.

    Now, I just find a way to ensure that the invoked vi is loaded when I load the vi citing.  Not a problem within the Builder App, but not also practice in the development environment.

  • Invoke the activity do not dehydrate when using retry policy fault

    When the political use of fault with retry behavior, invoke activities are not being dehydrated properly (even if we use idempotent = false on the functioning of partnerlink).

    This poses a problem if the process is in "canceled at the last point of dehydration" - given that dehydration doesn't is not made.

    If the Invoke is successful on the first invoke (do not have to use the strategy of fault and retry behavior), he's dehydrated properly, and if the process at a later stage makes a point of dehydration cancellation exist properly.

    So it seems to be linked to the fault policy and other code running, or perhaps some properties have not been set properly (__Non-db-persist?).

    No idea how to solve this problem?

    We use SOA Suite 11.1.1.7

    According to Oracle support, political fault retry and with idempotent = false are not compatible.

  • Invoke the node: export image does not work in sub - VI?

    Windows 7 64 bit

    LabVIEW 9, 32-bit

    bug alert!

    See example attached vi

    The image of export invoke node only work while the Subvi is open, so called as a Subvi and the Subvi is closed this function fails to create an image.

    Using the graphical version express XY, I created an xy chart.  Then created an invoke node to export the image of the xy graph.  When I call this vi as a Subvi, it works, as far as the Subvi remains open.  If I close the Subvi and don't run the main vi, no image is created.

    No explanation why this would be?  LabVIEW 10 has the same problem?

    So the answer is simple, whenever an image is desired from a Subvi always use: invoke the node-> get image, in addition to any collection already implemented code to force labview to update the image

  • Using intermittent problems "invoke the node-> default reset" command to delete a table

    I use the 'default' reinitalization invoke the node to clear a table after sending the data to a file. The next time that the vi is called the table should appear all items, set the default values. However sometimes the picture is not deleted and data since the previous call of the vi are still in the arrary, or at least it appears that way, since the same data for the previous time called appear in the file when new values are added to the file. New data looks good, as the data points in the table that I don't update appear with the old values. And again, it is an intermittent problem. I can solve this problem for a while in any case stop labview and re-run it.  Any ideas what's happening?

    Thank you.

    Chuck


  • Invoke the E-mail with attachment

    Hi guys,.

    IM I invoke the email with a built-in attachment application.
    I read to analyze the data in the JSON Format to the InvokationRequest, but I'm not sure how exactly to proceed.

    Here's what I have so far

    InvokeManager invokeManager;
    InvokeRequest request;
    
    request.setTarget("sys.pim.uib.email.hybridcomposer");
    request.setAction("bb.action.COMPOSE");
    request.setMimeType("message/rfc822");
    
    QVariantMap mail;
    
    mail.insert("to", QUrl("[email protected]"));
    
    request.setMetadata(mail);
    
    InvokeTargetReply *reply = invokeManager.invoke(request);
    

    AFAIK, this should add the address [email protected] mailto-field, but it's not.

    Does anyone know what im doing wrong or what is missing.

    THX

    Smolof

    Sorry for the delay. Here is how I got it working this morning.

    void InvokeEmail::sendEmail() {
        InvokeRequest request;
        request.setAction("bb.action.COMPOSE");
        request.setMimeType("message/rfc822");
        QVariantMap data;
        data["to"] = (QVariantList() << "[email protected]");
        data["subject"] = "This is a subject";
    
        data["body"] = "Hello there, things are great!";
        QString logpath = "/accounts/1000/shared/documents/test.pdf";
        QString logpathEncoded = QString(QUrl(logpath).toEncoded());
        qDebug() << "## LOG PATH: " + logpathEncoded;
        data["attachment"] = (QVariantList() << logpathEncoded);
        QVariantMap moreData;
        moreData["data"] = data;
        bool ok;
        request.setData(bb::PpsObject::encode(moreData, &ok));
    
        m_invokeManager->invoke(request);
    }
    

     

  • Invoke the BlackBerry App World de Page Web/App.

    In the BlackBerry 10 Dev Alpha, it is easy to invoke the BlackBerry App World using the direct link of the browser or the app like this:

    appworld://vendorpage/7765 (the number's provider ID)

    or

    appworld://content/19996436 (the number is the ID of your application)

    My question is... What happened to invoke App World and page then provider of BlackBerry PlayBook? I used 'appworld://vendorpage/7765' and it does not work on the PlayBook. I tried using "appworld://search/zanuzawa" (zanuzawa is my name of the seller) but he said 'no result '.

    Any suggestion? Thanks before.

    My bad:

    https://developer.BlackBerry.com/Cascades/documentation/device_platform/invocation/blackberry_world...

  • Definition qnx.invoke:InvokeManager could not be found

    I'm trying to use some methods of invocation in my application. However, it still fails on the line

    import qnx.invoke.InvokeAction
    

    with the message of

    Definition qnx.invoke:InvokeManager could not be found
    

    I don't know where this class can be hidden. I use the SDK BB10 gold

    Yep, that's where it is (QNXDevice.ane).  I was confused by 1) the fact that I have not read about how donkey really works and is packed and 2) the fact that the components of fuse.ui with the exception of hides, live in the qnxui.swc.

    I use FlashDevelop, Flash Builder, but once I added the DONKEY device to the library it compiles properly.

    BTW I just use FlashDevelop compile to the flushing of the gross errors of syntax & liaison; for device & sim referred

    versions that I use the command line.  For all those who playback what uses both command line and strikes

    This problem, you will need (apparenly) to add the full path to the device DONKEY to your library path options, i.e.

    I've added:

    -compiler.library-path %BBSDKPATH%\frameworks\libs\qnx\ane\QNXDevice.ane
    

    to my amxmlc command line and all was forgiven.   (It comes in a Windows batch file, where the)

    backslashes, and % BBSDKPATH % contains the path to my install SDK).

    Edit: Note by the compiler docs, "you can specify a directory or individual SWC files."  For the

    SWC bind to, I just provide the path of the directory.  I tried to do for the DONKEY device and it would not take;

    I had to put QNXDevice.ane on the tail of the path so that it can compile.

  • Invoking the application of a midlet blackberry email client.

    Hi guys, I am trying to invoke the blackberry native E-mail application, trying to do until now I'm able to view email compose screen and the data filled in, but my problem is after he gets invoked from in my application it never get all events, as I can not kick it, the BlackBerry shortcut menu does not appear the menu only one that works is the menu that appears by pressing the keys (trackball).

    All events, including the characters of that type in the body of the message i don't get it.

    Please help me.

    what I have done until now is the following:

     net.rim.device.api.system.Application.getApplication().invokeLater(new Runnable()
                {
                    public void run() {
                        MessageArguments mArgs = new MessageArguments                                          (MessageArguments.ARG_NEW,to,msubject, mbody);
                        Invoke.invokeApplication(Invoke.APP_TYPE_MESSAGES, mArgs);
    
                    }
                });
    

    with the code above in invokeLater, I even tried without invokeLater but in vain.

    my scenario is a user clicks an option in the menu contextual app Feeback Email application opens and with the preset values user can edit too with his comments.

    Thank you

    JH

    Thanks guys, but now I found the solution for my problem mentioned above.

    the issue was with event management, even if my app was painted with screen e-mail editor events received to my main application screens, so I put control of all handlers on the current active form.

      public boolean checkActiveScreen()
       {
           net.rim.device.api.ui.Screen scr = net.rim.device.api.ui.UiApplication.getUiApplication().getActiveScreen();
           net.rim.device.api.ui.Field f = scr.getFieldWithFocus();
           if(null != f)
           {
               return false;
           }
             if (scr instanceof net.rim.device.api.ui.container.FullScreen)
            {
                return false;
            }
            else if(scr instanceof net.rim.device.api.ui.container.MainScreen)
            {
                return false;
            }
            else if(scr instanceof net.rim.device.api.ui.container.PopupScreen)
            {
                return false;
            }
    
           return true;
       }
    

    If the function above has solved my case.

  • Invoke the Message MMS existing message no new message

    I created a Message with attachments and invoked the message request to create an email, now it would be nice to add a line of code to call MMS message.

    This calls for an email with my Message

    Invoke.invokeApplication (Invoke.APP_TYPE_MESSAGES, new MessageArguments (message));

    This calls for a new MMS.

    Invoke.invokeApplication (Invoke.APP_TYPE_MESSAGES, new MessageArguments (MessageArguments.ARG_NEW_MMS));

    It does not work

    Invoke.invokeApplication (Invoke.APP_TYPE_MESSAGES, new MessageArguments (message, MessageArguments.ARG_NEW_MMS));

    I can invoke the application message and create a new MMS message, but I don't see how to create a multimedia Message and the message I created.

    If anyone has any ideas, you could save me a lot of time.

    Thank you!

    Somehow, I missed the answer to this one.  It has already been posted.

    It is not possible!

  • Invoke the qml camera card

    Is it possible to invoke the pure qml camera card?

    I saw how in c ++, but prefer to keep in qml. Seems not work although

    For reference, see

    https://developer.BlackBerry.com/Cascades/documentation/device_platform/invocation/camera.html

    Invocation {
       id: cameraInvocation
       query: InvokeQuery {
              invokeTargetId: "sys.camera.card"
              invokeActionId: "bb.action.CAPTURE"
       }
    }
    

    I try to trigger it with

    cameraInvocation.trigger("bb.action.CAPTURE");
    

    In the console, I get:

    Warning: 16:42:14.882 InvocationPrivate::setQuery: you are not allowed to change InvokeQuery object Warning: 16:42:16.941 InvocationPrivate::onQueryResolved: query failed, no armed signal sent.
    

    It looks like the good feature of ae request

    SAID

  • Invoke the timer in QML

    Hello

    I have a problem with the invocation of application kernel clock in QML.

    This is my code:

            ActionItem {
                title: "Set Timer"
                imageSource: "asset:///images/Timer.png"
                ActionBar.placement: ActionBarPlacement.OnBar
                onTriggered: {
                    timer.trigger("bb.action.VIEW");
                }
                attachedObjects: [
                    Invocation {
                        id: timer
                        query {
                            invokeTargetId: "bb.clock.launcher"
                            mimeType: "text/plain"
                            data: "timerTab"
                        }
    
                    }
                ]
            }
    

    This is what I get in the console:

    InvocationWrapper:nQueryFinished: no matching results for query service Menu
    mimeType = "text/plain".
    URI = QUrl("")
    Data = "timerTab".
    metadata = QMap()
    perimeter = 0
    action = «»
    target = "bb.clock.launcher".
    invokerIncluded = false
    InvocationPrivate:nQueryResolved: no matching result query, no armed signal sent.

    I forgot set some sort of clearance or to include the library?

    It's page with the attributes required to invoke the clock app

    https://developer.BlackBerry.com/native/documentation/Cascades/device_platform/invocation/clock.html

    I use 10.1.0.4633 SDK

    Unfortunately, this could be yet another case where the supply of the property 'data' on an InvokeQuery in QML does not work. There are other threads where the same situation arises with invoking the composer of the email and phone dialer.

    The only solution that I came up with so far is to use C++ for that. See Shadid post here for an example to do for e-mail (http://supportforums.blackberry.com/t5/Native-Development/Invoke-Email-with-Attachment/m-p/2251453#M...

    Note the use of PpsObject::encode (), which may be a necessary part of the puzzle, but with a simple string required for data in this case (for example, "timerTab"), which may be required. It is not clear and basically undocumented. They were never really intended to expose all PPS stuff to us, so these cases may all the places where the APIs are insufficient and different hacks are needed to overcome gaps.  (Note that all the calls done encode() is to convert the string to a byte array and preprending ' data : json: "for it and maybe add a line break at the end (which is required at least in the case of e-mail).)

  • Invoke the photo gallery

    Hi all

    Can we invoke photograpique to select an image similar to the selection of a contact in the address book? Or you should use the fileexplorerdemo provided with JDE. But I need to display the thumbnails of the images not only the names of files.

    Can you please provided guidance for this?

    Thanks in advance,

    Sandeep

    Yes, these options are provided by default of the unit according to the selected field.

    As far as I KNOW, we must develop the custom component.

  • Is it possible to invoke the third party application every time that the user receives an incoming call

    Hello

    I have some doubts in regard to invoking an application third, whenever there is an incoming call (by observing the change in status of the phone). The third-party application must be called as soon as the user gets the call and must replace the appication of dial phone by default/native.

    Please suggest me some ideas if the above can be implemented or not. If it can be put in place what is possible?

    Also suggest me if there is another way to achieve this.

    Thanks in advance,

    Arun

    Got the solution after enough research:

    In Blackberry the substitution of native applications in is not possible. When there is a call that is a priority interruption that all applications are moved to the bottom and the phone call will be prioritized. When an incoming call is there is not possible to invoke the third about, we can take control as soon as the call is completed.

  • Invoke the map sharing in C++

    Hello developers

    I am trying to invoke the map sharing in C++, but it seems that it does not work as expected. The map tell you is this one...

    The code I have so far is the following

        InvokeRequest request;
        request.setAction("bb.action.SHARE");
        request.setMimeType("text/plain");
        request.setData("Test for sharing");
    
        InvokeManager manager;
        manager.invoke(request);
    

    When I run this code, it will invoke a card asking me to select a BBM group. It's like I have already chosen the BBM group option in the sharing card.

    Does anyone have an idea why this goes wrong?

    You request an independent appeal.  When you perform an independent application that allow you to choose the application to use the framework of the call.  To display the selector as you want, make a connected call but do not specify a target.  Here's how:

    QString path = QDir::current().absoluteFilePath("shared/photos/avatar.jpg");
    m_pInvocation = Invocation::create(
            InvokeQuery::create().parent(this).mimeType("image/png").uri(
                    QUrl::fromLocalFile(path)));
    
    QObject::connect(m_pInvocation, SIGNAL(armed()), this, SLOT(onArmed()));
    

    and then...

    void BBMInvocation::onArmed()
    {
        m_pInvocation->trigger("bb.action.SHARE");
    }
    

Maybe you are looking for