Questions tagged [blackberry-os5]
15 questions
4
votes
1 answer
Ajax call fails from blackberry OS5 phonegap app
why doesnt this ajax call doesnt work on my BB OS5 and works in BB OS6+
$("#HomePg").on('pageinit', function(event) {
$.ajax({
dataType:'json',
url: serviceURL+'linka',
error: function(xhr, status, error) {
…

Suave Nti
- 3,721
- 11
- 54
- 78
1
vote
2 answers
Backbone on BlackBerry OS5 - is it possible?
I'm developing a mobile application using Backbone, jQueryMobile and Phonegap. The app works great on Android, iOS and BB >= 6, but on BB5 as expected there are countless issues coming up.
I'm now facing problems with Backbone itself. I'm debugging…

bfcapell
- 414
- 2
- 10
1
vote
1 answer
Phonegap Blackberry 5 cross-domain communication
I tested my app on OS6 and OS7 devices, both worked well. But a few days ago, I faced an issue on OS5 devices. All Ajax requests didn't work. After some googling, I found out that in OS5, ajax is disabled. It is so weird, My app must work on OS5…

barisatbas
- 570
- 2
- 9
- 22
1
vote
2 answers
Is it possible to focus the camera using the BlackBerry OS5 API?
I am developing an app which takes a preview of the device's camera and analyses that feed.
I can create the camera preview, but cannot get the camera to adjust its focus automatically.
I know that the underlying hardware is possible of performing…

donturner
- 17,867
- 8
- 59
- 81
1
vote
1 answer
Get list item row to wrap instead of show ellipsis
I used the code below to get produce a layout that formats an image, a title and a text region in a list item.
I would like to get it to look like the Twitter apps layout - in terms of how it gets the tweet to wrap, what am I missing?
Platform…

Irwin
- 12,551
- 11
- 67
- 97
1
vote
3 answers
Which BlackBerry OS to target for enterprise web applications?
I am deciding between which library to use for development: jQuery Mobile or Sencha Touch. The application I am building will specifically target enterprise (Fortune 500) BlackBerries. The application will not require any hardware features, but the…

Andrew
- 227,796
- 193
- 515
- 708
1
vote
2 answers
Open blackberry device options programmatically
App details:
I am writing an app that requires the user to have a device password set. The company distributes blackberry devices to its associates who will then use them to report on sales etc. The company wants to make sure that the device…

Jason Ridge
- 1,868
- 15
- 27
1
vote
0 answers
Blackberry OS 5 web application performance tuning
We have a web application in jquerymobile 1.0.1 and jquery 1.7.1. For BB devices we have created a wrapper application using BrowserField JDE 5 API, which is used to launch the application UI. Using web DOM cache to work in offline mode.
Performance…

Javed Shaikh
- 11
- 1
0
votes
0 answers
Elements are invisible on Blackberry OS5
I've developed a responsive-based website for a client, however upon testing on Blackberry OS5 (old, I know, but it is a requirement of the job) we have found that a lot of the elements on the page are invisible. I say invisible because the spacing…

benmacgowan
- 185
- 1
- 1
- 9
0
votes
2 answers
index not update in drawListRow method
i m working with Listfield in os 5.0 and letter.my all data comes from webservice and display it in listfield .. everything work fine at first time during parsing time and display in listfield successfully .. if at the first time i have only one…

Hitarth
- 1,950
- 3
- 27
- 52
0
votes
1 answer
UINavigationControl for BlackBerry
I am developing an application for Blackberry OS 5.0 and later.
On the iPhone, UINavigationControl is a really cool UI component. How can I implement the same control for a BlackBerry application?

Hitarth
- 1,950
- 3
- 27
- 52
0
votes
0 answers
Blackberry playing video from server
Aim:
Play video in blackberry device from remote server.
Current Output
Blank screen and this message: "Press space to start/stop/resume playback."
My code
public class MyApp extends UiApplication
{
private Player player;
private…

user3180601
- 1
- 2
0
votes
2 answers
How to port BlackBerry Application from OS 5 to OS 6
I have developed application for BlackBerry OS 5 and now I want to port it to BB OS 6
While porting app, I am facing following issue --
I have added separate org.json.me package in OS 5 which is inbuilt in OS 6
When I add BB OS 6 library instead of…

silwar
- 6,470
- 3
- 46
- 66
-1
votes
1 answer
how to quick get current lat long from device GPS system
My application is based on Event according to user current location. when i start my application Splash screen comes for 3 or 4 second .. then during splash screen i m getting current location of device and according to this current location i am…

Hitarth
- 1,950
- 3
- 27
- 52
-1
votes
1 answer
Adding Image to Map And Zooming correctly on Map
What I want to do... Access the blackberry maps and add in an Image at users specified location if the User does not
specify the Location then find the current location of the customer and add the image to those coordinates...
if you take a look at…

Nequita
- 89
- 7