Hi, I got some reports from www.tompda.com/bbs, when use the "NoDot hack" on Zodiac, the device show the following message: the application "yahm" is missing...
Hello, I'm just testing another simple hack: this one allows to use the Original Graffiti 1 libraries on the Clie UX. If anyone is interested in testing it,...
Can anyone give me an idea how to hook the OS to catch key press and release events? I want to do this at the earliest moment possible, and I want to see them...
I'm making progress... I've gotten my first simple hack working... Actually I wrote two hacks, and I gave them the same creator ID, but only one of them shows...
Making one hack per crid is much reasonable than one app per crid: hack manager can't save previous handlers for each hack in single Ftr set :-) Igor...
New PalmInternals beta http://yahm.palmoid.com/palminternals.prc What's new: * Procedure alarm and notifications are mapped to their application names if...
What if the hacks used different trap resource ID's? That is also used as a parameter for the feature lookup. It would be nice to have multiple related hacks...
... You can't: YAHM simply scans the hack for TRA5 resources starting from 1000 and up, stopping at the first "missing" resource. If you try to build an hack...
I tried this idea today, and found that trapping EvtEnqueueKey only catches synthetic key events. Hardware keys are not being caught. :( I'm using Treo,...
Try to patch SysEventAddToQueue and watch for key event with non-zero keyCode field. I'm not sure about safe SysEventAddToQueue call in interrupt time. Treo...
I apologize for the slightly off-topic post, but I have a bunch of general questions about the low level hacking on PalmOS5. I've gotten some things working...
Philippe, VFAT drive saves file names in both 8+3 current locale format and long unicode format. Cxapelanto tries to change conversions to and from unicode. So...
... Hi, I'm the author of Cxapelanto. I'm aware of the problem and I suspect it has something to do with the string comparison routines that are redefined by...
Igor, I installed this new version on my T5 and it crashes while scanning the databases with a Fatal Alert MemoryMgr.c,Line:3721,NULL Handle ... resolved now....
Yes. New PalmInternals tries to open _all_ resource databases and saves address ranges for locked resources. This mass operation produces some unexpected...
I'd like to make a ARM native shared library which includes resources like 'amdc', 'amdd', 'amdi'. I haven't been able to find any resources about this matter....
... Go and search for ASHLA - ARM-Thumb Shared Library Architecture OS5 (and 6) shared libraries use this standard. AFAIK for OS5 it is not suported because...
Hi. Where ASHLA.pdf can be found? There are only few broken references to armdevzone.com in google, nothing more. Does ashla.pdf cover something that can't be...