Tagged Questions
The os-version tag has no wiki summary.
15
votes
4answers
7k views
Which BlackBerry OS version to target for?
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 ...
12
votes
1answer
2k views
What is the best practise in blackberry development for reaching the widest range of smart phones?
I am wondering if anyone out there has experience writing application for blackberry smart phones. In particular, I am wondering how they get around the myriad permutations of model number/carrier ...
8
votes
5answers
886 views
What minimum BlackBerry OS should I develop for?
I am developing a Netflix application for BlackBerry mobile devices. I need to make a decision as to the minimum OS version that I should develop for - depending on which I choose will have some ...
6
votes
1answer
314 views
Developing for multiple versions of BlackBerry OS
What do I need to know before developing for multiple versions of the BlackBerry OS? Any good resources?
5
votes
3answers
4k views
What market share do each of the BlackBerry models have?
I'm trying to find what market share each of the different BlackBerry models and/or OSes have. I've found similar resources for the iPhone (all OS versions and just V3.x OS versions) so I hope ...
4
votes
7answers
3k views
Static libraries in version-cross-compiled program
I have a unix command line app (with big nasty makefile) that I'm trying to run on a mac. I am compiling it on a 10.6 system, with all of the appropriate libraries of course. The deployment ...
2
votes
1answer
118 views
Blackberry - Check support for all devices
I did a simple application in the blackberry OS 5.0.0
Is my app has support for all devices? If not, suggest better way to make my app support for all versions.
Thank you in advance.
2
votes
1answer
232 views
A question for retrieve minix os version
Hi guys i'm having a project for the university in which (above others ) i have to get the minix os version from kernell call.I'm not a very experienced programmer so this is what i have come to (with ...
2
votes
1answer
796 views
Blackberry - How to get OS version information and number of applications
Please advice the program (eclipse) to obtain operating system, version information and number of application in a blackberry device.
1
vote
2answers
44 views
check OS version windows phone 7
I have a question:
is it possible to check a wp7 device's OS version? I want to know, because I'm creating a sort of distributing app, where users, based on their OS version, and privileges can ...
1
vote
1answer
132 views
How do I code for different versions of iPhone OS in XCode?
I seem to have a bug because I'm using -[AVAudioSession setActive:withFlags:error:] in an iPhone project that is for 3.0 - 4.0.2. So I guess I need to put one of those #IF lines in, so I can get it to ...
1
vote
1answer
160 views
How to define supported BlackBerry OS versions and models for application?
After company wins a project it is usual to mention in contract what devices are supported and what OS versions are supported.
But taking into account BlackBerry it appears sometimes to be tricky, ...
1
vote
3answers
2k views
Is there a chart of existing Blackberry platform vs. OS vs. Model versions?
Is there a chart of existing Blackberry platform vs. OS vs. Model versions?
Something like:
Blackberry Storm, platforms: x.x.x - y.y.y, OS versions: x.x.x-y.y.y
Blackberry Bold, platforms: x.x.x - ...
0
votes
2answers
154 views
Determining if the program is running on Windows Server
I would like to determine if my program is running on a version of Windows Server. Apparently, System.Environment does not contain information about the fact that Windows is a server version (there is ...
0
votes
1answer
104 views
BlackBerry - On which device/os to test .net web portal?
I am writing web portal for mobile phones using .net framework, I have tested some stuff on 9530(4.7.X) simulator and it has got issue as some of the javascript doesn't work.
I tested the same in 5.X ...
-1
votes
4answers
118 views
Are there many devices around with early iOS Versions? [closed]
I am to decide wether to use a comfortable function that was introduced with iOS 3.2 versus a rather complicated implementation that works fine with older versions too.
3.2 does not run on first ...