05-09-2011 12:00 PM
Hi,
I am integrating the new BBM6 Beta into an application but when I run it on a simulator/device that does not have it installed I get the "Error starting xxx: Module 'net_rim_bb_qm_platform' not found".
My question is how do it code the application so that I don't get the error on devices where BBM6 isn't installed?
Ie it just runs without the BBM6 integration functionalty
05-22-2011 05:40 AM
I am having the same problem.
Please let me know if you find any solution.
Thank you
05-31-2011 03:55 PM
Me too.
06-02-2011 09:07 AM
i am facing same problem..
06-06-2011 02:01 PM
Hi,
I am having the same problem; is it possible at least to detect the BBM is missing and propose to the user a download ?
06-06-2011 02:08 PM - edited 06-06-2011 02:09 PM
Did you try using CodeModuleManager?
handle = CodeModuleManager.getModuleHandle("net_rim_bb_qm_p
06-07-2011 03:55 AM
Hi,
my understanding is that the error appears since Blackberry Messenger 6.0 is not installed; RIM will provide it in version 6.1 of the OS and maybe in some 5.0 OSes.
handle = CodeModuleManager.getModuleHandle("net_rim_bb_qm_p
this is not a solution since the application is not even starting...
06-07-2011 08:36 AM
Hello All,
I am facing the same issue. There are 2 important points I want to share:
1. While I am running my application on the device having OS v6.0 and Blackberry Messenger version 6.0, it is working perfectly.
From Options -> Device -> application management -> Blackberry Messenger - I can see the module net_rim_bb_qm_platform in the list of available modules.
2. While I am running my application on device having OS version 5.0 and Blackberry Messenger version 5.0.x.x, It is not working at all and giving the error "Module net_rim_bb_qm_platform not found".
From Options -> Applications -> Add ons -> Blackberry Messenger - I can not see this module in available module list.
Is there any resolution of this issue?
If the application is starting at all, how can we check for the module?
Please let me know if anyone get solution of this.
Thanks.
08-18-2011 11:17 AM
08-18-2011 05:35 PM
http://us.blackberry.com/developers/blackberrymess
You need to follow step 3 and implement the dependency checker. I still don't understand how you could have two apps and compile them into one submission yet. But this is the solution to detecting BBM6.