Updated the API levels

Hi all

I installed the Momentics IDE on a Win10 and a Win7 PC and when it comes to installing any of the native SDK for Blackberry 10, I get "'Change to the API level' has encountered a problem"

Details:

There was an error updating SDK. Press the Details button to review the error.
SDK Install or Update Operation operation failed: An error occurred while installing the items
An error occurred while installing the items
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]bbndk.win32.cshost.10.3.1.995 1.0.0, action=com.qnx.tools.ide.sdk.manager.core.actions.SdkManagerInstallAction).
error in opening zip file
error in opening zip file
An error occurred while installing the items
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]bbndk.win32.cshost.10.3.1.995 1.0.0, action=com.qnx.tools.ide.sdk.manager.core.actions.SdkManagerInstallAction).
error in opening zip file
error in opening zip file

The above example is 10.3.1 Although it happens on any of them. When I tried to file a bug report, I get

An error occured sending the report. Please try again.   

Reason: Moved Permanently

I tried:

  • remove the bbndk and relocation directory
  • Change the permissions on bbndk to full control for all users
  • installation on a FAT32 volume
  • building a machine virtual from Windows Installer media and running the IDE install on it.

Is there a way to download/install the SDK outside of the IDE?

It is difficult, but it is possible to download and manually install the API level, but you need to know the exact URL of each file API, you need.

Two useful links...

https://supportforums.BlackBerry.com/T5/native-development/how-do-I-install-the-SDK-BB10-offline/TD-...

https://supportforums.BlackBerry.com/T5/native-development/manual-installation-of-BlackBerry-API-for...

Some of my own instructions for this are in that first link.

rsngb2 wrote:

I was hoping I could get the files required by other means (FTP or other). Also, I was wondering if someone else could download an any of them from the IDE.

I get that I'm late game here since BB10 is practically an orphan, but I still have some ideas that I want to try on the platform.

Tags: BlackBerry Developers

Similar Questions

  • Pavilion 17-e003eb P:-laptop HP Pavilion 17-e003eb Notebook PC model #: E5U95EA will not be updated the BIOS level

    HP Support Assistant said I'm new updated including the BIOS, but updates blocked at the final stage, also happens to cyberlink photodirector, what to do? PS: anyone can give me the sp76846.exe so I can update manually?

    Nope. I opened it myself in the temp folder after the closing of the Task Manager.

  • Problem when the API update for 10.2.0.1155

    Hi all

    I get error 'Change in API level' when I'm updating the API level.

    For more information please see the attached screenshot.

    Please suggest any solution for this its urgent.

    Thanks in advance.

    Similar thread with answers here...

    http://supportforums.BlackBerry.com/T5/native-development/new-10-2-Gold-install-API-error/TD-p/25468...

  • Impossible to debug - conflicts at the level of the API - a newer than IDE device - bad joke?

    Hello

    I am new to this forum and Blackberry, but I develop applications for iOS and Android.

    Unfortunately I'm not able to debug anything, it seems that the IDE is obsolete - or abandoned or...?

    Message from that connection is:
    The API level 10.3.1--> Runtime Version 10.3.2 project

    "Cannot find the corresponding debug symbols", after clicking on "install...". "nothing happens.

    Enter in the update box (API level) and pressing get more, no new items were found.

    So, how can it be, that there are versions, which are not covered by the IDE development? On other manufacturers, it's the other way around, you will be able to test in advance, and here I have to wait until I could test the devices already sold?

    That must have been a bad joke, but maybe I'm not smart enough to find the right button.

    Or did I used the wrong environment and development via Momentics is no longer supported or interrupted?

    If someone managed to use the IDE and be able to debug on 10.3.2 Please give me a hint.

    Thank you.

    Momentics Version: 2.1.2 Build id: 201503050937

    Bond Blackberry device,

    OS 10.3.2.2474

    Take a look at the article below, which has a work around for debugging with 10.3.2.

    Workaround for the error: cannot find in debugging symbols

  • Cannot run or debug app on the device after the update Momentics 2.1 and api level to 10.3

    Dear Blackberry support

    I have improved my Momentics IDE to 2.1 and api level to 10.3

    After upgrade I can not run my application package, and when I run the Momentics show pop up error:

    Click here to see the photo of the error

    I don't know what is happen?

    Please help me solve this problem, any help is appreciated!

    Thank you

    Hey,.

    Finally, I found the solution for this problem

    Create new project of Blackberry (just create an empty project) and then copy all the CBC, assets of the old project to the new project, also the bar - description.xml and .pro file

    And now everything is ok.

    Thank you for all your help

  • API to update the registration number in the VAT for provider/Supplier site

    Hello

    Is there a public API available to update the number of VAT registration for provider or on the website of the provider? I tried the API below with the provider and it did not work.

    DECLARE

    p_api_version NUMBER;

    p_init_msg_list VARCHAR2 (200);

    p_commit VARCHAR2 (200);

    p_validation_level NUMBER;

    x_return_status VARCHAR2 (200);

    x_msg_count NUMBER;

    x_msg_data VARCHAR2 (200);

    lr_vendor_rec apps.ap_vendor_pub_pkg.r_vendor_rec_type;

    lr_existing_vendor_rec ap_suppliers % ROWTYPE;

    l_msg VARCHAR2 (200);

    p_vendor_id NUMBER;

    BEGIN

    -Initialize session apps

    -fnd_global.apps_initialize (1234, 50833, 200);

    -mo_global.init ('SQLAP');

    -fnd_client_info.set_org_context (101);

    -Assign values of base

    p_api_version: = 1.0;

    p_init_msg_list: = fnd_api.g_true;

    p_commit: = fnd_api.g_true;

    p_validation_level: = fnd_api.g_valid_level_full;

    p_vendor_id: = 588011;

    -seller details

    -Disable the seller

    lr_vendor_rec.vendor_id: = 588011;

    lr_vendor_rec.tax_reference: = '123XXX222 ';

    lr_vendor_rec.vat_registration_num: = '123XXX222 ';

    -lr_vendor_rec.end_date_active: = SYSDATE;

    -lr_vendor_rec.enabled_flag: = 'n';

    ap_vendor_pub_pkg.update_vendor (p_api_version = > p_api_version,)

    p_init_msg_list = > p_init_msg_list,

    p_commit = > p_commit,

    p_validation_level = > p_validation_level,

    x_return_status = > x_return_status,

    x_msg_count = > x_msg_count,

    x_msg_data = > x_msg_data,

    p_vendor_rec = > lr_vendor_rec,

    p_vendor_id = > p_vendor_id);

    commit;

    Dbms_output.put_line ('X_RETURN_STATUS =' | x_return_status);

    Dbms_output.put_line ('X_MSG_COUNT =' | x_msg_count);

    Dbms_output.put_line ('X_MSG_DATA =' | x_msg_data);

    IF (x_return_status <>fnd_api.g_ret_sts_success) THEN

    BECAUSE me in 1... fnd_msg_pub.count_msg LOOP

    l_msg: = fnd_msg_pub.get (p_msg_index = > i,)

    p_encoded = > fnd_api.g_false);

    Dbms_output.put_line ('the API call failed with error' | l_msg);

    END LOOP;

    ON THE OTHER

    Dbms_output.put_line ('the API call ended with SUCESSS status');

    END IF;

    END;

    Could you please let me know if there I no API to update the same?

    Kind regards

    BS.

    Who did not even after initialization of applications.

    Could you please suggest is there anything else I need to do? or is there an other API to update the VAT number of the supplier?

    Kind regards

    BS.

  • What API can be used to update the table cs_estimate_details (repair)

    I need to update the columns 'pricing_context' and 'pricing_attribute1' in the cs_estimate_details table.

    Which API can be used to update the columns. Where can I update the table directly?

    Try to use this "CS_Charge_Details_PVT" which in turn call "CS_ESTIMATE_DETAILS_PKG".

  • Cannot update the metadata via the API

    Is there something wrong with the simple ordinary call?

    curl-x PUT d ' data = {"version": "0.2.0"}' https://build.PhoneGap.com/API/v1/apps/234...0?auth_token=x...Y

    I want to just update the title and some version information in the application before the build... but even if I get a 200 and information, the version is not updated.

    Any ideas?

    Yes as said Kerri, meta-data need to be updated through the config.xml file. It looks that the docs indicate that the meta-data can be updated through the API settings, but this isn't the case. Ensure that the updated docs up-to-date.

  • Update the price of the products with the v3 API

    So I try to update all the prices of my product in my product catalog programmatically. I have gone through the documentation to the product price | Catalyst of business support
    and I see that there is no end point of update of the prices of the products.  I tried also just do a PUT option with an AJAX call and is not no longer works.  Can't BC really have a way to update the prices of the products via an application?  I did a lot of things with the API v3, so I assumed that any of this would be a given, but maybe I'm wrong.

    var myurl = "/ webresources/api/v3/sites/current/products / ' + myproductid + ' / price";
    var requestC = $.ajax({)
    URL: myurl
    type: "PUT."
    connection: "keep-alive"
    contentType: "application/json",
    MIME type: ' application/json ',.
    headers: {'Authorization': $.cookie ('access_token')},
    processData: false,
    data: JSON.stringify ({}
    "retailPrice': '533.00."
    'Flags': '533.00'
    })
    });

    You can't do that. The API of POSITION for the products had not been with the rest of the update of the POST API on the products. I already talked to the engineers on this subject. No update on when it will be executed has been given.

  • Update of the custom with the API fields

    Hi, (I am currently a place specifically to work on this, so I'd appreciate an urgent response.)

    Unless I missed something - there seems to be no document saying how to upgrade something else than the default fields? I use the RESTful API and could quickly recover contacts. The update Gets a 200 response - but how we update the custom fields?


    Here is a sample code... my guess to send just the name "internal" (line 3) does * not * work.


    $contact-> id = $id;

    $contact-> emailAddress = $lead1 ["emailAddress"];

    $contact->C_Accept_or_Reject_Date1 = time();

    $response = $eloquaRequest-> put ("data/contact /'. ') ($id, $contact);



    Update: I also tried the inner statement without success:

    $contact-> {'{{Contact.Field (C_Accept_or_Reject_Date1)}}"} = time();



    Thanks in advance,

    Sam

    Hi Sam,

    You'll want to see custom fields using their identifier unique and include them as part of a collection fieldValues can only be in your application. See the following example:

    'type': 'Contact,'

    'currentStatus': 'Action pending ',.

    'name': '[email protected]',.

    "accountName": "Eloqua, Inc..

    "address1": "111 Peter Street",

    "country':"Canada. "

    'emailAddress': '[email protected]',.

    'fieldValues can only be':]

    {

    "id': '100021."

    'value': 'value of the custom field.

    },

    ....

    Note that the fieldValues collection can only be contains a record for each custom and its corresponding value field. To search and retrieve the ID unique for your custom fields, you can use the following parameter:

    • GET (list): / assets/contact/fields? Search = {searchTerm} & page = {page} count = {number} & orderBy = {orderBy}

    We also have a post on to access the Contact fields that should help you.

    Please let me know if you need more information.

    Thank you

    Fred

  • Use the API to update a data card?

    Any who have an example or knows where I can find information on the use of the API to update a data card?

    I got the call to work.  Missed me 1 line of code:

    set the ID of the data card ID

    dynamicEntities [0]. ID = form_master_id;

  • I have first 13.0 and updated elements at level Windows 8.1 to Windows 10. First 13.0 is not kombatibelt with Windows 10. How to do Prime 13.0 elements upgraded to first elements 13.1 so I can use it again? Tried to upgrade the usual way

    I have first 13.0 and updated elements at level Windows 8.1 to Windows 10. First 13.0 is not kombatibelt with Windows 10. How to do Prime 13.0 elements upgraded to first elements 13.1 so I can use it again? Tried to upgrade the usual way, but it does not help.

    Try direct updates

    https://www.Adobe.com/downloads/updates/

  • I have no sound when playing my clips by adobe first 12 elements. How to fix this? I checked all the audio levels and there is no mute etc. I've updated to 12.1. Still no sound.

    I have no sound when playing my clips by adobe first 12 elements. How to fix this? I checked all the audio levels and there is no mute etc. I've updated to 12.1, but still no sound in clips. Not even on the old files that are used to work.

    Bfun

    What operating system is running your first items 12/12.1? Can we assume that this audio reads OK

    on the same computer when you use a computer independent of Premiere Elements drive?

    What are the properties of these clips that have worked before, but don't know regarding sound

    For now, I will assume that you are working on Windows 7, 8 or 8.1 64bits.

    Have you checked the settings change preferences/Menu/Audio ASIO hardware? You have all 3rd party audio devices integrated in your IT environment?

    Please delete the Adobe Premiere elements Prefs file and, if it does not, then all 12.0 folder in which the Adobe Premiere elements Prefs file exists. Is the path to 64-bit Windows 7, 8 or 8.1

    Local disk C

    Users

    Owner

    AppData

    Roaming

    Adobe

    First Elements

    12.0

    and in the 12.0 folder, is the file Adobe Premiere elements Prefs that you delete. If this does not work, then delete all 12.0 the folder in which the Adobe Premiere elements Prefs file exists. Make sure that you work with the Option "Show hidden files, folders and drives" of the current folder so that you can see the full quoted path.

    You have the installation files or the installation disc with the serial number purchased in case we need to use to uninstall/reinstall?

    We will follow your track to the top.

    RTA

  • Y at - there any API in EBS for updating the attributes columns on lines IN... ?

    Hi all

    I'm looking for some API which will help me to update the columns attribute on the lines of PO. I searched in metalink also but I have not found any idea for that.
    Help, please.



    Thank you
    Ravi Raj.

    API in general do not update or manipulate ATTRIBUTE columns from these customer data defined in the store. You will need to update these columns directly.

    year https://forums.Oracle.com/forums/Search.jspa?threadID=&q=attribute+and+API+and+Update&objid=C3&DateRange=Last & userID = & numResults = 15 & rankBy = 10001

    HTH
    Srini

  • Update the name of the client using the api HZ_PARTY_V2PUB.update_organization

    Hi all

    I'm trying to update the following fields (OrganizationName, known_as, organization_name_phonetic) for the client (hz_parties) and using the script below update records with the success in the hz_parties table, but I am unable to view the new customer to the customer's screen.

    I use the Version 12.1.3.

    Here's the script:


    DECLARE
    l_organization_rec HZ_PARTY_V2PUB.ORGANIZATION_REC_TYPE;
    l_party_rec HZ_PARTY_V2PUB. PARTY_REC_TYPE;
    l_profile_id NUMBER;
    l_return_status VARCHAR2 (10);
    l_msg_count NUMBER;
    l_msg_data VARCHAR2 (2400);
    l_party_obj_version NUMBER: = 2;
    BEGIN
    l_party_rec.party_id: = 363173;
    l_organization_rec.organization_name: = 'xxxxxxxtestchange ';
    l_organization_rec.known_as: = 'xxxxxxtest price changes. "
    l_organization_rec.organization_name_phonetic: = "course change xxxxxx";
    l_organization_rec.party_rec: = l_party_rec;
    HZ_PARTY_V2PUB.update_organization (p_init_msg_list = > FND_API.) G_FALSE,
    p_organization_rec = > l_organization_rec,
    p_party_object_version_number = > l_party_obj_version,
    x_profile_id = > l_profile_id,
    x_return_status = > l_return_status,
    x_msg_count = > l_msg_count,
    x_msg_data = > l_msg_data);

    Dbms_output.put_line ('Status of the api call' | l_return_status);

    COMMIT;
    EXCEPTION
    WHILE OTHERS THEN
    DBMS_OUTPUT. Put_line (' error :::'||) SQLERRM);
    ROLLBACK;
    END;

    My problem is that I am able to view the records updated to back-end, but unable to display front end.

    Thanks and greetings
    El M

    "DQM series Sync Index program" run it after that you have made the updates. If not try manually submit this work and see if you can view your changes

Maybe you are looking for

  • Download ibook

    Hi my name is miguel. I write this email if your help me I buy an ibook Apple store. I have the problem cannot download for not having Apple and iPhone and MACC. I have the computer Windows vista 7, I would like to know how I can download and play wi

  • Necessary antivirus or not?

    Dear Sir. I do we held in MacBook Pro antivirus? We have ddddd or Dr. Cleaner these types of app in my Macbook? and if we have not taken these app how to clean up junks files and file Cache MacBook? Kind regards Siddarth < personal information delete

  • Position of the PXI Module in the chassis

    Dear Forum, I just got a new PXI-1033 chassis as well as a single PXI-6259 HAVE/AO/DIO and two PXI-2501 switch modules module. No matter where I physically place these three modules in the chassis? Sincerely, Zach

  • Additional details for Explorer Windows and Extraction

    I customized the display to view information of media with file, such as the duration, bitrate etc.. How the dump in the text file? Could not find all the parameters with the Dir command to dump this special items. Thank you BhaktaVatsal

  • Get error 80070570

    Continue to receive the error 80070570, any help please