When Updated via copy from SD card, and when it gets copied wirelessly on a device like the Treo. The latter case I believe I can handle, but the other I'm not so sure about.
Your comment, "Even if a database with the same creator ID as your application gets updated, your application gets launched with this launch code." is exactly what I thought it did too, but if that's true it should catch the two cases I described above. Are there SD card API's I could use for this? Thanks, Aaron >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Dr. >Vesselin Bontchev >Sent: Friday, May 20, 2005 11:22 AM >To: Palm Developer Forum >Subject: re: Catching all forms of a prc being loaded on a device > > >> Is there a good "catch all" for detecting when your >application's prc >> has been loaded on a device? > >Yes, sysAppLaunchCmdSyncNotify. :-) > >> I thought the launch command sysAppLaunchCmdSyncNotify did this, but >> it doesn't seem to catch anything but hotsync. > >Oh, it does more than that. If the application is sent to the >device via beaming, it gets launched with this launch code. If >the PalmSource Installer installs it there (e.g., >over-the-air), it gets launched with this launch code. Even if >a database with the same creator ID as your application gets >updated, your application gets launched with this launch code. > >What cases do you have when the application is being installed >on the device but doesn't get launched with this launch code? > >Regards, >Vesselin >-- >For information on using the PalmSource Developer Forums, or >to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
