Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
382 views
in Technique[技术] by (71.8m points)

bb messenger - Programmatically share the text in BBM blackberry

I need to share my text in BBM, i have tried this code

protected void sendBBM() {
    BlackBerryMessenger bbm = BlackBerryMessenger.getInstance();

    int moduleHandle = CodeModuleManager.getModuleHandle("net_rim_bb_qm_peer");
    ApplicationDescriptor[] apDes = CodeModuleManager.getApplicationDescriptors(moduleHandle);
    try {
        ApplicationManager.getApplicationManager().launchApplication("net_rim_bb_qm_peer");
    } catch (ApplicationManagerException e) {
        e.printStackTrace();
    } 
}

it's going to BBM menu in simulator. but, when i run in my 9300 Mobile it's going to catch statement(Error starting null: null), and BBM is not opening.

Can anyone provide some solutions to solve this issue?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...