11-12-2010 09:20 AM
I wonder what's the solution to load and start my application (.cod) when simulator starts?
I found that I can load the cod file using FledgeController and LoadCod command, but I can't see the method low to load the installed application?
Can you please provide any guidelines for auto-starting installed applications?
Solved! Go to Solution.
11-15-2010 03:23 PM
You can set the application to run on startup in your project's properties. This will start the application when the BlackBerry Smartphone boots up as well as right after the application has been installed.
If you want to start it using fledgecontroller you'll need launch the application from the home screen by injecting the appropriate key/touch/trackpad events.
11-17-2010 05:46 AM
>>you can set the application to run on startup in your project's properties
But this requires building project in Blackberry JDE. What to do if I use Eclipse?
>> you'll need launch the application from the home screen by injecting the appropriate key/touch/trackpad events.
I can't find any commands that allow to open application by name. For example how can I navigate to the Downloads screen using event with "downloads" name? is it possible?
The issue with commands is that using key tracking stuff I can't navigate to "downloads" folder uniquely across all Blackberry devices, and having events that accept names would solve this problem
11-17-2010 10:12 AM
You can set your application to auto run on startup in Eclipse. To do so open the BlackBerry_App_Descriptor in your project and check off "Auto-run on startup".
There is no support in fledgecontroller for launching an application by name.
02-28-2013 01:45 AM
Hi, MSohn
I'm using 9550 to test my application. In order to launch the app when the simulator starts, I have the "Auto-run on startup" clicked off, but it still failed to start the application, It's still the home screen and I need to first press "menu", then click "Download" to get my app.
As the workaround, I try to implement the progress by programing (press Menu and click Down)
I already have "Send" pressed by programing by using below:
EventInjector.KeyCodeEvent pressEndKey = new EventInjector.KeyCodeEvent(EventInjector.KeyCodeEv
EventInjector.KeyCodeEvent releaseEndKey = new EventInjector.KeyCodeEvent(EventInjector.KeyCodeEv
But this is not work for Keypad.KEY_MENU. I'm stuck. Can someone hepe to ?!!!
Also is there any way to implement the action of Clicking Download? I have get no google search