I’ve completed a tracking system project in my blackberry 8520.
-
After I deploy my app to my mobile the application should start automatically and I should be able to switch to that application whenever I want.
-
When the application is in the background it should not terminate when I press the back button. Instead it should again go to background. It should close only when clicking the close option in the menu.
Are these possible? If yes please tell me how.
Go to your project Folder in eclipse.
Then open
BlackBerry_App_Descriptor.xmland then check the
Auto-run on startupand save it.This will run the application when you restart the phone.