Hi, could you exaplin me how can I patch the SysHandleEvent on Palm OS 5.2 I need it to realize the autodelete functionality for my application. Thamks...
I believe that you don't realy need to patch a system funkction to do that. Patching should be used carefully and onley when it is the only way :) You can...
Actually I want just to create autodelete application. My idea was just to patch SysHandleEvent, put delete application code in the address of this trap and...
... AFAIK nowhere, you can dissasemble and see what kind of parameters thay take, but it will be of little use, as that still leaves you clueless as to what...
Nowhere. Some prototypes can be guessed, some can be inherited from OS4 Hwr* functions, another can be based on Cobalt prototypes. What functions are you...
in a recent development i found myself in a problem... my hack as a structure like this: Common1.c Common2.c GetPrefs.c Patch1.c Patch2.c Patch3.c the patches...
And where's a problem? My keyboard driver works in similar way. I have extra armc resources: AttentionManager callback, Notification Callback and wakeup...
... Yeah, half of the message, somehow didn't get thru... ... The question was if it was possible for YAHM to load, fix the .GOT of an arbitrary ARMC resource...
... thanks a lot! Igor, i write hack for palmos 5.0 and i need some initialization in my hack every time i active/disactive it, is it possible call piece of my...
resource armc #999. Prototype: Boolean init(Boolean isInit); Parameter true for activation and false for deactivation. Return true if initialization succeeded...
... Sorry for stupid question, but how i can split my code into resources? I compile my hack with example script, but i get one resource called code03e8 :(...
Dmitry, Compile each arm resource as separate ELF file. Use STANDALONE_CODE_RESOURCE_TYPESTR_ID macro in each separate resource. Build-prc places executable...
... thanks, it's works :)) and last question. in my init function i try register for notification and nothing happens :( PalmInternal show me unknown...
New beta: http://g700.palmoid.com/G700Hack_1_5_3.prc http://g700.palmoid.com/LayCoder700.zip Features: * preliminary Japanese Wingboard support (details there:...