04-19-2010 04:23 AM
We have a method that allows us to launch an application:
ApplicationManager.getApplicationManager().launch(String app);
app parameter format is "module_name?param1¶m2&...¶mN"
I found following arguments for net_rim_bb_ribbon_app:
// Lock the handheld (OS 4.5, 4.6)
net_rim_bb_ribbon_app?lock
// Turn off the handheld (OS 4.5, 5.0)
net_rim_bb_ribbon_app?poweroff
// Turn on radio (OS 4.5, 5.0) - works unstable
net_rim_bb_ribbon_app?radioon
// Turn off radio (OS 4.5, 4.6, 5.0) - works unstable
net_rim_bb_ribbon_app?radiooff
I will update this list if I know more undocumented application arguments. You are welcome to add your findings.