BlackBerry Smartphones test web application through BlackBerry Simulator.

Hello

I have to test my web application on a blackberry Simulator. My first question is: if it is possible to test any web application using the Simulator or I can test only the rich applcations of BlackBerry?

I do the following:

1. I downloaded Black Berry Email and MDS services Simulator 4.1.2 and BlackBerry_Simulators_4.7.0.78_9500 - Vodafone.exe.

2A started the MDS Simulator first, then the BB Simulator.

But I am not able to connect to internet, BB Simulator. Am I missing a config in the MDS Simulator.

Help, please. This is urgent. TIA.

Hello

Open the rimpublic.property file. The rimpublic.property file is located in the following locations: \Program Files\Research In Motion\BlackBerry Email and Simulators\MDS\config of MDS

Then add these commands in the section [MANAGER HTTP], update the following:

application.handler.http.proxyEnabled = true

application.handler.http.proxyHost = hostname

application.handler.http.proxyPort = hostport
application.handler.http.proxyUser = username

application.handler.http.proxyPass = password

application.handler.http.proxyAutoConfig = true

application.handler.http.proxyAutoConfigURL = http://URL_to_Your_Config_File

application.handler.http.proxyAutoConfig.ScriptCacheTime = 0

Save these changes and to make with your steps... that will succeed to open a web application on your Simulator... more can know which web application (i.e. URL) that you want to test... I had the same problem, but somehow managed to open sites to Simulator after adding these commands. But my main concern is to open a URL in sector public siebel that is installed on a server in 9530 Simulator device. Can you/only you know which deals with the implementation of CRM siebel on simulators could you please suggest me doing this task.

Thanks in advance

Hochart

India

Tags: BlackBerry Smartphones

Similar Questions

  • Push the web application through UrbanAirship

    I want to use the urban airship to send notifications of type push to a web application. I found an example on https://github.com/blackberry/Cascades-Community-Samples/tree/master/UrbanAirshipClient but it is an application c / c++. Is it possible to grow a web application via urban airship?

    Hi, it is possible.

    Urban airship servers simply push Push BlackBerry servers that relay this push to the end-user device. This means that the only extra step that is really needed is, when registering with the push service, to register as urban airship witih as well as the link between urban airship, Push BlackBerry server and end-user device exists.

    Registration for the Push Service is essentially the same. You must create a PushService object:

       blackberry.push.PushService.create(
            {
                invokeTargetId: INVOKE_TARGET_ID,
                appId: BLACKBERRY_PUSH_APPLICATION_ID,
                ppgUrl: BLACKBERRY_PUSH_URL
            },
            createPushServiceSuccess,
            createPushServiceError,
            simChangeCallback,
            pushTransportReadyCallback
        );
    

    On createPushServiceSuccess, you create the channel by the usual method.

    /* We created the PushService instance. */
    function createPushServiceSuccess(service) {
        /* Store our PushService object. */
        pushService = service;
    
        /* ...other actions here potentially... */
    
        /* Create channel to receive pushes. */
        pushService.createChannel(createChannelCallback);
    }
    

    And finally, on the creation of the channel, we will register with urban airship.

    /* When a channel is attempting to be created, this will trigger. */
    function createChannelCallback(result, token) {
        var xhr;
        if (result === blackberry.push.PushService.SUCCESS) {
            /* On success, we'll register with Urban Airship. */
            xhr = new XMLHttpRequest();
            xhr.open('PUT', HTTPS_GO_URBANAIRSHIP_COM_API_DEVICE_PINS + token, true);
            xhr.onload = function () {
                console.log('Urban Airship: ' + this.response);
            };
            xhr.setRequestHeader('Authorization', 'Basic ' + URBAN_AIRSHIP_APPENCODED);
            xhr.send();
        } else {
            console.log('createChannelCallback: ' + result);
        }
    }
    

    Above, we will ensure that the channel was created successfully. The xhr request is purely related to urban airship and is the extra piece that we need. We use a few defined constants (previously).

    • HTTPS_GO_URBANAIRSHIP_COM_API_DEVICE_PINS is a string matches the URL of urban airship registration default PIN.
    'https://go.urbanairship.com/api/device_pins/'
    

     

    • URBAN_AIRSHIP_APPENCODED is a combination of two other channels; coded using window.btoa ().
    window.btoa(URBAN_AIRSHIP_APPKEY + ':' + URBAN_AIRSHIP_APPSECRET);
    
    • URBAN_AIRSHIP_APPKEY and URBAN_AIRSHIP_APPSECRET are obtained from urban airship console when you configure your application as follows.

    Finally, the last piece, you need to do is provide your credentials to Push BlackBerry in the console of airship urban itself. It is important to use the full URL including your CPID when you fill out this information. This is information which is sent to you by BlackBerry when you sign up for credentials EVAL or PROD.

    Beyond that, the implementation of the push, summoning, etc. would be all follow the regular WebWorks Push Application structure.

  • Test the application on the Simulator

    Hello, I have again in webworks, I have my application in bbui, but I have to test this in the Simulator, how can I do this?

    Anywone has a tutorial?

    Thank you

    http://developer.blackberry.com/html5/documentation/setting_up_your_tools.html installation tools

    tutorial for fist app run http://developer.blackberry.com/html5/documentation/creating_hello_world.html

  • Can I allow each users to test my app on their Simulator on PC?

    My application was approved to BB AppWorld. Can I allow ABC to users to test my application on the Simulator on their PC? Is it safe to let it download my file to my website app bar user? It is forbidden?

    If you need another user review/test your application and you have not used any specific Playbook API, you can download the SWF and files required to Web space and send the link. Even if you have used specific Playbook APIs, you can always add a 'webCompile' flag and set it to true when you compile for the web, then avoid using these APIs under certain conditions.

    For example, the 'stage.nativeWindow.visible = true' parameter is not valid when you run the SWF file in a browser, so I added a condition to make "if (webCompile == false) stage.nativeWindow.visible = true '. So, I can easily build a Playbook and a version of my app's built-in web.

  • Test a web application that uses the emulator of the Blackberry, is - it possible?

    Hello everyone,

    I have a small java web application running on Apache Tomcat on a local computer. It works fine on my PC, but it is meant for Blackberry devices. Before I put in our web server, I want to test it on a Blackberry 8300 and 8900 emulators. Is this possible? I developed this web application using spring on Netbeans IDE, i.e. no special tool Blackberry.

    I appreciate every tip and trick!

    Thank you.

    Mazen.

    Thanks again for your response,

    I did the Simulator works well, but in another installation of Tomcat and Eclipse-Tomcat-Blackberry Simulator running the port. ELL, it works unless I have some JavaScript problems, so :-)

    Thanks again

    Mazen

  • Deploy an icon on the BlackBerry smartphone to a web application or URL

    Hello

    I want to deploy an icon on the BlackBerry for a web application is home.  When the user click on this icon, I automatically want to launch my web app (URL).

    I found this article:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800708/800655/How_To _...

    And I read about 'push channel browser', which seems to do exactly what I want to do:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/7979/1181821/832210/Developi...

    I did a test with my Blackberry that is connected to a BES, and it works very well using the code example.

    My question is this, 'channel browser push' can be used for Blackberry that is not configured in our BES.

    For example, I want to be able to deploy an icon on the Blackberry from customers and suppliers we have, but these Blackberries are not related at all our BES or network.

    Is it possible to do this?  If so, should I do something special to make it work?

    If not, does that mean my only solution is to create a Java application that automatically launch the browser Blackberry (second option from the first link)?

    Thanks for your help!

    Channel browser push you make reference to requires the user is on a BlackBerry Enterprise Server.

    The alternatives to this is a Java application (as you have discovered), BlackBerry Widget or Signal of Web.  Web signals is the equivalent to a BlackBerry Internet Server Browser channel thrust.

    BlackBerry Widget SDK (applications requires a BlackBerry 5.0 device software)

    http://NA.BlackBerry.com/eng/developers/devbetasoftware/widgetsdk.jsp

    Web signals

    http://NA.BlackBerry.com/eng/developers/browserdev/websignals.jsp

  • BlackBerry Smartphones unable to download applications through BB App World

    Hello!!
    I was faced with a problem on the front of BB App World. Whenever I try to download any application through the BB App World it takes me to the download in green tab, but after I click on the tab that does nothing.
    As a result, I am unable to download any application on my Blackberry.

    Please help me solve the problem.

    Hello and welcome to the community!

    I suggest that you clear the cache of the AppWorld application:

    1. open the App World

    2. go to my world

    3. follow one (and only one!) of these steps:

    3. for the BB keyboard-oriented - hold down the ALT key and press on, in the sequence R, then S, then T

    3B. for touch screen only BBs - hold the num-lock (! 123 button) so that it hangs and then press on, in the sequence 3, then 4, then)

    3 c for the most recent (e, g., OS6 and 7) BB s, see this KB:

    • KB24714 How to clear the cache of BlackBerry App World

    4 AppWorld must close.

    5. If your BB locks after issuing clear cache, do a battery pull reboot

    6. return to AppWorld/MyWorld (it can be slow, while it re - sync).

    If (4) stage arrives not as described, then the empty the cache failed.

    I hope it'll work for you! Good luck and let us know!

  • Smartphones blackBerry how to search and download an application through my PC? ...

    How can I search and download an application through my PC? Ted

    Hello!

    You can not. At present, AppWorld is a portal that is running strictly of your BB. Download and install and then seek and receive applications directly from your BB.

    See you soon!

  • Is it possible to launch native application through third-party app to blackBerry smartphones.

    I have the application in which I want to get the other app, I'm able to launch the third-party application but not the mobile native application. Is it possible to launch the native application through third-party app.

    Thanks in advance.

    For example I want to run the game of sudoku that is preinstalled on the phone to my application, but I am not able to do.

  • Cannot call a Javascript API of Blackberry to a Web application hosted on a Tomcat server.

    Hi all, I have been using Web work for development. I was able to build a webworks with HTML application, which in turn calls blackberry API using Javascript. However, when I move the HTML to a web application in a tomcat server, and calling the WebApp page from the WebWorks shell with all the permissions granted, I get an error TypeError: cannot convert 'undefined' in an object... Please advice if I am attemping is technically possible, or webworks serves only to write a native application using HTML hosted in blackberry.

    If you host content from a remote domain requiring API access, you need to declare explicitly in the config.

    You will need to create a piece of access as follows:

    http://tx8zdflb30.xxxxx.com:8003" subdomains="true">
    
    
    

    And then you add the elements of functionality for each of the APIs you want than this field/origin to have access to.

  • BlackBerry smartphones HELP! -Application error 606

    I'm relatively new to the whole community of smartphone, and I fear I actually broke my Blackberry!

    I noticed that e softwareupdated was available for my Blackberry, so I chose to download it. The problem is my phone kept freezing in the process, and I was getting a little impatient. Finally, my phone told me that there was not enough memory, so I should delete some applications to make room. So I selected a few to remove, and my phone froze AGAIN. Now, if at all, it has frozen or not, I'm not sure... Maybe I'm too impatient for the life of a smartphone.

    In any case, I decided to take out the battery to reset the phone, I have grown really tired and has to work in the morning, I so wanted to just turn my phone and turn it on again, put my wake up and go to sleep. As I just re - turn the phone on, it starts to load up as it usually does, then a screen appears:

    "Blackberry 5.0.0.496 platform.

    Then it lists a whole bunch of items in the phone, in alphabetical order, the first being "Addressbook."

    Then, in seconds, the screen goes all white and a small message will appear "Error App 606" and it gives me the only option of resetting my phone. I click on reset, and it's a cycle... The phone seems to be loading as it normally would, and then he'll come back to this screen of the Blackberry platform, then the App error 606.

    I ring my network provider in the morning to see if they can help me, but I was wondering if anyone of you here would know about this at all? I feel so stupid for the cause!

    Hi xxjadey_babyxx

    If your device is not detected so you had to force the detection of your device by using the Application Loader. But remember in this process you will lose all data on your device, I hope you have your backup device, follow this Knowledge Base to recover your device:

    KB10144 :How to force detect the BlackBerry smartphone using the Application Loader.

     

    Please try it and let us know of your progress.

     

     

    Prince

    ______________________________________________________________________________

    Click 'Like' If you want to thank someone.

    If problem resolves mark message (s) as a 'Solution', so that others can use.

  • How to load a web application complete on a blackberry app

    Now, I try to build a blckberry application that allows to load the web application from its url. something like the fact of any browser. but I don't want to address or file menu bar. just a simple browser like app

    As long as you control the sources, it is possible using a stub and OBVIOUS. MF

    Basically, you have a 'app 'heel the heel app is basically a charger / launcher for something else.

    for example, you could have a selection of web applications on a server that are frequently updated. The downloads of the most recent list and you stub app allows you to get / launch other applications

    If you have already downloaded one of the spear Launcher apps, otherwise he can get and then launch

    Learn about the MANIFESTO. MF because it is the vital part of making something like this work

    Note that you need to dynamically create the MANIFEST. MF on the fly by user

    It is essential

  • Debugging is not supported on the selected Blackberry Simulator

    I just installed the plug-in for Visual Studio. Installed simulators are Torch 9800 (v6.0.0.534), the Torch 9800 (v6.0.0.313), 9930 (v7.0.0.318), they all give me the same message. I have a simple HTML web page, set to debug, when you click on play, I get the message, "debugging is not supported on the selected Blackberry Simulator. Only the loading and the launch of WebWorks Applications currently available. Please select a different Simulator if you need.

    Any ideas?

    Adam

    I think that the debugger works with the simulators that have v5.0.x BONES.  All those you listed are 6.0 or more.

    Try a simulator to v5.0x.

    The visual studio plugin is removed in October I think.  The new test environment is the emulator of the ripple.

    http://ripple.tinyhippos.com/

  • Transfer the app to my Blackberry Simulator

    Hi all

    is there an easier way, then past the world of app in order to get an application in eclipse, I developed on my device?

    The reason is that I need to test my application and it would be much easier that the app was on a device rather than in the Simulator.

    Any Suggestions?

    BlackBerry Desktop Manager and JavaLoader both allow you to do this. You can search the JavaLoader knowledge base and you'll find this:

    How to use JavaLoader

    This quick and dirty your application download method. It requires only a reboot which is the most expensive part (WiseMD) to load an application (for small applications, even without that it recharges, it might work!)

    For the overview of all possible methods, take a look here:

    Load on a BlackBerry smartphone applications

  • How to install the KEY file in the Blackberry Simulator?

    Hi all

    I developed the Web application using BlackBerry Webworks SDK and emulator Ripple... In that I created the package for Blackberry 6 and previously using emulator Ripple... Now, I have the COD files. Then I downloaded the Blackberry Torch Simulator... So please give the procedure to install COD files on the Blackberry Simulator... Thanks in advance...

    With respect,

    Marimuthu_P,

    Hello

    The Simulator must have a 'File' menu where you can load applications. It works for you?
    http://developer.BlackBerry.com/BBOS/HTML5/documentation/running_your_app_on_a_simulator.html

Maybe you are looking for

  • MacBook Pro won't start - runs in a loop

    Hi guys,. After a few days trying to figure this painful problem, I am at the end of my home and hope someone can help. I have a 2011 MacBook Pro, which has recently started having problems to start. During a game session (SIMMS), he all of a sudden

  • Reinstall K60 SW

    HP Officejet K60 You know not where the CD is (I looked).  When I try to run the A140509_enu_xp.exe I downloaded I get: "Setup has detected that you already completed the installation of the software. I want to overwrite and update the SW.  Miss me t

  • R60 9457-A49 goes electric question Argentina

    I send my sister my R60 I live in the United States, she lives in Argentina there is any problem with the different electric?

  • Passing parameters to windows Explorer

    There used to be a way to make Windows Explorer open in a specific folder. This was done from the command line or a batch file. Is it still possible with the version of Vista that I like to do it under the control of the program from VBA in Access 20

  • HP Officejet Pro 8600 Mac pro with 10.8 OS that will not print/scan wireless

    I have the printer configured for wireless network, but it does not print or scan outside while connected via usb.  What I am doing wrong?