vote up 1 vote down star
1

With BlackBerry OS version 5.0 coming up, Which is the highest BlackBerry OS version should I target my code so that I cover the maximum devices that are available in the market? To put it in other words, if I write code based on OS version 4.x I would be able to cover the devices including up to version 5.0, then what is the highest minor version should that x be?

flag

2 Answers

vote up 2 vote down check

I would use RIM OS 4.5 and higher. Why?

list of all BlackBerry models

Highest RIM OS versions available for each model

4.7.1

  • 96xx Tour

4.7

  • 95xx Storm

4.6.1

  • 89xx Curve (Javelin)

4.6

  • 90xx Bold

4.5

  • 88xx World Edition
  • 87xx Electron
  • 83xx Curve
  • 81xx Pearl

list of latest RIM OS available for each device

Models Popularity

Google trends compare tour/storm/bold/curve/pearl

Somehow other models like WE, Electron etc are with zero coef there, so I think they are a lot less popular.

Google trends compare tour/storm/bold/curve/pearl

Most Popular Models of Blackberry Worldwide (03-04-2009)

Available plugins and simulators

list of available BlackBerry JDE Plug-in for Eclipse versions

list of available BlackBerry Java Development Environment versions

list of available BlackBerry device simulators

PS

Don't think there is a large diff between 4.6 and 4.6.1, 4.7 and 4.7.1. So I would use jde 4.6/4.7 and standalone specific simulators, just to minimize complexy of build process.

link|flag
Well, basically I need this information to develop applications that would cover many devices that are in the market using a single source base. I know that I might not fully utilise the potential of the latest apis, but when the application does not require the latest apis I would like to cover the maximum number of devices leaving out the ones that have been phased out of the market because they are too old, for example, I need to develop apps targeting version 3.6 to 4.0 as those devices either are/or being phased out by the newer devices that are available in the market. Hope it's clear! – Ram Sep 17 at 11:20
I see. Well, as I said, my choise is 4.5 ) – coldice Sep 17 at 11:26
And the lower version of RIM OS Blackberry JDE - 4.0 – coldice Sep 17 at 11:27
vote up -1 vote down

To get max devices, target OSX/Cocoa on iPhone. [ full disclosure: I own BlackBerry but have never programed for any mobile platform other than PalmOS :) ]

P.S. It was an attempt at lame humor. Please don't start any religious wars based on it.

link|flag
:), Thanks for the info – Ram Sep 17 at 8:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.