> At this point I have it set up to save the name of the virus to a > database, then call SysReset(). on a reset i check that database, > and if there is a record there, i pull out the name of the app, > and delete it there.
That's not good. First, you shouldn't be resetting the device if, for some reason, the user does not want to disinfect (e.g., if your scanner is causing a false positive and the user knows that for certain). Second, depending on how the virus is written, it might execute on reset, so it could be too late to try to delete it then. You really should set the Recycle attribute if disinfection is requested and before resetting the device. Regards, Vesselin -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
