> > > setting/replacing the trap address is not possible anymore on PalmOS 5. > > > > Sure it is possible, just not officially supported. Patching the system > > table is what OS updates are doing, AFIK. > > Unless somebody shows me how to do it myself, it's not possible ;)
if you want to do it, you need to understand how PACE works, and, patch the trap table of the native implementation of each API. if you were to do this, you would need to write your 'patch' in native arm mode, and, find out where the 'jump table' resides in memory. palmsource has kept this information very secretive, and, for obvious reasons. you *can* do it, it is never 'impossible' :) - it just may be very difficult. palm source does not support it - and, if thats your barrier, then, from your point of view it is not possible. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
