BlackBerry is a line of mobile e-mail and smartphone devices developed and designed by Canadian company Research In Motion (RIM) since 1999. (Consider adding tag [tag:blackberry-10] for BB10 specific questions)
1
vote
1answer
33 views
Reboot after removing an application from Blackberry - javaloader.exe
I have a quick questions. My Blackberry gets restarted after I uninstall an application (OS 5, 6, 7) using the JavaLoader. Is that the expected behaviour?
Thanks in advance,
Sam
1
vote
1answer
22 views
clarification on blackberry persistent store
I have a blackberry app that's already been deployed and I'm currently working on an update for the app. In the existing app, I use a persistent store that stores 3 primitives (int, String and ...
0
votes
1answer
27 views
Not able to install blackberry ndk
Not able to install blackberry ndk (installer-bbndk-bb10_1_x_macos.dmg). Double tapping on this dmg file mount disk and when tap on installer-bbndk.app it shows error "You can't open the application ...
0
votes
1answer
30 views
BlackBerry 10 Architecture
I am looking for information about BlackBerry 10 architecture. I need this for my Master publication so it should be true information and it should be scientific fact. I compare Android, Windows Phone ...
0
votes
0answers
23 views
Change id of dynamically created component
Hai currently am working on dynamically created textinputs. On a buttonclick textinputs are created and each one is assigned an id as shown below
var tiput:TextInput = new TextInput();
...
1
vote
0answers
47 views
Getting org.xmlpull.v1.XmlPullParserException for SOAP connection in BlackBerry
I am using ksoap2.jar in my application for webservice call.
While conneting, to the server it is giving the below error when i am testing using Wi-fi or simulator:
...
3
votes
2answers
4k views
org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@c599f9fd)
I am new to blackberry , iam just trying to call a Web service that do some operations on SAP CRM , ,but iam getting this exception:
org.xmlpull.v1.XmlPullParserException: unexpected type ...
0
votes
1answer
44 views
VoIP/Video support on Blackberry
Are there any opensource or paid libraries for VoIP/Video calling in BB10 or prior?
Any help would be appreciated.
Thanks!
0
votes
0answers
22 views
Blackberry hebrew encode - with google maps V3
I have code that run on java script and work.
When I un this JS code within Blackbbery code i have Problem.
I get result at map, but if i asked text in Hebrew like request for map by ...
2
votes
2answers
162 views
Can I write native iPhone, android , windows ,blackberry apps using Python? [duplicate]
Is possible to develop Android and iOS mobile application in Python? I am a newcomer in mobile applications and want to develop mobile applications in Python.
0
votes
0answers
14 views
blackberry webworks error annotations are not supported
I have this application I'm developing, I already have an Android and iOS build, now I'm trying to build for blackberry.
I included a config.xml file and using the command prompt to build the ...
10
votes
1answer
290 views
Blackberry Bold- Unable to recognize URLs and even custom patterns registered
We have a blackberry native app deployed on a BB Bold 9700 (OS Version: 5.0)
The app registers a custom pattern of the form string://[0-9]* . Strings matching the pattern get highlighted but the app ...
0
votes
0answers
36 views
Create custom listview in Blackberry
I want to create a listview in blackberry.I am new in blackberry development and having less knowledge in blackberry UI development.
What i have tried
Here i am getting the list of data from ...
-1
votes
3answers
53 views
How can I put my Android app in the blackberry market? [closed]
I have Android apps and I would like to port them to Blackbarry decives so I can also distribute them on the blackberry app store. What is the best way to do that? Is it possible? Or do I have to ...
0
votes
1answer
29 views
Warning “name.xml” is not a supported asset file
i made model.xml file in my project. and try to call it using data modal
import bb.cascades 1.0
Page {
content: ListView {
dataModel: XmlDataModel {
source: "model.xml"
...
0
votes
0answers
20 views
Suddenly stops to install cod file in simulator
i am in few trouble now. I am working on a blackberry project. I've a large number of images in img folder near about 6 MB.
But it was working fine in simulator in this morning. Unfortunately device ...
0
votes
0answers
29 views
BlackBerry 10 Simulator Alpha - Cannot Connect or Ping
System: BlackBerry 10 Simulator Alpha in VMWare on Windows 7.
The Simulator shows its IP at the bottom left corner, as well as in Settings/About/Network. I cannot connect (Controller) or ping (cmd) ...
1
vote
1answer
24 views
Blackberry Accelerometer calculations
I'm playing with the "AccelerometerDemo" in SDK7.0 and have a question regarding the calculation of "rotation" extracted from the XYZ data.
What I want to accomplish is have a virtual "pendulum" that ...
1
vote
1answer
370 views
Blackberry HTTP POST problem
I have a problem with sending POST to server from blackberry (I currently trying on simulator). The problem is, the POST data isn't send to server.
I know there are lot of topics about this, but I'va ...
0
votes
1answer
31 views
how to capture listfield scroll to bottom in blackberry 7
I have a listfield with many data, at first i load 10 records from server, i want to capture the event when the scroll has moved to bottom, that i can load more records from server.
I implements ...
0
votes
0answers
27 views
How to manage screen for Storm device
I am working for Blackberry application. In which i need to develop application for 4 kinds of resolution as mentioned below:-
640X480
480X360
320X480
&
360X480
I've developed application for ...
0
votes
0answers
28 views
Blackberry console output screen
I am new in blackberry application development,i would like to know that how could i get the console output to see the event log .In Android logcat is used to see the event log of the simulator, is ...
0
votes
0answers
18 views
How to save fonts when app is closed blackberry
have used object choice field to change the font of text in label, that is working fine, and tha fonts are changing. but when i close the app and open the app again, i want to show that selected font ...
0
votes
1answer
37 views
Adding background image to blackberry app not working
i am new to blackberry development and want to add an image to a sample blackberry application. I have tried multiple tutorials, but the image is not displaying in the background
can any one kindly ...
-2
votes
0answers
11 views
Regarding navigationMovement() mtehod Blackberry
i have used navigationMovement() to swipe left or right the screen using slide transition ,first time when i swipe the screen to right the code is working , but when i swiped second time then my code ...
2
votes
2answers
57 views
white border for popup on blackberry
I want to add a white border for popup screen on blackberry.
I use this code to add the border
Popup x = new Popup();
Border borderFocus = BorderFactory.createRoundedBorder(new XYEdges(10, 10, 10, ...
-1
votes
0answers
43 views
Can't log into Blackberry vendor portal [closed]
I have not submitted any new apps or updated any existing apps on Blackberry for quite some time now.
I noticed when looking at the Blackberry Vendor Portal login page that we now require a ...
1
vote
2answers
62 views
Blackberry - Call a method after a specified time
After creating a session, i want to call a method again & again after a specific time - i.e. 5 sec.
But when i call a method it gives me an error. Here is the sample code.
public class ...
5
votes
1answer
2k views
Splash screen in BlackBerry application
I am working on a BlackBerry application which requires a splash screen as the application starts. I have not found any examples that implement a splash screen.
I have used a timer at the start class ...
0
votes
0answers
17 views
consume a WSDL generated by WCF service into a BB application
We are currently working on a POC to consume a WSDL generated by WCF service into a BB application but we are facing issues in creating stub classes to be used by our BB application to connect to this ...
1
vote
2answers
30 views
How to make a blackberry BitmapField non focusable in runtime
How to make a blackberry BitmapField non-focusable in runtime? I want make it dimmed based on a certain event.
-1
votes
0answers
16 views
Error while loading cod and alx file on blackberry devieces through Blackberry Desktop Software [closed]
while loading cod and alx file on blackberry mobile.I am Getting error as
There was an error importing files.
No addition application can be found.Your file might contain
applications that already ...
1
vote
1answer
47 views
jar file not compatible with blackberry
This code is working fine with android application but when i try to use with blackberry application i have found below error
CODE :
import java.math.BigInteger;
import java.security.KeyFactory;
...
0
votes
1answer
39 views
Connect C++ with UI button BlackBerry
. . . . . . . . .. .. . . . .
What I am doing wrong? When I press a button on UI, I want to change text in label.
.qml:
Page {
property alias lala: ...
0
votes
1answer
40 views
Push message not received in device
I am struggling for long with push messaging in BlackBerry. I am able to register successfully for push messaging with a returned code of rc=200. However, when I run the server side code, be it in PHP ...
-2
votes
0answers
35 views
Create Web Icon Launcher on different platforms [closed]
I need to develop an aplication to launch a mobile version from a web.
I can't develop one application for androd, iphone, windows phone, blackberry, etc..
Anyone knows how to create an app launcher ...
0
votes
1answer
27 views
Deploy Phone-Gap project on Blackberry device
Hello Every body,
I am working on a Phone-Gap project in window OS.I follow this link
...
0
votes
1answer
25 views
blackberry 6-7 environment failed at WL.Client.connect
i create a fresh new worklight (5.0.6) project with jquerymobile (1.2.0), add the blackberry 6-7 environment, nothing else.
here is the wlcommoninit code.
function wlCommonInit(){
...
1
vote
1answer
47 views
Blackberry java, refreshing custom animated banner
I want to show a .gif banner in the top of my app. I'm using this code to show the animated field BB Animated GIF Field. The issue is that I want to refresh this banner every minute. I've tried so ...
0
votes
4answers
375 views
Blackberry what is the real use of Runtimestore?
If another(App2) application trying to access a shared object(App 1 Object) and cannot type cast it to use it, as it doesnt have those kind of objects. What is the real use of Runtimestore, in using ...
1
vote
1answer
1k views
BlackBerry text wraping
I can't align text on the BlackBerry screen. I've tried using a LabelField or a RichTextField but the text is not getting aligned the way I want. It is aligned horizontally and hidden in the screen. I ...
0
votes
1answer
35 views
What is appropriate, STUDIO or LAB? [closed]
We're going to open a software firm where our major concern would be Mobile Apps development for all platforms. Now we're choosing the name of the company. But we're little bit confused to select the ...
2
votes
1answer
91 views
OpenGL library suggestion for 3D mobile application
I'm writing a native mobile app which will have a 3D component (openGL). Users would basically do some work in the native UI, then go to the 3D view for object selection/manipulation, then go back to ...
0
votes
0answers
20 views
Blackberry7 Date TimeZone
I'm trying to get the current date from System.currentTimeMillis() but it is returning me Time for different TimeZone. How to make it to my TimeZone which is GMT 5. Using Blackberry 7 SDK JAVA, ...
2
votes
2answers
7k views
BlackBerry:Accessing Google Maps API's on Blackberry platform?
I am developing an application, which should be able to access Google Maps and it's API set on Blackberry platform?
I want to programmatically,
1. search for current location information
2. Places ...
-1
votes
0answers
48 views
Facebook integration to get friend list in blackberry
i used this code for wall post,that is working fine. now i want my friend list and i want to display that friend list in list field but when i try to get my friend list, in the console i got my all ...
2
votes
1answer
68 views
Display R-T-L Language (Hebrew) Reversed
I have xml file with results.
In this file i have an element that consists of a string phone number like this: xxxxx 053 333333333, but it's displayed in the application like xxxxx 333333333 053.
...
2
votes
2answers
55 views
Unable to getDateTime() from DateTimePicker
I am using DateTimePicker to Select Date and Time and when I press the ok button getting Date time by using getDateTime() and assigning it to Calender object(selectedDate). I want to display the Time ...
0
votes
0answers
19 views
Using Phonegap for bb10, touch, and non-touch devices
I intend to develop a Blackberry app targeting the older devices and new BB 10. Is it that I have to develop different apps for older platform, new BB10 platform, for touch, and for non-touch devices? ...
0
votes
0answers
13 views
ui hangs when thread running in background
I have develop an app in which i used both UI and background thread.Therad works fine, but after some time ui hangs(i mean ui works very slowly ). Thread running after every 1 minute and check the ...









