2
votes

I want to open the simulator, load the cod file and run the application in Blackberry simulator through the command prompt.

I'm able to open and load the file to the simulator using fledgecontroller commands, but not able to launch the application. Could anybody please tell me how to launch the application from cmdpmpt ? Is there any fledgecontroller cmd for the same ? Please advise.

Thanks in advance..!!

1
AFAIK no. But check it yourself. Type fledge /controller-help in command line. - Mister Smith
I did check the fledge/controller-help, but didn't find any useful commands... :-( - Kris

1 Answers

0
votes

This is tricky question.

You have three options:

  1. Should work 100% - Make your app autostart. If you're using bb-ant-tools search for runonstartup parameter. Don't forget to wait in application until 'device' is fully powered up (ApplicationManager.inStartup())
  2. Not 100% working - Put the app position to jad file on home screen and after say fledge to navigate to specific position on home screen and tap it. If you're using bb-ant-tools search for ribbonposition parameter. But this is valid for simulator version less than 6. I think system ignores it for 6+ OS
  3. Didn't try myself yet - Start search and type application name and same steps with navigation from previous case

Are you trying to setup acceptance tests?