On Wed, 17 Jul 2002 [EMAIL PROTECTED] wrote: > Hi All, > I need to develop an application for the Palm m130 which will launch > automatically following a hard reset. It must also bypass the usual digitizer > calibration routine as there will not be any user input. Is this > possible? If so, a few tips would be gratefully appreciated.
hmm.. hard reset = remove everything from ram and restore from rom. how exactly do you expect your app to be on the unit after a hard reset? :) you could store it in the rom (not recommended) however, i dont know if there is a reset notification flag :( maybe time to think of another way around.. it is possible to install an app when the user first hotsyncs. that might be a solution for you. hard reset, sync = run your app :) it is the preferred way to do anything like what you need. bypassing the calibration is bad news.. what values are they on a hard reset? your guess is as good as mine.. it must calibrate. // az [EMAIL PROTECTED] http://www.ardiri.com/ http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
