INVOKE help or tutorials on a blackberry device

I'm looking to Invoke application help and tutorials app.

One with any idea.

Best bet I can get to is to invoke the search help or tutorials

Unfortunately, it does not resemble these requests are targets of the call currently in force:
https://developer.BlackBerry.com/HTML5/documentation/invoking_core_apps.html

You can apply a feature through the JIRA system:
https://www.BlackBerry.com/JIRA/

Tags: BlackBerry Developers

Similar Questions

  • Differences between the version of BlackBerry Device Software and platform. Help, please...

    Hi guys!

    I'm really confused... Help, please!

    We have developed applications for our customers. We tested with our BB8700 and it works fine.

    We used JDE4.2 for development... and we think that it will work on v4.2 based handsets.

    But our customers wrote that it works on v3.7. Why? Is this possible?

    I looked at the information about my 8700 device and then noticed: v4.2.1.107 (platform v2.3.0.84)

    -What are the differences between the version of BlackBerry Device Software and platform?

    Possible customers spoke of version 3.7 of the platform?

    There is a list of the devices, where we can find the version of BlackBerry Device Software by BlackBerry device model?

    Or where we can find information about the models of devices that will support our application?

    Thanks in advance!

    AFAIK there is no version 3.7 platform.

    Customer talking about the OS version.

    So, if they have the device OS version 3.7 you must use JDE JDE 3.6, 3.7 or older.

    Or take updated device OS if the necessary software is available.

  • BlackBerry smartphones please please help! Destop manager says 'check the BlackBerry device is connected' when it is: \.

    Hi, I recently bought a blackberry "BOLD" 9700.Second hand, but hardly used, all the memory/tous les memoire / parametres settings etc. intact but NO software on cd or SD memory card.i bought a USB cable and download the Desktop Manager and the appropriate device software from the BB site. I have a 32 windows vista premium laptop. When I plug in my phone it says "CHECK BLACKBERRY DEVICE IS CONNECTED"... and it is. The Office Manager is all greyed out (disconnected) and I can't go to him because this message is there. Im not a computer wiz so don't understand the jargen. I uninstalled the software twice unsuccessfully please help me.thanks : woman very happy:

    Unfortunately, I don't have this option, I only have a laptop but thanks anyway. BlackBerry needs to make it more accessible to everyone, its ridiculous all them messing around and I've never had anywhere near this kind of problem with another software for any other phone I've ever used. Never.thanks anyway, it is appreciated.

  • The simultaneous use of the SD card in the BlackBerry device and the computer

    Hello

    Can any body tell me if the SD card in the BlackBerry device can be used simultaneously to the device and the computer and how how through programming or coding.

    No problem, can assign you this solved please.  Thank you.

    See the link for help to the top if you do not know how to do it.

  • I could develop Java Application for Blackberry device software version 5.0 to 6.0 JDE

    Hi, expert,

    I saw this line of the ' BlackBerry Java Development Environment - 4.7.0 - fundamentals Guide'.

    It is said:

    ===============================

    With each major version of the BlackBerry Device Software and the FMV of BlackBerry, Research In Motion includes the
    corresponding Java API and version of the BlackBerry® Java® development environment. The version of the BlackBerry device
    Software determines the version of the BlackBerry® integrated development environment that you can use to develop
    applications. For example, RIM released BlackBerry Device Software version 4.0 and BlackBerry JDE version 4.0 in even
    time. BlackBerry JDE version 4.0 supports APIs that were introduced in BlackBerry Device Software version 4.0
    and BlackBerry JVM version 4.0.

    The applications that you create by using BlackBerry JDE Version 4.0 only work on BlackBerry devices
    running BlackBerry Device Software version 4.0 or later.

    =========================

    The last sentence talking about version 4.0 of JDE. I think that would mean that I could not develop a java application on JDE 6.0 for Blackberry 5.0 version of the software, even if I do not use any new API to 6.0. However, it seems to me that it is a useless limitation. Could someone throw some lights on it?

    I'm going to agree with superdirt here.

    I have the 5.0 OS update of applications work well on OS 5.0, 6.0 and 7.0 of the OS OS phones.  I try not to recompile for levels of the OS, if I can, and so far I've been perfectly safe with OS 5.0 running on the later levels of the operating system.  So you should be able to get away with just using OS 5.0.

    Not that it is important for you, but I just thought I documents some historical information about level changes.  .

    As far as I know it 2 change cod in the file format, one to the 4.0 OS and the other in OS 4.2.  Therefore, if you want to run anything in OS 6.0 or above, it must be compiled in OS 4.2 or higher.  Again, I have applications compiled to OS 4.2 running on OS 6.0, without no problem devices.

    There have been changes to the API - the result is that the code that works in OS xx does not work in OS yy where yy is after xx.  I hit a few of them and have so far managed to rework the code so that it works very well on both levels of the operating system.  In general it is things that I do wrong anyway, as the older operating systems (from memory) are not as strict on when the event Thread must be used.

    The problem with OS 4.7 compatibility is an impact and to get more of this, for devices touch screen only, I compile using OS 4.7.  If an application that uses only the functionality that was available in the OS 4.2, I compile on OS 4.2 for non touch screen phones and OS 4.7 for touchscreen phones.  And everything works fine.

    I hope this helps.

  • Need help to make calls in blackberry

    Hello friends,

    I need your help to make calls in blackberry OS version 6.0 and later versions.

    I write code to use, it works very well below 6.0 but on 6.0 and above all he does not.

    When I try this code on 6.0 I receive "cannot connect, call in progress.

    According to my research, this is a specific problem of the OS, but I'm not satisfied with this research.

    Actually I do an application that will dial a specific number again and again for 5 times ({at least} chosen by the user).

    Code: -.

        Application.getApplication().invokeLater(new Runnable() {
    
                public void run() {
                    try {
                        ApplicationManager.getApplicationManager().requestForeground(appProcessId);
                        Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, new PhoneArguments(PhoneArguments.ARG_CALL, phoneNumber));
                              } catch (Exception ex) {
    //                    ex.printStackTrace();
                    }
                }
            });
    

    To resolve this problem, I tried for a few weeks, but no luck.

    Please help me.

    Thanks guys,.

    I found the solution to this problem,

    to fix this, I maintain a difference of 10 seconds on each call, I did.

    Thank you once again

  • How to get a ID each blackberry device

    The DeviceInfo.getDeviceId () to get a unique identifier for each blackberry device? I want to use "GPRSInfo.getIMEI ()", but in the Simulator just give me 0000.0000 etc, and I guess that everything is for the device with GPRS? I don't know if all the devices have the GPRS info?

    Thank you in advance for your help!

    Greetings

    It is unique to the device, no other device will have the same identifier.

  • BlackBerry Smartphones BBM Voice Chat with Blackberry devices

    I use the last BBM on my Bold 9900 with o/s fully updated.

    I noticed that since the BBM for Android and Apple launched, I can't voice chat features for my non-Terminal contacts BlackBerry.

    I am connected to wifi. When my blackberry contacts are in wifi areas, I see the Green notification turned on in the upper right of their profiles but all my contacts non-blackberry device are grayed out still.

    I was just wondering if they have this ability yet and if so, why could I get this question?

    Thanks in advance to anyone who takes the time to answer.

    Kind regards
    Dan

    Hello DrFever.

    I do not work for Blackberry, but I know that BBM for iOS and Android features are limited compared to the Blackberry Version. They have only cat features, with video and voice, expected sometime next year. I hope this helps!

    BWT

  • Smartphones blackBerry device software upgrade, does not (Bold 9930)

    Bold 9930, Verizon,.

    Everything was going well 5 hours ago. Backup and synchronization with Desktop Manager and everything was good. I clicked on the 'Device upgrade' link. He me everything first download and install the new Desktop Manager software. This seemed to work properly. Then it downloaded the new software device and conclusive to upgrade of the unit.

    7.1 bundle, 2705 (v7.1.0.991 platform 5.1.0.678)

    The Setup program indicates that the new software has been installed, and then it seems to want to reboot the device. The device never returns, ends with an App error 606.

    I loaded the cool device software, without change. Removed Software Desktop, loaded fresh, then loaded a fresh device software, without change.

    I tried to load my old device software but the Desktop Manager will not allow him.

    I reloaded software device 3 times, always the same behavior, always the same error at the end.

    I'm out of ideas.

    Any help?

    Hello and welcome to the community!

    brunostyle wrote:

    I tried to load my old device software but the Desktop Manager will not allow him.

    This bit is quite unusual... done correctly, you can force any OS on your BB package as long as it's your exact model number. So I'm not sure if you're really using all the good stuff... so, even if a lot of this will be redundant, please examine carefully for subtle tricks do you need to... done correctly, this can heal the situation. But any errors on the way (not ignored, stage not completed correctly, etc.) invalidates the whole process and translates the automatic process of support and limited to only the OS packages currently supported by your specific carrier.

    The easiest way is, on a PC (you can not do on MAC):

    (1) make sure that you have a current backup and your BB complete... you can find the instructions at the link in my auto-sig below.

    2) uninstall all the BB OS packages from your PC,

    (3) make sure you have the BB Desktop Software already installed

    (4) download and install on your computer, the BB OS package you want:

    • http://us.BlackBerry.com/support/downloads/download_sites.jsp
    • If all you want are the levels of BONE, it is first sorted by carrier - the carrier supports, your search will be fast. However, some carriers are much slower than others to release updates. To really get the package up-to-date OS for your BB, you need to dig through and find all businesses that support your specific model BB and then compare the BONE levels they support.

    5) remove all copies of the SELLER on your PC. XML... There will be at least one and maybe 2, and they will be located in the same way or to (it changes based on your version of Windows) these files:

    • C:\Program Files (x 86) \Common Files\Research In Motion\AppLoader
    • C:\Users\(your Windows username) \AppData\Roaming\Research In Motion\BlackBerry\Loader XML

    6 (a) to change your level of BB OS installed (at level or lower), you can run the Desktop software and connect your BB... the software should offer the operating system package you have installed on your PC.

    6 (b) or, for recharging your BB OS level installed as well to change, work around the Desktop software and use the CHARGER. EXE directly, through step 2 in this process:

    If, during the process of 6a or 6 b, your BB has an error '507', simply unplug the USB of the BB cord and reinsert it. do nothing else... This should allow the installation to continue.

    You can also study the use of BBSAK (bbsak.org) to perform the wipe what he is capable.

    You can also try the "skeleton OS Reload procedure" in an attempt to circumscribe the precise causal element:

    1. Load your OS "bare bones"... If everything is optional, do not install it.
    2. If the behavior is immediately, then try another OS with step 1
    3. If the behavior does not immediately, then run for as long as necessary to make you to be sure that the behavior will not occur.
    4. Add one more thing - no matter how tempting, one.
    5. If the behavior does not immediately present, and then runs for long enough to be sure he won't have the same problem
    6. Repeat steps 4 and 5 until all things are responsible or the behavior presents

    When the behavior shows up, you know the culprit... the last thing you have loaded.

    If the behavior doesn't re-present, then you know that step 1 or 2 cured it.

    If the behavior has anything, then you have probably a problem of material level for which no amount of OS or software can heal.

    You may also use these tips:

    If you are on a MAC, you are limited to only your sanctioned carriers OS packages... but can still use any level they currently have to sanction. See this procedure:

    • KB19915 How to perform a clean reload of the smartphone BlackBerry using BlackBerry Desktop Software application software

    Good luck and let us know!

  • Software for Smartphones blackBerry device

    Hello

    I'm with Cytamobile-Vodafone in Cyprus,

    can someone tell me or give me a link as to where I can download the latest version of the software for my "BOLD", I don't know if the sites listed on the page I checked will be OK. Cytamobile-Vodafone has not been mentioned.

    (Download and install the latest version of BlackBerry Device Software from your wireless service provider. You can find software web download site here wireless service provider)

    Thank you

    Dave

    Thanks a lot, great that@s and has worked well.

    Perhaps you can help with another query I have, I have an icon that gives gives me time in London also temperature. This seems to be the default location on my "BOLD". It is editable here in Cyprus?

    Concerning

    David

  • Help that I have no audio device and my USB does not work :(

    Help me I have no audio device! All I did was put my laptop on the table and it turned off. When I turned it back on, it says that I have no audio devices installed. Ive tred reinstall and back and to update, but it did not work. Also, it is not detect my USB when I plug the power cord for my mp3 player and when I plug my network card. Can someone help me? I have windows XP and I have an IBM Thinkpad

    Hello

    • Is - what sound card is recognized in the BIOS?

    You can check these links:

    No noise in Windows

    http://Windows.Microsoft.com/en-us/Windows/help/no-sound-in-Windows

    Advanced troubleshooting tips for General USB for Windows XP problems

    http://support.Microsoft.com/kb/310575

  • BBM BBM on a Blackberry Device OS 10 cannot INVITE BBM Anroid / IOS

    We need a NEW UPDATE for this case. BBM on a Blackberry Device OS 10 cannot INVITE BBM Anroid / IOS.

    Thank you

    Be aware of a very important some limitations and restrictions.

    First of all, this version, as you know already, is a developer version... so there are a lot of functions that is intentionally disabled. In addition, this version includes a restriction anti-secours, which means that you cannot fall back to 10.3.2 or earlier and now must wait for a version of future production 10.3.3 to reactivate all things are paralyzed.

    I hope that this device is not your daily driver... for most of those who have installed the developer version of 10.3.3 eventually regret. One thing can work better, but also many others turn to fail. I hope that your experience will not reflect what has happened to most of the others.

    Good luck!

  • Size wallpaper for blackBerry devices

    is there a source for the size of wallpaper for BlackBerry devices?

    PS: also where can I terminals BlackBerry AU profiles?

    See the BlackBerry Theme Builder - 5.0 - User Guide, all different sizes are there...

  • BlackBerry 10 that I really need Blackberry devices:

    1. where a word in a text is selected (or highlighted), the menu floating (cut, copy, paste, select, share) completely covers both (I named it) the-blue-circle-insertion-point-virtual-handle. Disable the user's ability to select exactly what text (or string) to highlight. Suggestion: Please separate the location of the-blue-circle-insertion-point-virtual-handle from the location of the floating menu.

    2 The-blue-circle-insertion-point-handle cannot be touched or moved if located near the corner of the screen. Suggestion: enlarge the circle of blue-insertion-point-handle.

    3. the user can select (or highlight) any details (or text, or string or number) displayed in contacts (or directory). The user must "change" everything first to be able to select (or highlight). This requirement is too inconvenient. And risk of unintentional or accidental change to details. suggestion: make all the details or text in the phone book (or contacts) selectable.

    4. bring convenience keys! BlackBerry Bold 9000 has 2 of them. Where are they now? I want the return of the convenience keys.

    5 bring bbm surveys ability to save bbm chat in a .csv file. That the history of cats is vital, I repeat: VITAL in all communications of the transaction. And this story cat .csv file MUST be exported directly to your PC via a connection cable USB simple. As when the user connect Blackberry to a host computer. The computer recognizes the Blackberry device. And the user can view all history files cat .csv via the computer screen. BRING IT BACK!

    6 do the same thing to point 5 for contacts. make all contacts to Blackberry device easy to export. 1 contact, a single .vcf file.

    7 continue to make inquiries. Investigations as is our, us, serious user only how to tell you guys that we really need.

    8. this text box in this deeper investigation. This text box is too shallow.

    9. - application of shortcut. Yes! shortcuts shortcuts shortcuts.

    10 stop merging or linking contacts in the phonebook. Please, put an end to this function.

    11 saying, I have a friend named 'KUMAR', I add its PIN bbm in bbm application, he accepts, we chat via bbm, everything works it is good. Then KUMAR appears in my BB (or contacts app) directory, that's fine. Then I opened its contact information in the directory of BB, I clicked on edit, I type its phone number in the "phone number" field text box. And then I clicked on save, it's great. But when I open BBM app and remove KUMAR, KUMAR disappears also from my book, it isn't very GOOD. I want the details of KUMAR rest in my phonebook even after I remove his contacts in BBM app.

    12 make this BB device capable of recording the voice call conversation.

    13 fry the trackpad.

    14 bring back button menu blackberry.

    15 bring 'BACK' button.

    16 bring the green phone button and and allows the use of Red Cross.

    17. why there are no 'copy' function (or floating button) when a text field address postal (in the Directory / contact app) is active (or update). Hey, I want to stick a long address here.

    18 now you Blackberry have "save / cancel / discard" floating options I, a user edit a contact information. It's neat. But it will be much much better to give this floating options (or each floating options in BB), a shortcut. For example. I hit the "D" key, it's a "gap". Press key "S" to "Save." And press the 'C' key to "Cancel".

    19 provide a standalone install drivers bluetooth for pc offline in your Web site to us users can synchronize our computers with our blackberries and easily explore the Bb devices via bluetooth.

    20 BB system uses open spaces of storage inside the memory of the device. And the system of the space grows large after each update. The next update, please reduce or shrink the storage space occupied for BB system.

    21 all night mode. Yes everything. Including the concentrator, the request to 'remember', everything. background color of this thing getting dark. It's low profile. Energy saving. And looks very cool.

    22. the change the default font in something that sets apart the look between the capital letter "capital I" and "L".

    23 shortcuts to restart the device. When I press the left "alt" button, key 'shift right' and 'delete' button at the same time, I want that the device must be restarted immediately, regardless of the current status of the device.

    24. built in ability to screenshot by pressing two buttons at the same time.

    Many of the items in your list have been resolved or added.

    1, 2, 3, 6, 10, 13, 14, 15, 16, 23, 24

    Some of your suggestions, I do not understand.

    Good luck.

  • Eclipse pluging 1.1 - "debug as Blackberry device".

    I installed eclipse 1.1 pluging. Looks like it works more stable and faster.

    When I chose "Debug under"-> "Blackberry Device", IDE builds, signs, and download bionary on device. Cool!

    But due to the update of the app, the appliance resets and IDE cannot debug.

    Why the plugin is unable to wait for the reset? Can it be fixed?

    I was able to replicate this and it will apply to less than 5.0 BlackBerry device software.  Here is what actually happens:

    Debug as-> device BlackBerry deploys the application on your BlackBerry Smartphone and attaches it to the debugger.  However, replacing the application can cause the device reset, which disconnects the debugger.

    The workaround is to uninstall the existing application (Options, Applications) prior to a "Debug As-> BlackBerry Device", which will prevent the reset.

    I forwarded this question to our development team for resolution in a future release of the BlackBerry Java plug-in for Eclipse.  It was recorded in the handler incidents here: https://www.blackberry.com/jira/browse/TOOL-161

Maybe you are looking for