DroidDB Tip of the Month
DroidDB® Tip for November 2013
Autostarting an Application
Normally, when DroidDB starts on the handheld, the user is prompted to select which application to run. You might want to skip this step and just have DroidDB bring up a particular application. Here's how to do this.
On the handheld, there is a folder called DroidDB. In that folder,
there is a file called DroidDB_Info.ini. Using a text editor, change:
[DroidDB]
Startup=
to:
[DroidDB]
Startup=MyApplication
where "MyApplication" is the name of the application to start.