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)

learn more… | top users | synonyms

0
votes
0answers
23 views

URL Scheme implementation using Alternate Entry Points

In my application, i am implementing URL Schema. So when user will type a URL in the browser and get a response in the MIME type, i am getting the data. And then i am moving to the certain screen of ...
0
votes
1answer
107 views

Remove Please wait popup screen on back key

I am using below code for creating please wait popup in Blackberry application.I want to remove that popup screen on back press of device but i am not able to do this because at the time of showing ...
0
votes
1answer
109 views

Update interval value for continuous GPS location

I am working on a BlackBerry Application that is supposed to update the location at fixed intervals. The interval value can be selected/changed from a slider. It varies between 1 minute, 2 minutes, 5 ...
4
votes
0answers
115 views

Get Cell ID and LAC in CDMA BlackBerry devices (OS5 and greater)

I am stuck on how to get CellID and LAC in CDMA BlackBerry devices supporting OS 5 and greater. I have to get Latitude and Longitude without using GPS. So, i have implemented the solution for GPRS ...
0
votes
1answer
62 views

How to create custom scrolling always start from bottom

Here I am creating a screen for chatting that contains a top bar, custom vertical scroll manager, an Editfield to send messages and a send button. Now I create a message layout: it has ...
0
votes
1answer
26 views

putting a banner in the bottow of a listField screen

I have a screen which has a listFeild and button beyond it .. I want to but a bitmap banner in the bottom of the screen but without being actually in the bottom after the scrolling down .. to be shown ...
0
votes
1answer
146 views

how to call web service from blackberry native application

This is my code in Blackberry java Eclipse plugin How can i invoke webservice in this code to store the below mentioned fields like _firstName ,_lastName ,address,mobileNumber in database by calling ...
2
votes
1answer
92 views

Blackberry app version update deletes persistent store object on some devices

I have a Blackberry app that stores an object in the persistent store. After updating the app, it is supposed to read the existing value from the persistent store, if any, and continue to use that ...
0
votes
2answers
42 views

Best practices for creating translation files for multiple platforms

We are currently facing the problem to create and host translations for an app for multiple platforms (iOS, Android, HTML5, BlackBerry ...). Are there any best practices for hosting the translations ...
0
votes
0answers
16 views

Add Message in Email Attachment

I have attached the vcf attachment in email, it's working fine, but the message content is not showing up, Multipart multipart = new Multipart(); String[] data_formats = ...
0
votes
1answer
63 views

SMS from Server to be sent to a particular port number in Blackberry

In Blackberry SMSDemo Sample application uses a particular port number through which the message will not be displayed in inbox. That application works properly if message is sent from a device to ...
0
votes
1answer
116 views

read/write and create local xml file

i have one xml name 1.xmllike that <?xml version="1.0" encoding="utf-8"?> <domains> <domain url="www.google.com" id="123"/> <domain url="www.yahoo.com" ...
0
votes
0answers
77 views

How to push video from tomcat server to any mobile device? [closed]

I need to develop Mobile App and Application Server for below requirements. Video Should be Broadcasting from application server to any mobile device ( Android, iPhon, BlackBerry, Windows Phone and ...
1
vote
0answers
31 views

To attach a ButtonField on every row of CustomListField in BlackBerry

I am trying to create a ObjectListField with one image ,some text and a ButtonField with each row. Its ok with image and text in a row, but I want to create one button at the end of every row which ...
1
vote
0answers
31 views

BBM SDK - Dependency Checker - Packaging the proxy and app

I have developed the app implementing the functionality of Dependency Checker. Now i am having two application, one is my proxy application which checks the BBM version and other is my real ...
0
votes
0answers
45 views

Need to handle the URL response using Application for BlackBerry

I am developing one application where i need to initiate and implement the below features: When i will register with the website in desktop browser, it will send a URL link to the user Mail. When ...
1
vote
3answers
263 views

Blackberry development for beginners [closed]

Im an iOS developer and im trying to start with Blackberry development and i've done my part of research and came up with this: BlackBerry is an open platform that provides a variety of development ...
0
votes
1answer
26 views

Java Web Scrapping for blackberry apps

I am trying to find a way to collect information of all application from Blackberry App World. The Process I followed for Apple was simple because it had api and also for android/windows I got the ids ...
0
votes
1answer
32 views

Blackberry app not able to install on lower version device

I want to install app on blackberry device, problem is that my installed SDK version is higher than the version of blackberry device which i am trying to install, how can i do that?
1
vote
0answers
23 views

Blackberry Animated PopUpScreen

I have to implement a zoom in and out animation for a PopupScreen class. I have checked TransitionContext and UiEngineInstance screen transition effects, but the zoomin and out effects are animated ...
0
votes
1answer
83 views

Blackberry not connecting to local IP on network using WIFI

I'm building a mobile application using Phonegap and jQuery mobile on Zend Studio, and I'm doing this on a macbook pro running OSX Mountain Lion. I have deployed the application to an iPhone 4, ...
1
vote
1answer
27 views

Upgrading blackberry app installs as new App?

I am trying to upgrade a blackberry app, but it is installing as separate app. What could be the problem? Both the app (older and new) have same name, and are signed with same keys. Any thing else am ...
-1
votes
1answer
49 views

can I run my 5.0 SDK Application to Devices having BB 7.1 OS? [closed]

can I run my 5.0 SDK Application to Devices having BB 7.1 OS. Thanks.
1
vote
2answers
63 views

Blackberry application compatibility for 7.1

I have develop blackberry application using BB SDK 5.0 and tested it till 7.0 SDK and is run perfectly till 7.0. I don't have the devices or simulator for 7.1 SDK, so is my application be able to run ...
1
vote
0answers
71 views

Send message to BBM group?

I want my application to send a message to a BBM group.
4
votes
0answers
62 views

Localisation tool for translators to capture text into - outputs files for Android, BB, iOS etc [closed]

I'd like a tool to help with the language localisation across our apps. We support iOS, Android, Blackberry at the moment. We use a manual process, passing an Excel file to client and back again. We ...
0
votes
0answers
109 views

Get string array from web service stubs into a list on BlackBerry Java App

I am getting an array of strings from a web service. I already generated the stub classes and imported them into my BlackBerry project. Now how can I access that array of strings and put that into a ...
0
votes
1answer
66 views

Ripple Blackberry webworks 10 not loading javascript

I am using Ripple plugin for Chrome to try out HTML5 app with webworks 10 sdk. I cannot seem to be able to download any external javascript, I tried to get <script type="text/javascript" ...
0
votes
0answers
99 views

Blackberry Local connection timed out after ~ 120000

I have the following code wich was working fine: HttpConnection request = (HttpConnection) Connector.open("https://www.google.com"); // It locks at the following line until an exception is thrown ...
0
votes
2answers
83 views

Blackberry - How to center the datepicker popup for DateField

I have DateField in center of my screen And when I touch it I see: But I want to see: My question is: How can I center the datepicker popup for DateField? Blackberry OS 6 Update: public ...
0
votes
0answers
56 views

vector shape drawing performance on Air mobile for blackberry and android compared to iOS(iPad2)?

I'm currently developing an app using Air for iOS. Using GPU mode to draw vector shapes and keep the numbers of vector shape graphics as low as possible, so far the app runs at 60+ FPS on my iPad2 ...
-4
votes
1answer
55 views

how to make a jar file purchasable [closed]

I have developed one application in Blackberry, and i want to sell the ".jar" file of that application for fellow Blackberry developers, I have no idea how to sell it. can anybody suggest how can i ...
1
vote
1answer
86 views

Blackberry HttpConnection and query string

I've been having some trouble connecting to a uri when I append a query string... I always get back 400 http code... however when I try the browser, same url, everything goes smooth... This is what I ...
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. ...
0
votes
2answers
109 views

Debugging tools/methods for phonegap blackberry app

Are there any tools/methods for debugging phonegap Blackberry(5,6,7) app . Presently am using Alert for debugging which is very tedious .
-2
votes
2answers
56 views

Voice Recognition - Speech-to-Text - for BlackBerry OS 7 [closed]

Is there an API to do Speech-to-Text in BlackBerry OS 7?
0
votes
0answers
97 views

Blackberry BrowserField2Demo redirect

I'm working with the JDE 7.1 in BrowserField2Demo and want to know how to intercept the "pre-load" event. The "OLD" BrowserFieldDemo had events such as "Event.EVENT_URL_REQUESTED" that would allow URL ...
0
votes
1answer
75 views

Accessing client side WebSQL database

Does anyone know of any tools, to access and query a WebSQL database on a BlackBerry device or simulator? I have two problems, how can a simulator's local file system dmp file be opened and viewed? ...
2
votes
1answer
62 views

Closing Blackberry HttpConnection on timeout

I have a timer task that closes a connection when it's triggered, the problem is that sometimes it is triggered before the connection actually opens, like this: try { HttpConnection conn = ...
0
votes
1answer
98 views

How to open blackberry native browser from browse field app for external link

I am working on an app for blackberry(jre 6.o & os 7.x) using browse field and app is working fine. One thing I want that, when click on a link in app and link url(domain) is different from the ...
0
votes
1answer
23 views

MapField overlap with other screen

images = _appData.getImageAccoToScr("StoreLocaterMapView"); //Add Title Bar to Screen addTitle(); // initializing the Map component mMapField = new CustomMapField(BLANK, null, _appData, ...
2
votes
2answers
40 views

TableLayoutManager doesn´t put the focus in manager with two focusable elements [duplicate]

I´m using TableLayoutManager in my project. This is an example of my problem: I have this code: public MyScreen() { setTitle("TableLayoutManager_Example"); VerticalFieldManager vfm0 ...
0
votes
0answers
125 views

Json or select failing when connected to localhost

I have this php code which i use to select values from a database and i use JSON to pass it to my app. This works fine...However...i am trying to run this code from a server which is a local host. ...
1
vote
1answer
73 views

Verification error on running blackberry application

I am working on a blackberry application that was developed by someone else. I tried creating and running other applications. All the applications work except this specific one. For this application ...
2
votes
2answers
23 views

How to send data to windows application using Blackberry sdk

I'm trying to figure out how to programatically send data back and forth from a Blackberry device to a Windows applications in the same type of manner that BlackBerry Desktop Software does. I would ...
5
votes
1answer
155 views

Do you need a license to develop a windows phone and blackberry application?

Do I need to pay for a license to be able to debug an application on the device on these 2 types of phones? I only own an iOS license which someone needs to have to be able to debug on the phone and ...
0
votes
0answers
49 views

could not find application icon in Simulator BlackBerry java plugin for Eclipse Run

I've installed BlackBerry Plugin for Eclipse. Create simple Hello World blackberry application. Execute "Run as BlackBerry Application". But in simulator window I couldn't see application running. ...
0
votes
1answer
143 views

Port a library written for BB7 to BB10

I have developed an User-Authentication Library on BB7. It constructs the UI for the Login Screen and authenticate the user from the server after credentials are entered. I want to know that is ...
0
votes
0answers
34 views

how to rotate VerticalfieldManager at 180 degrees in blackberry?

vf=new VerticalFieldManager() { public void paint(Graphics graphics) { int theta = Fixed32.toFP(180); int cell_11 = Fixed32.cosd(theta); int cell_12 = ...
1
vote
1answer
53 views

Blackberry Appworld User Feedback “uncaught java exception error”

I have published an application to the BB App world, after approval I downloaded and tested the application on my device (9700) no problems working good. Now I got a feedback from the app user as ...

1 5 6 7 8 9 163