blackberry-simulator

Develop an application for blackberry 10 and play book in webworks which sdk i should download?

只谈情不闲聊 提交于 2019-12-02 10:16:20
问题 Actually from WebWorks I want to make a BlackBerry app with which I target both the BlackBerry 10 and Playbook devices. So for this, which SDK I should download? And if I make this app for BlackBerry 10, will it work for Playbook? The purpose of doing it in WebWorks HTML5 is to target my BlackBerry app for both Playbook and BlackBerry 10 devices. 回答1: There are two options, and its all about what you are targeting, or what your release horizon is: Release on the Playbook If you want to

Having issues installing blackberry apps OTA on OS 5 simulators

久未见 提交于 2019-12-02 08:51:54
I am trying to test my bb app's OTA deployment using apache tomcat 5.5 in eclipse helios, i tried the OTA install from the blackberry OS 5, OS 6 and OS 7 simulators. The apps get downloaded and installed on the OS 6 and OS 7 emulators but all the OS 5 emulators keep giving me the HTTP Error 400: Bad request The server could not understand the page request or was unable to process it for some reason. Please try loading a different page. I have added a .htaccess file to the jad and cod files folder, still i get the same results.. Any ideas? Thanks You will need to run MDS simulator if you want

Country name with space not accepted in BlackBerry ObjectChoiceField

僤鯓⒐⒋嵵緔 提交于 2019-12-02 06:54:18
问题 I am developing a registration page in BlackBerry app. I am sending all the fields entered to the local server.Country is one of the form fields and is in a ObjectChoiceField. Whenever user selects a country having more than one word for ex: United States of America, it says sign up failed. When user selects country with single name, registration is always successful.Can anybody guide me how can I make the ObjectChoiceField accept the spaces or remove the spaces in the country? 回答1: There is

Blackberry webview can not connect to internet and/or display a web page

天涯浪子 提交于 2019-12-02 05:55:56
I am creating a simple app using Eclipse and Blackberry JRE 7.0 as per the example given at: http://docs.blackberry.com/en/developers/deliverables/11958/Configure_a_browser_field_825671_11.jsp I am trying to load a simple HTML page hosted on a remote server inside browser field in the app. When running the app on 9930 Simulator I always get the error 'Local connection timeout after 120000 on simulator'. The same remote page shows up fine on the web browser of the same simulator.. I am making sure to start the MDS simulator. The same link shows up fine in simulator browser. Its only when using

Develop an application for blackberry 10 and play book in webworks which sdk i should download?

会有一股神秘感。 提交于 2019-12-02 05:39:05
Actually from WebWorks I want to make a BlackBerry app with which I target both the BlackBerry 10 and Playbook devices. So for this, which SDK I should download? And if I make this app for BlackBerry 10, will it work for Playbook? The purpose of doing it in WebWorks HTML5 is to target my BlackBerry app for both Playbook and BlackBerry 10 devices. There are two options, and its all about what you are targeting, or what your release horizon is: Release on the Playbook If you want to release a Playbook application, Download WebWorks SDK for BlackBerry PlayBook OS 2.2 (Also called BlackBerry

Problem executing browserfield with “;deviceside=true” on BlackBerry sim

南笙酒味 提交于 2019-12-02 04:01:52
I am trying to use the sample code given in the Apress Advanced BlackBerry Development book. The problem is that when I launch the simulator with MDS, the web page gets displayed. But when I append ";deviceside=true" to the url, and then launch the simulator without MDS, the web page is not displayed. Only a white Screen is displayed. import java.io.IOException; import java.util.*; import javax.microedition.io.*; import net.rim.device.api.browser.field.*; import net.rim.device.api.io.http.HttpHeaders; import net.rim.device.api.system.Application; import net.rim.device.api.ui.*; import net.rim

Http connection error on the blackberry real device

限于喜欢 提交于 2019-12-02 03:10:26
I am trying to build a simple application for testing purpose in which I am making a simple Http connection .The code is running perfectly on the simulator but when I am testing the app on the real device it is not returning any response code. I think there is some error in http connection . Here is the code that I am using for http connection: httpConnection = (HttpConnection)Connector.open("http://www.google.com"); The device that I am using is Blackberry 8520 v5.0.0.592 Also give me some tips on how to do the debuging of any app from real device using eclipse plugin. Thanks in advance. If

Do you have to exit blackberry simulator every single time you make a change?

瘦欲@ 提交于 2019-12-01 07:41:03
问题 do i have to kill my simulator before i want to see the latest code changes on the sim? or is there a way of getting the BB simulator to pick up the latest code changes without having to exit the current instance and starting the simulator again. 回答1: There seem to be no way to change the executable while the simulator is running, since jar file are loaded in memory. So yes you need to kill the simulator everytime you change the code. Edit : With the version 1.1 of the eclipse plugin you can

Is there a Blackberry Browser emulator?

社会主义新天地 提交于 2019-11-30 22:33:32
问题 I'm developing a mobile site that needs to work in Blackberry browsers. This is not an app; just a website with custom stylesheets. Is there a Blackberry browser emulator available somewhere, or do I need to use one of the simulators, which give you the entire BB system? 回答1: Yes, you have to use the simulators provided by RIM. 回答2: https://www.blackberry.com/Downloads/entry.do?code=060AD92489947D410D897474079C1477 Is where I've downloaded an emulator for the Blackberry Pearl. Hope this helps

Can I develop Blackberry applications using C# .NET on windows7

那年仲夏 提交于 2019-11-30 09:24:23
Hey, I have a keen interest to build an application for blackberry OS, can I do it with C#? Also Blackberry has launched a plug-in for Visual Studio but how would you use it along with the simulator? Supposing you talk about BlackBerry Plug-in for Microsoft Visual Studio 1.2 : The BlackBerry® Plug-in for Microsoft® Visual Studio® allows web developers to leverage existing Microsoft® based developer tools to create and debug web projects for BlackBerry smartphones. see video lesson read Debugging Your First Web Application In Microsoft Visual Studio look into VS plugin docs and related KB