Smart Device BlackBerry application

Hi I'm new to blackberry, and I want to develop the application related to the BlackBerry Smartphone camera, messanger, etc. of my own application. I do not want to copy the code.

If anyone can me help where I'll start

Thanks in advance

ensure that:
https://developer.BlackBerry.com/Java/

Tags: BlackBerry Developers

Similar Questions

  • Waterfalls package Blackberry application

    Hi all

    So far, I used to install blackberry application QNX momentics.

    I connected the device to the computer, created a token of debugging using QNX and installed the application.

    But is it possible that, without connecting the device to the computer I have export the application as an auto executable and send it to somone else anyone can install on blackberry without my help.

    Please suggest

    For example, see this tutorial on YouTube of BlackBerryDev chain:

    https://www.YouTube.com/watch?v=Szd_s_UBifM

  • How can I intwgrate of twitter for my Blackberry application?

    How can I intwgrate of twitter for my Blackberry application?

    I would like to support OS version 5.0 and above.

    Thank you

    Praveen K

    I tried this way already I am facing problems in OS 5.0 devices. Its not able to post.

    This s the link I've tried.

    Works at the Post Twitter url

    Thank you

    Praveen K

  • How to install a .bar file hosted in a remote server on device BlackBerry 10 Dev Alpha

    I port an Android application for BlackBerry using Android Runtime. I can install this application successfully using Eclipse. Now, I want to only those files (MyApp.bar) in a remote server deployment and download the .bar using a file browser and install it to another device BlackBerry Dev Alpha 10. I was able to download but cannot install the .bar file. What should I do?

    In fact This is the kind of method I get. Google Chrome Extention (PlayBook App Manager) did the job perfectly.

  • Support for using postgresql since blackberry application

    Hello

    I'm a newbe in the blackberry application development.

    I want to connect to the database to postgresql since my blackberry app.

    To do this, I get the jar of postgresql.

    But I am not getting full java support in blackberry for the connection to the Postgresql.

    So, if someone with the idea.

    Pls let me know how can I connect to postgresql.

    Thanks in advance,

    bskania.

    Welcome to the BlackBerry Java forum.

    I assume that you got a pot that will interface between Java and postgre, except if it has been written specifically FRO BlackBerry devices, then it will not work on BlackBerry unfortunately.  The code that I suspect you've got will only work on Java SE environments, not Java ME.

    The usual solution to this kind of problem is to write a middleware application, that supports http requests from BlackBerry converts it to the required SQL, executes the SQL, then the data for transmission back to the Blackberry formats.  This kind of solution is required for all databases, unless you buy a middle ware product that has already been built - and the only one that I have a conscience is the Sybase offers to iSQLAnywhere.    You will find other peoples comments if you search in the forum, I suggest you search for "SQL Server".

    Good luck.

  • is blackberry 10 dev alpha one smart 10 blackberry phone?

    is blackberry 10 dev alpha one smart 10 blackberry phone?

    lalitve wrote:

    is blackberry 10 dev alpha one smart 10 blackberry phone?

    No, it isn't entirely free of BlackBerry10 unit which will be launched on 30 January.

    It is purely a developer alpha hardware and software device... not at all to be confused with the final device.

  • error in updating the BlackBerry application

    Portal provider gives me an error, when I try to download the new version of the blackberry application. Please see the full error message given below.

    ("BAR file ('GacDirectory - 1_0_0_4.bar)") was rejected. The BAR ("gYABgJ0Jom3WzADM0b1yBmjVa20") package ID does not match ID of the application ("gYABgIm1QEDmkg7Fk2PIbALvRcA") Package. »

    little research, I just understand that my song of code blackberry key is different from the old as well as certificate of author. application support native blackberry API level 10.1 +.

    These old code signing key and certificate are no longer available and development environment (computer) has also been changed.

    However, I have access to the supplier portal and I can generate the new file bbid (csk). I am in a terrible situation, help me please update the new version of the application.

    Application name: GacDirectory

    Vendor ID: 36071891

    If you have more code access keys to sign your signature request, you can contact the BlackBerry World of the vendor management support to clear the flag of your application ID, allowing you to update your application.  However, note that if you do this your upgrade of the application appears as a new separate downloading BlackBerry World application.

  • Extremely confused with the extremely complicated presentation of BlackBerry applications

    Please help me, I'm very confused with the extremely complicated presentation of BlackBerry applications.

    I made an app, the name is "App", I got signed and downloaded the App using the emulator Ripple, with the word 'HelloWorld' signature (password not true of course).

    Now, I do another application, with the name of the App (B) I CAN'T use the same HelloWorld signature password because the emulator Ripple said "Oh, Snap!" Build request failed with the message: [ERROR] error: Code signing request failed because this version of the application or the package has been previously signed. If please increment the version (s) and try to connect again. »

    Now, I don't understand and I am EXTREMELY confused with the presentation of the model of application for Blackberry.

    I should first request, for an another RDK and COMINCO files create a new signature for App B password?

    Or should I just increment the bundle version? the problem is when I tried it on Blackberry server seems to give narrations of error message that the APP ID is already used.

    Okay, I'm officially stuck and I don't know what to do. Can any developer of blackberry here or the official employee blackberry tells me what I need to do?

    Thank you.

    I do not use ripple either but can see what the problem is (nothing to do with the ripple)

    Open your file config.xml for the new project (probably copied 'App A'?)

    In the widget section, change the id to something different, for example com.example.AppB

    Save - reload the ripple and make sure you have the new ID in the Config-> Widget

    All sorted

  • How do I know what device BB10 application runs on?

    With the proliferation of new devices BB10, all with different physical characteristics, certainly there must be an easy way to determine what type of physical device, an application is running, at run time. Shattered if I can find it, however, and no amout of search in the forum messages or SDK docs seems to give me a clue.

    Is someone can you please tell me how you do that, QML or C++.

    HardwareInfo class you will get this information.  Here is an example and you will see.

    bb::device::HardwareInfo* hw = new bb::device::HardwareInfo(this);
    
    qDebug() << "Model Name: " << hw->modelName();
    qDebug() << "Model Number ID: " << hw->modelNumber();
    

    Print them out:

    Model Name:  "Z30"
    Model Number ID:  "STA100-1"
    
  • How to display any type of file by invoking the native blackberry application?

    Hi all

    I want to apply that store the file name with filepath. When I click on that this file must be opened with application native blackberry.

    For an example, I have a file which is testword.doc and it stores in my memory card. I show this file on the button name. When I click on who touches this doc must be opened in the blackberry application...

    Will you please help me, how to open this file in blackberry native Application?

    Thank you in advance

    Neeraj Chauhan

    You can use the api for that call. Here is a code:

    Invocation of the invocation = new Invocation (fileUri);
    invocation.setAction (ContentHandler.ACTION_OPEN);
    The Registry = Registry.getRegistry (getClass () .getName ());
    Registry.Invoke (invocation);

    You can probably find a few samples, recently saw an article about it.

  • How to get the active screen of the BlackBerry application?

    Hello

    I'm trying to get the active screen of the BlackBerry application, for example the home menu.

    I tried to use the screen ActiveScreen = getUiEngine () .getActiveScreen () in my code, but found error during execution.

    I know that this is because the getActiveScreen() method applies only for screens created by this application.

    So is there a way to capture the screen of the other application, for example the mail filter BlcackBerry?

    Thank you.

    Not wanting to not to repeat me, but there is no general way to get access to the Screen of another application object, unless you are on good terms with this application - which basically means that you have access to the instance UiApplication.  You cannot ask the operating system to get that to you, you must have a way to get you.  Which implies execution of something in the context of the Application.

    Even in this case, you may not be able to do what you want.  You will probably need to iterate over the screen and content managers and find the field you want, and even if it covers anything you understand (like BasicEditField) it still cannot handle standard things like setText in a way that is useful to you.  And you might not find fields you recognize, if you access a browser screen, I think you'll find there \are RIM not standard fields in there, so there is nothing you can interact from a standard application of the RIM.

    If you want to do this kind of treatment in General, that will deal with in a number of applications, you should watch event Injection.

    There may be other options for specific applications.  For example, you can simulate of electronic mail by writing a program that sends an email, rather than interact with the BlackBerry.  Or for the same application, if you try to test the headphones, then the listener has access to the UiApplication.  Aye, we be able to help you find approaches less General in some places, if we understand what you're trying to do.  This is the reason for the specific question that I asked in my last post.

    Regarding your second question

    "Another question is, can two separate applications of myself interaction by the user interface?

    For example, to call app2. ButtonField.click () or something. »

    It is in fact just an extension to your first question.  The difference is that you will find the UiApplication associated if both applications are on good terms, in fact you can "spend" the UiApplication via a Global event.  Once you have the UiApplication, you can use

    .invokeLater (...)

    to run the user interface code in the other Application.

    But I look at injector event because I think it might be a more general solution.

  • Is it possible to make changes in the built-in blackberry application?

    Hi all

    I want to change integrated research provided with the BlackBerry smartphone applications and to add a few features to search app.

    Can someone help me on the same and please let me know if it is possible or not to change the Blackberry applications integrated?

    Thank you

    Mahendra Singh

    native applications are sent as part of the operating system in the cod files. You cannot change an entire cod folder. even if you can decompile there are a lot of used internal classes that a normal developer cannot access.

    your access to the blackberry is limited by the offer of the public API options:

    http://www.BlackBerry.com/developers/docs/5.0.0api/index.html

  • The version the most support in the new Blackberry application.

    Hello

    As I am new to the Blackberry application development.

    I want to know that which is the most preferable version to a new Blackberry smartphone application?

    I want to go with the development of JAVA.

    Thanks in advance.

    bskania.

    You might find that it contains more useful information to help you.

    http://us.BlackBerry.com/developers/choosingtargetos.jsp

  • BlackBerry Application Development SDK, environment, tools, framework

    Hello

    Is that any company in the world selling BlackBerry Application development infrastructure which enables developers to drag-and - drop controls and to set the properties designer?

    I don't understand why RIM makes developers life so difficult? You must expand each control single UI (field) and customize it before you start to use it.

    Thank you

    Hello

    There is no company now sells the BlackBerry Application development framework that allows developers to drag-and - drop controls and to set the properties of the designer.

    It is in very interesting my friend working with RMI. Try it. Please, before asking the question on the forum you first of all of the research on this. If you do not get the ANS you ask your question in the forum.

    If you get the answer to your question that mark it as resolved.

    Thank you

    Ajay

    Press the left side on Bravo (star) to thank and
    Please mark the thread as solved if its solved...
    KHAKI

  • Tracing session for the BlackBerry Application using J2ME

    I'm new to the BlackBerry Application development, I have a list of data in a table, if I click on one of these lines, the data selected line should display in the next screen, in the respective text boxes.

    Ex: in the first screen data in tabular form of lines like:

    S. n name Emp ID email ID

       Murali 111 [email protected] 1

    Ravi 2 222 [email protected]

    If I click on the first line, the data should bring to the screen following and who should appear as below format:

    Name: Murali (name is Lable Field and data area is the text field)

    EMP ID: 111

    E-mail: [email protected]

    Can someone help by sending the code example:

    Thank you

    Murali.

    Well, until when you have reached.

Maybe you are looking for