01-04-2013 05:32 AM
I was using the following code to launch BBM programmatically:
try {
ApplicationManager.getApplicationManager().launchA pplication("net_rim_bb_qm_peer");
} catch (ApplicationManagerException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
its working with the simulator but its not working with my device. Can anyone point me where I'm wrong.
Thanks a lot.
01-04-2013 05:37 AM
Sorry need to start simple here:
What OS's are involved on Simulator and device.?
What level of BBM is on Simulator?
Does this throw an exception on the device?
What level of BBM is on device?
01-04-2013 05:41 AM
My simuator has 7.1 OS and device has 5.0 OS. Its not throwing exception on simulator. I don't know about the device.
01-04-2013 06:00 AM
Can you answer my other questions too?
This might help for the problem on device:
http://supportforums.blackberry.com/t5/Java-Develo
Also have you read the information under this Heading:
Installing additional BlackBerry SDK versions
on this page:
01-04-2013 06:30 AM
CAn you please tell how I can get the level of BBM?
01-04-2013 07:03 AM
Options-->Device-->Application Management
BBM will be included in the list.
Slightly different for OS 5.0 and earlier, but you should be able to figure it out.
01-07-2013 12:58 AM
My BBM version in device is 6.2.0.44. I'm not able to find BBM version in the simulator because its showing only "Personalisation and Privacy for search" in the options -> third party applications.
01-07-2013 05:20 AM
For OS 5.0 and earlier to find Applications, you use:
Options-->Advanced-->Applications.
I am pretty confident you have a version mismatch. Not sure if it is BBM or OS.
And can you confirm that you have you read the information under this Heading:
Installing additional BlackBerry SDK versions
on this page:
https://developer.blackberry.com/java/download/ecl
The information there is also true for BBM Versions.
01-10-2013 12:11 AM
Sorry for replying late Peter. Yes I have read the information you are taking about. But I'm never able to install addtional SDK versions because I everytime get link failures on those sites.
So what do you think I should do now?
01-10-2013 05:32 AM - edited 01-10-2013 05:34 AM
The first issue to resolve is to get you developing using JRE 5.0 for your 5.0 device.
The instructions for updating this to give Eclipse another environment are found on this page:
https://developer.blackberry.com/java/download/#ec
Look for the heading:
How to install additional BlackBerry SDK versions
and click on it.
If that does not help, then look at the heading:
Use Eclipse to install the BlackBerry Java Plug-in.
and click on it.