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...
... The "System info" button causes a fatal alert on a clie UX. Once you find the trick, it's quite easy to run in privileged mode and then go back to user ...
Hi, how can I have an event loop in a hack ? EvtGetEvent cause an error in link Do I have another choice than calling a 68k ressource code ? and how can I do...
Hi When I need this, I call SysAppLaunch() from my ARM code. This starts my 68K app which is starting the loop or somethig ;). After the end of the 68K code...