View Single Post
Old 11-24-2012, 06:50 AM   #1
ducnhuanqx
New Member
 
Join Date: Nov 2012
Model: 9000
PIN: N/A
Carrier: viettel
Posts: 2
Default error launch "Help me!" screen from third-party application

Please Login to Remove!

I use the code below to launch "Help me!" screen and it don't run successful. But it work well with "net_rim_bb_clock". Can anyone help me fix it or give me other way to solve this problem.
Thanks!!
Code:
try {
	int modHandle = CodeModuleManager.getModuleHandle( "net_rim_escreen_app" );
	ApplicationDescriptor[] apDes = CodeModuleManager.getApplicationDescriptors( modHandle ); 
	ApplicationManager.getApplicationManager().runApplication(apDes [ 0 ] );
} catch (ApplicationManagerException e) {
	// TODO Auto-generated catch block
	Dialog.alert("Problem opening Help Me! Screen: " + e.getMessage());
	e.printStackTrace();
}

Last edited by ducnhuanqx; 11-24-2012 at 06:52 AM..
Offline   Reply With Quote