Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
ezhil
Posts: 17
Registered: ‎07-16-2008

Autorun on Bold 9700

Hi,

 

I have autorun problem on Bold 9700(5.0.0.405). So i am looking for anyother way for autorun the application after installation.

 

We get the following message with "OK" button after installation.

"The application was successfulyy installed".

 

Is there anyway to interpret the "OK" button.

 

Thanks

Please use plain text.
Developer
peter_strange
Posts: 17,664
Registered: ‎07-14-2008

Re: Autorun on Bold 9700

Not that I am aware off.

 

I think it would be better to work on your autorun problems.  It should autorun automatically. 

 

The one trap that people seem to fall into is to use ApplicationManager...inStartup() as a test to see if they should go their auto-run processing.  This test is not true immediately after an install.  So you should use something else.  I use the existence of a RunTimeStore. flag.  RuntimeStore is cleared on reboot, and won't be there on initial install

Please use plain text.
New Developer
ezhil
Posts: 17
Registered: ‎07-16-2008

Re: Autorun on Bold 9700

Hi,

 

Thanks peter.

 

I already posted the autorun issue on Bold 9700. see the below link.

 

http://supportforums.blackberry.com/t5/Java-Development/Autostart-on-Installation/m-p/471949

 

Thanks

Please use plain text.
Developer
peter_strange
Posts: 17,664
Registered: ‎07-14-2008

Re: Autorun on Bold 9700

OK, have you reported this as a bug via Issue Tracker?  That seems to be the appropriate thing to do.

 

http://supportforums.blackberry.com/t5/Java-Development/Developer-Issue-Tracker/td-p/271768

Please use plain text.