ResetEmu - The PalmOS primarily notifies applications of important global events by sending so called launch codes.
The mostcommon launch code is sysAppLaunchCmdNormalLaunch whichtells an application that it should start running.
This isoften the only launch code an application understands - and worse, sometimes the only one it handles properly.
Other launch codes are sent when you do a reset, hotsync,change the time or country.
Applications which do notignore or handle this launch code properly will most likelycrash.
In case of the reset launch code, this will result in an endless loop of resets (escape by pressing the upscroll button!).
Usually you won't see which applicationis the culprit.
This is the moment where ResetEmu will come in.
It sends every installed application a certain launch code to testwhether it crashes.
If it does, running ResetEmu again will tell you the name of the application that behaved incorrectly.
Update Description:
v1.2 (8/28/02):
- Some improvement to the user interface
v1.1 (7/25/02):
- Support of new launchcodes
- Remembers crashed application during test
- Released under the GPL
|