BB10 - blackberry.io missing API

Salvation of the RIM,

has obtained an alpha of dev and want to start doing stuff but may not work on the thing more because the APIs are absent so far. BB Jam 2012 HTML5 sessions there was a calendar for all of the APIs to come next month. Anyone know where to find the presentation leaves?

Concerning

LBP

This is the thread to try to get the roadmap of the RIM. So far, someone was kind enough to paste the notes that he took during the Conference, but we all know that all dates have slipped and one of the main reason for BB10 launch has been delayed.

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry provides javascript api to scan QR code?

    We are developing an application using IBM polisher/polisher (HTML5, CSS, Jquery) now QR code analysis we wonder how to integrate the QR code analysis in it?

    There is a native extension for this:

    https://github.com/BlackBerry/WebWorks-community-APIs/tree/master/BB10/BarcodeScanner

    Or do it in JavaScript :

    https://github.com/LazarSoft/jsqrcode

  • BlackBerry Smartphones Blackberry Maps missing

    BlackBerry Maps missing after the client device software update 5. Tried to reinstall of Blackberry Web site, it shows that the software is installed, but can't find it on the phone.

    What can I do?

    luijones wrote:

    Same happened to me. Your answer is quite pathetic. It is not good enough. Try again.

    And that's how you expect to get help? It's completely volunteer based. It is not yet the work of admins to answer the questions. In order to ensure that us obey the rules. But they are hard-working and help everyone out a lot.

    Still, you expect to get help in this way? Mr President, you should try again.

    @rislamali

    Try and re - install via Desktop Manager in the application loader. See if that gets it.

  • BB10 - blackberry.invoke.invoke - set up an application to receive the data passed

    Hello

    because there is not any application on the Alpha of Dev BB10 I wanted to create a few test-app to do similar things. Is there documentation on how to set an application to receive and process the 'data' past object with the code according to from here:

    // open another application that understands custom data
        blackberry.invoke.invoke({
            target: "another.app.that.handles.custom.json.data",
            type: "text/plain",
            data: "{'myData': 'A string I pass to another app'}"
        }, onInvokeSuccess, onInvokeError);
    

    Kind regards.

    Hello

    thx a lot to connect me to this example. That's really what I was looking for. It would be nice to have these resources pinned in the documentation of the API as well.

    Kind regards.

  • BB10 - blackberry.io - "Dossier_partagé" access only

    Hello

    I play with the new blackberry.io API for BB10 and the example provided in the related API documentation. It seems to work, but it also gives access to all the files in the file system. At this moment, I wanted only recursively access like the "sharedFolders" provided when connecting the BB10 Dev Alpha to a PC via USB, as it is not an access application created for images/videos by photo app.

    Anyone know how to access only the "sharedFolder"? It would be nice to have more information in the documentation available. I searched the Forum, but could not find something here.

    Kind regards.

    My questions answered by myself, also to provide such information for all others:

    // un-sandbox file system to access shared folder
    blackberry.io.sandbox = false;
    
    window.requestFileSystem  = window.requestFileSystem || window.webkitRequestFileSystem;
    
    window.requestFileSystem(window.TEMPORARY, 5 * 1024 * 1024, function (fs) {
        // in order to access the shared folder,
        // config.xml must declare the "access_shared" permission
        // reference file by absolute path since file system is un-sandboxed
        fs.root.getDirectory('/accounts/1000/shared', {}, function(dirEntry) {
            var dirReader = dirEntry.createReader();
            var entries = [];
            // Call the reader.readEntries() until no more results are returned.
            var readEntries = function() {
                dirReader.readEntries(function(results) {
                    if(!results.length) {
                        // do some functionality to list entries like:
                        listResults(entries.sort());
                    } else {
                        entries = entries.concat(toArray(results));
                        readEntries();
                    }
                }, errorHandler);
            };
            readEntries(); // Start reading dirs.
        });
    }, errorHandler);
    

    Tip: not all the functions used above are added to this piece of source code.

    I hope it will be useful for you!

    Kind regards.

  • BlackBerry Web Services API 10.1.3 migration

    Hi, we have a few developed internal tools that use old BES Web Services (5.0.3 / 6.2) to perform a device admin now measures via custom web pages and we will need to update these to use the new (10.1.3) web services API to perform the management of BlackBerry devices.

    Someone there done this before and don't know no easy upgrade path? Is a complete rewrite of all of our code that refers to the API, or is it an easy to follow upgrade path?

    Thank you

    John

    Hi John,.

    This should be confirmed without any code changes, BWS was written for forwards and even some backward compatibility. Just make sure you keep the version of BWS used to create the application in the METADATA of your app, in this way, the server can better understand the calls.

    If you want to add new features added to the 10.1, then you will need to re - generate proxy files, but even then your code should not continue to operate many changes.

  • BlackBerry Z10 missing icon image

    Hello

    I did not move icons and somehow my photo on the homescreen icon is missing.  When I do a search I can find it. I removed the battery, updated to the most recent operating system, tested on all pages of all the home screens and looked in all folders.  I don't know how to bring it back.

    Thanks for your help.

    PAM

    You have all the backups made with link to BlackBerry? Restore your phone with a backup must give the Photos icon on your home screen.

    See you soon.

  • QT 5.0.2 models of bb10 qt creator missing 2.7 on osx?

    Hey, I try to find the patterns for the development of qt bb10 on QT creator 2.7 on OSX but they simply do not exist in the models of requests. I think that any development of qt 5 and or 4.8 is moved to the q?
    or is this a bug existing before because I can't seem to get even the qt creator to recognize installation ndk.

    When

    By following the instructions here, I found that the QT Creator lacked on installing blackberry models.
    Next setup for the for Qt Creator find the ndk, I find that everything is filled except
    the box of compilers and the box of qmake.

    Anyone facing this problem with Qt Creator?

    http://Qt-project.org/wiki/Qt-creator-with-BlackBerry-10

    I use QT Creator because I also develop an app for android and blackberry 10 and I don't want to use
    Cascades, simply because qt and waterfalls are mutually exclusive development cross-platform apps.

    Hello

    I use Qt Creator 2.7 RC on OS X for development of Cascades. I was also able to compile Qt Cascades non - examples and download them on the device. There are three models:

    Waterfalls of blackBerry application

    Qt GUI application BlackBerry

    Application graphic interface Qt 5 blackBerry

    They are located in:

    / Applications/Qt Creator.app/Contents/Resources/templates/wizards

    BB-cascades-app

    BB-guiapp

    BB-qt5-guiapp

    It is actively developed during the last semester, so very little probable that they were dropped. But I do not find how to switch to the latest version of the SDK Cascades (it only detects the old version), have not studied it yet. Could try you it with SDK Gold? Perhaps that the models are not appearing as NDK is not properly configured.

    My settings:

    Build & run-> Kits:

    Name: Blackberry 10

    Type of device: BlackBerry device

    Feature: BB10 Dev Alpha

    Sysroot: / Applications/bbndk/target_10_0_9_1673/qnx6

    Compiler: GCC 10 BlackBerry

    Debugger: / Applications/bbndk/host_10_0_9_404/darwin / x 86/usr/bin/ntoarm-gdb

    Versions of Qt

    The version name: Qt BlackBerry 10

    qmake location: / Applications/bbndk/host_10_0_9_404/darwin / x 86/usr/bin/qmake

    BlackBerry native SDK: / Application/bbndk

    Compilers

    Name: CCG BlackBerry 10

    The compiler path: / Applications/bbndk/host_10_0_9_404/darwin / x 86/usr/bin/qcc

    ABI: arm - linux - generic - elf - 32-bit

    I don't know if I put these settings manually. They had to be set manually in Qt Creator 2.6, but wiki page doesn't describe it more.

    UPD: I've now updated to the last Qt Creator 2.7 and the models are still displayed.

  • BB10 App using wordpress api?

    We have a site powered by wordpress and I would like to create an app for it bb10. The site has an API, my html, xhtml, html5, php and javascript programming languages. Is there anyway I can use the API and build a bb10 application?

    All the samples that I can point me in the right direction?

    For any help or suggestion will be appreciated.

    Yep - I wanted to just give you the option fast + simple

    For any application-on-a-phone blog base you have basically looking to consume the RSS

    Of course, you can go much further

    for example

    One of my friends is to play with making an app for its site which secures the location data - concert halls, it lists the app would be able to tell what's happening nearby tonight for example

    To the articles its simply a case of the analysis of the RSS feed that is easy enough and, as you say, you. ve got total freedom when it comes to design

    As everything in WP is stored in the DB it is easy enough to grasp any addons information (for example, my place of friendly sites) and go back to the app

    Depends on what you want to do really - not enuff to continue to give a decent answer

  • The 10A BB10 blackBerry os upgrade

    I have improved my bb10 to 10.3.1.997 of

    http://developer.BlackBerry.com/DevZone/blackberry10devalpha/devalpha_update.html

    then when I actually I couldn't find my file manager, videos, images, and icons installation wizard

    any soloution for this?

    Hi @LsirM

    Reload the software via BlackBerry link.

  • Smartphones blackBerry display missed phone call icon & won't reset

    For some reason, my Blackberry Curve a call missed out on the home page icon & will not be reset. I hace empty all the calls in my logs & it still does not disappear. Does anyone know a way to clean off the power? Please let me know. Thank you

    Try this:

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=8100&message.ID=3130#M3130

    don't forget to backup your data as this will all clear in the device form of messages, unless you don't need them

  • BlackBerry Smartphones missing BIS on the e-mail configuration option

    When the phone started there was an option to configure the e-mail via BIS or BES. I had to cancel because I wasn't sure of what was our e-mail configuration. Now that I'm going through the Setup Wizard > e-mail setup only 1 options appears for the email of the company. How and where can I I install this feature for BIS since we do not have a company server.

    Thank you.

    You can try to restore the missing option by the reinstatement of your device. Go to Options | Advanced options | The host routing table. Select the "BOLD" in the list entry, hit, you're menu button, then choose Save now. Subsequently, reset your unit by removing the battery for 1 minutes and replace it to let the device will restart.

    If that is not to bring the options you can configure a BIS account via your BIS carrier Web site: http://supportforums.blackberry.com/rim/board/message?board.id=8300&message.id=13773

  • Smartphones BB App World for blackBerry icon missing after update.

    Hi all! I have a problem with the app world he disappeared after I updated to 4.0.0.65. There is no icon in the menu. I can see it in the management of applications, but cannot use it. I've deleted and reinstalled several times since the browser, but the situation is the same.can you please advise me what to do? Thanks in advance.

    Thank you for reading this, especially the #1 resolution: Article ID: BlackBerry App World KB29422 icon is missing after upgrade to BlackBerry App World 4.0.0.63 to 4.0.0.65

  • Applications for blackBerry Smartphones missing 4.5.0.77

    I'm with Telus and I downloaded the new 4.5 which was available on the Blackberry site by using the application loader. I first tried to install 5 x on my computer, where whenever she made a fatal mistake and the handset, it had no symbol ap with 507 under him.  TELUS called and they do not support.  My brother took the phone and installed it using his computer.

    The question that I am focused on now is the missing apps on my screen as BBMaps, BBMessenger, Brick Breaker, and Password Vault.  That's all, I noticed at the moment, oh yes Docs to go I do not either.  On my computer, I use DM 4.2 depending on the system requirements on the BB site because I use Outlook 2000.I open and I do not see any application to load.  Any help on these getting up and running would be appreciated.

    Thank you

    TOG

    These applications could be removed from the list during the installation process.

    Try reinstalling the operating system.

    Backup your sensitive data via Blackberry Desktop Manager.

    JL_Cmder utility to clear the memory of your device.

    After wipe - download the RIM OS here

  • Icon of BB App World blackBerry Smartphones missing after upgrade to OS 4.0.0.65

    Hello

    I use blackberry bold 9780.

    After the upgrade to OS 4.0.0.65 my BB app world was absent. I tried to restart and re - install the app world but it does not work...

    appreciate that someone can solve this problem...

    Hi liedia

    Welcome to the Forums of the BlackBerry Support

    Try this Knowledge Base:

    KB29422   BlackBerry App World icon is missing after upgrade to BlackBerry App World 4.0.0.63 to 4.0.0.65

     


    Also, who is your provider? Please edit your profile and remove your mobile number.

Maybe you are looking for