I want to use EvtAddEventToQueue() in os5 hack, but I haven't found EvtAddEventToQueue offset in the systable.txt. Whether YAHM doesn't support the function?...
I have been looking at mobile-stream's "unofficial Palm OS5 SDK" and trying to figure out how to call a system shared library such as NetLib from a PNOlet. I...
There are two ways of native library loading: implicit and explicit. Explicit loading a bit harder to code, but can be used manually from pnolet: UInt32...
Igor, Thanks for the information. I found the Wiki pages to be most useful (I always thought I should have studied Russian instead of French as my second...
... There are no official SHL Index list. There are one point where you can got a trouble: when both modules with shared idx are loaded at same time. There...
Hello I am using the Logitech TypeAway with my Tungsten T. I have installed the YAHM and the G700 hack to use the keyboard. It has worked fine for a month but...
Hello, looks like I have my dynamic heap extension code working on T and T2 devices - http://fanoush.webpark.cz/palm/fhr. Now other people want support for...
Hi, A few years ago I wrote some hacks for Palm III, and now it seems that it could work again ! Thanks ! so far, hacks doesn't seems to work in Simulator ? ...
All debuggers about you say work via "software" debug. You need only input "shortcut . 2" to enter in this mode. I`m try, it work. I`m not found any...
... Many "old" hacks will work with OS5.x and YAHM with marginal changes. You need to recompile the 'HACK' resources with the arm version of gcc, create the...
Greetings all, I'm not too new to the group but i've never spoken before. Right now I don't even have my SDK system properly set up, so this is a pre-code...
... I'm starting with the easiest part of ClipString, breaking the infamous 1000c limit in clipboard copy, it works now, but in it's original version I...
Hello: Maybe you have a problem with your resources, that should be compiled as little endian. From http://yahm.palmoid.com/yahmv.htm : "10. Resources for ARM...
lthaler wrote: Thanks for your help guys http://lthaler.free.fr/divers/ClipStringHackCW_20051027.zip at this time it break only the 1000c clipboard limit the...
Hello all, Recently I was trying to work out the Clie UX memory map, and the underlying virtual to physical translations. Apparently the Clie runs most of the...
... Ok, here's the deal: SysFatalAlert() runs in privileged mode only if the alert was caused by a native ARM alert. That is m68k code containing asm("divu...