0
votes
4answers
72 views

Banning By Mobile Device?

I am making some application that will be largely user driven and of course that means their will be trouble makers who probably will enter fake data into it using swear words or worse change valid ...
0
votes
1answer
64 views

How do mobile applications typically exchange small amounts of information with a server?

With very little experience designing mobile or web based systems, I really have no idea idea what sort of methods are generally used for exchanging information from an application on a phone with a ...
1
vote
1answer
25 views

BlackBerry Spatial Database

I'm trying to create a BlackBerry app with my own geospatial database. The app shouldn't use online services, so the database should be inside the app. I just have some polygons and asking the ...
3
votes
2answers
97 views

Blackberry Simulator OS 7 Browser distortion

I am testing our web app for various mobile devices. In this case, I’m running a Blackberry simulator that simulates a Blackberry Bold 9900 running Blackberry OS 7. There is nothing out of the ...
0
votes
0answers
27 views

Cannot retrieve PhoneCall object from call ID

I'm getting a call ID from the PhoneListener but whenever I try to get PhoneCall object from the ID, it returns null no matter whichever is the event - disconnect, connect or initiate. I'm developing ...
0
votes
2answers
76 views

Blackberry Starting guide

I developed mostly apps on iOS and android and now I want to start with blackberry development. I can see there are many platforms available on for blackberry development. Can anyone tell me which ...
0
votes
1answer
105 views

JAVA Mobile Devices - storing data locally

What is the best way to store a data set locally on a mobile device for further processing in Java? The data set is going to be retrieved using SOAP and will consists of about 50 to 100 'objects'. ...
0
votes
2answers
167 views

Source not Found Error in Eclipse BlackBerry App

I'm new to BlackBerry application development. I have one silly error while during HttpConnection in httpcon.getResponseCode() method giving source not found error. Please, can any one figure out ...
1
vote
2answers
58 views

battery consumption of an application on blackberry

Is there any App/ Method / Process that i can use to get the battery consumption of a single app in blackberry? I am using 9300. My application uses GPRS and sends data over internet. Till now i have ...
1
vote
1answer
60 views

Blackberry, why are links opening in new tabs?

I have a pretty plain vanilla site. Demoing for the client, she got out her Blackberry and for some reason when she clicks the navigation links she is always prompted to open the page in a new tab. ...
1
vote
1answer
109 views

Image appearance in blackberry mobile phone

There is a simple table which has an image on the left td. Image has 2px border. This is working all fine in browsers but when I checked in blackberry phone, image is not displaying because of ...
1
vote
1answer
65 views

Not Getting Mobile Hardware model using 51Degree api

I am using 51Degree Api for one of my mobile application, and trying to retrieve mobile resolution and model number but 51degree Api property $_51d["HardwareModel"]; not providing any information ...
0
votes
0answers
84 views

How to send a sms using PHP to an BlackBerry mobile in such a way that the message will not appear in the Inbox of the device?

How to send a sms using PHP to an BlackBerry mobile in such a way that the message will not appear in the Inbox of the device ? I am able to send the sms using the SMS gateway API. But this messages ...
1
vote
1answer
53 views

Sizing Text for SmartPhones that Have Text Zoom Enabled

I don't know if this applies to Android or iPhone. I have an Android 2.3.3 for testing and an iPod Touch 3rd generation with iOS 5 on the way. But I know its a problem on my buddy's new Blackberry. ...
0
votes
1answer
41 views

blackberry webpage image scale issue

on the following webpage, all images are set to have a maximum width of 100%. This works fine on all devices except for blackberrys. Has anyone come accross this issue? ...
0
votes
1answer
95 views

Issue with background-size:100% on blackberry

i am using the following code to set the background image of the "logo" in h1 tag to the logo. h1#logo { margin: 5px 0 0 0px; background: transparent url(../../assets/images/applewood_logo.png) ...
0
votes
0answers
58 views

Alternative to Adobe Shadow/Edge for BlackBerry devices

I have to test on around 20 BB devices on a daily basis and I just wanted to know if you know of any debugging applications similar to Adobe Edge which is compatible with BlackBerry devices. If ...
2
votes
1answer
94 views

Can anybody tell me how to reduce/decrease Application storage and Build-in-memory storage of Blackberry Simulator

Can anybody tell me how to reduce/decrease Application-storage and Build-in-memory storage of Blackberry Simulator. As i need it to test my Blackberry Apps behaviour on low memory. I am using ...
0
votes
1answer
229 views

Responsive design issues on Blackberry

Note: the following issues are applicable only to blackberry - all other devices tested (multiple android models and iPhone OS) are not being affected by these issues. Problem #1: Horizontal ...
1
vote
1answer
134 views

Cross platfom mobile development using C++ at backend

We are building a mobile app for our website which is a kind of social network. So the functionality of mobile app will be close to the Facebook app. We are targeting Android, BlackBerry and iOS. We ...
3
votes
1answer
220 views

Mobile website background images not displaying correctly on Blackberry Bold 9700

I've built a mobile site using a CSS sprite for some of the icons etc but the images look really pixelated and jagged in the Blackberry Bold 9700's browser. Fine on a couple of other BB devices and ...
3
votes
1answer
87 views

HTML minification for mobile website

We are developing a website for low end mobile devices like Blackberry OS version 5.X - 7.X. We are using gzip compression techniques. But when i checked about the blackberry 5.X support for gzip ...
0
votes
0answers
144 views

why j2me have become obsolete? [closed]

I have observed that many organizations are not making apps for j2me while they tend more towards android, iphone and other platforms like BB, Nokia's Symbian etc. Why is this? Considering that j2me ...
0
votes
1answer
31 views

dababase driven blackberry app

Can someone please point me to a basic tutorial where I can learn how to display content on a backberry app using a local database that is a part of application package. Thanks in advance
-1
votes
1answer
42 views

Message Lockdown

I am developing an SMS and QRCode Applications where a QRCode or an SMS will be sent to a user's phone. I don't want them to forward the message to anyone. I want to know if it is possible that when ...
4
votes
2answers
185 views

How to replace hyperlink based on useragent of mobile device

I have the following html which detects if the useragent is from a blackberry device. I would like to know how to replace the download url with a one specific for a device ie, i would like to direct ...
0
votes
1answer
24 views

blackberry mobile developement in windows Vista

Can anyone please tell me if there is anyway to develop blackberry mobile apps in Windows Vista ? I need to develop apps for blackberry OS 7 & 6. I have been trying to install the eclipse java ...
1
vote
3answers
802 views

Force the correct font-size in Blackberry for rendering in an HTML email?

I'm working on an html email that needs to render well on the Blackberry OS. The formatting of the text keeps getting blown up in Blackberry, see screenshots. Blackberry ------------ Correct ...
2
votes
1answer
232 views

send SMS from mobile browser

Can I send SMS after clicking on link in mobile browser? Similarily to this link - but it's not compatible with BlackBerry, Openwave (Myriad) browser. Is there all browser compatible solution for ...
1
vote
1answer
132 views

Prevent BlackBerry Bold from auto zooming in the page?

Please check the page. When opening the page, BlackBerry Bold automatically zooms in the page. While the situation is fine on iPhone. I had tried <meta name="viewport" content="width=1020"> ...
-1
votes
2answers
74 views

Certify library for Mobile Application Stores (AppStore, BlackBerry World, etc.) [closed]

I'm developing a mobile library for applications to integrate. How can I be sure the clients' application will not fail certification because of the integrated library ? Is there any formal process ...
7
votes
1answer
516 views

Touch detection Blackberry 9300 6.0

I am currently experiencing some issues with some touch detection in a plugin i am using. The plugin uses the following code touch = ("ontouchstart" in window) || window.DocumentTouch && ...
0
votes
2answers
448 views

WP Mobile Detector, W3 Total Cache, Home Page, Blackberry Viewport, Responsive

I'm using WP Mobile Detector with W3 Total Cache and a responsive layout (media queries), and I have a few issues: When I view the site locally (localhost) on a Blackberry, it looks good; the ...
-3
votes
1answer
235 views

Can browser-based mobile applications detect incoming phone numbers? [closed]

Theoretically, would it be possible to write a web browser-based mobile application (i.e. not a native app) that would detect the phone number of an incoming call and check that phone number against a ...
0
votes
1answer
160 views

Detect Blackberry pre OS 7

I need to be able to detect if my webpage is running on a blackberry before OS 7. I need to be able to tell a user that certain elements will no function correctly. Is this possible?
0
votes
1answer
77 views

Window.Opener in Blackberry Browser

It seems the blackberry browser(5.0) doesn't seem to like javascript window.opener function. Google didn't help much. We have an existing website , which fills the parent window form fields with ...
-2
votes
4answers
540 views

Mobile App - Screen Width and Height

Based on Blackberry , Andriod and iPhone ... what are the various screen resolutions available in Market ?
0
votes
0answers
128 views

Blackberry Webworks only wifi [closed]

My Webworks app ajax calls work only if wifi is enabled. If the phone is connected to 3G i get an error on every ajax call
0
votes
2answers
142 views

Mobile SDK (IAP, Notifications, Native UI)

Im looking for a mobile SDK that has the following for iOS and Android (BB and Win Phone are bonuses): -In-App Purchases -Notifications -Native UI -Camera -HTTP (need to get info from different ...
0
votes
2answers
311 views

Equivalent of configuration profiles (iOS) for Android, Windows Phone 7 and Blackberry

In iOS, configuration of email, wifi and vpn etc. can be pushed over the air using Configuration Profiles. Is there anything equivalent for Android, Windows Phone 7 and Blackberry? Link to ...
1
vote
2answers
330 views

What are the file formats for different mobile platforms [closed]

I am trying to learn more about mobile application development. iOS applications are contained in a 'ipa' file. What are the file formats for android, BlackBerry and Windows Phone Mobile.
0
votes
2answers
101 views

Web app for mobile devices or mobile specific

I have a question about mobile application development. I'm wanting to develop an application for my Kindle and looking through the tutorials I found that HTML5 CSS and JavaScript could be used to ...
1
vote
2answers
170 views

How to mask input on Blackberry browser

I am using a jQuery Masked Input plugin to force the user to type the phone number in proper format. $(document).ready(function () { $("#PhoneNumber").mask("(999)999-9999"); }); The ...
2
votes
1answer
194 views

Embedding fonts on Android, iOS, and Blackberry - is there a bulletproof solution?

I've been working on a mobile web project testing embedded font support, I've tried the Google font API and EOT so far the results are sporadic. EOT Results so far:- Blackberry: No support at all ...
0
votes
1answer
391 views

App vs Mobile Website for NFC Tags Pros/Cons

I'm presently looking into building a mobile solution that works with Near Field Communication (NFC) tags. This would be used mainly in large urban cities to allow users to quickly receive a url ...
0
votes
1answer
162 views

SQLite Encryption in BlackBerry

How can I provide seamless encryption for the SQLite database used by my app. I'm looking for something similar to SQLCypher which transparently handles the encryption behind the scenes so that the ...
-1
votes
3answers
232 views

I need to test this site in all the mobile device

Is there any way to test my website in all mobile devices. I have one link where we can test online - http://iphonetester.com/ Can anyone provide best solution to test Responsive design or websites ...
1
vote
1answer
610 views

Adobe Flex Mobile 4.6 - Element positioning on iPad vs Android or BlackBerry seems off

Forgive me if this is a stupid question. I'm a bit new to mobile development. I'm trying to test out building an app with Adobe Flex 4.6, for iPad, Android, and BlackBerry PlayBook devices. I just ...
0
votes
1answer
80 views

Blackberry Bold browser - h3 (clickable element) - browser inserts blue background

There is another posting on stackoverflow titled "Blackberry browser automatically inserts blue background". This is very similar to what I am seeing, but not exactly the same. I've tried to apply the ...
2
votes
1answer
274 views

Should we need to download the SSL certificate for Mobile Application to access secure web services

It's a general question for Mobile Application platform,I want to clarify one thing regarding SSL certificate. If we will working with secure web services in any platform of Mobile Application, ...

1 2 3 4 5