Hi~ This problem is actually same with 'Blinking Led Problem' of waldecir_filho. Whenever I try to add any header file of shared library such as MathLib.h,...
There is no known way to call m68k shared libs from ARM side. You can port pieces of mathlib on ARM side and call ARM part of ZLib directly. ZLib ports were...
Hi, Due to a hardware problem I have in my T|E (and many others have it too), I thought to write a little hack that could fix it. The problem is with a...
Maybe those syscalls can be helpful? HALTable 0x15C HALPenRawToScreen HALTable 0x168 HALPenScreenToRaw Their parameters should be similar to syscalls from...
I saw those - but are they indeed used by the Pen Manager, or are they just there for applications that might want to do a conversion for themselves? What...
Don't think so. HALPenRawToScreen function implemented in device-dependent HAL module by licensee , and Pen Manager is implemented in palmos kernel by...
I see what you're saying. As I said, I don't know the system design, but what you say makes sense. If indeed the conversion of raw-to-screen is done in this...
The simplest way to share data is the memory chunk in dynamic heap, accessed with FtrGet. Don't use FtrPtr, those functions allocate chunk in storage and you...
Hi~ I love YAHM. But, I have lots of trouble to boot up YAHM on Tungsten C. After installing some hacks (of course for YAHM) , frequently my Tungsten C crashes...
AFAIK TC processor works in user mode. For user mode devices (clie) HALInvalidateICache called before syscall patching. I think that I should invalidate...
Thank you so much !! YAHM_b.prc works fantastic on Tungsten C !! Have a nice day~ ... (clie) HALInvalidateICache called before syscall patching. I think that...
There's a new hack for YAHM available at Palmgear: FontHackV 1.01, It works the same as old Fontack123; it allows you to select different fonts for different...
http://sourceforge.net/projects/palmfontconv/ by Alex Pruss. Great tool with FontHackV support ... From: onno1966 To: palmnest@yahoogroups.com Sent: Friday,...
... Yep, this is the problem... the T|C does invalidate the instruction cache, unlike the T|T, but it has the cache for the dynamic heap set to write-back, so...
This version accumulates all changes from 2.0.113 v2.2.2 http://yahm.palmoid.com/yahm.zip Really new features: * Tungsten C compatibily * Making Lite version...
Hi group, I'm wondering if there any code examples on writing YAHM's hacks on CW9.2 available. Anybody has successfully done this? I'd appreciate if you could...
I know about direct syscall patching with CW and using armlib with CW. Writing hacks without globals should be simple. Just put armlets into 'armc' resources ...
My two cents. Forget pnoloader.c. Search the message archives. Myself and someone else have both written pnoloader replacements. ... CW. ... into 'armc'...
Where your replacement can be found? I can't find it in pnolet forum. ... From: ocallohands To: palmnest@yahoogroups.com Sent: Tuesday, January 20, 2004 6:05...
The linker I wrote is here. Inside of the zip file is a pnoloader, and .got builder/repair. http://home.comcast.net/~beebeb/palmos/elink_b01.zip ... forum. ...
What is the purpose of the 'startup timeout' in YAHM? It's not explained in the docs. I had it set to 0, and all has been fine. Now I see that the lastest...
It's a time in seconds for showing hack activation form at startup after reset. If startup time was set to zero, you can't cancel hack activation after reset....
I use codewarrior9.2,and I want to write a hack program without any hack manager. I read "Application Startup and Stop" article,and find the following ...
I try to patch the function Int16 TxtCompare (const Char* s1, UInt16 s1Len,UInt16* s1MatchLen, const Char* s2, UInt16 s2Len, UInt16* s2MatchLen) the system...
Thanks for the clue. Anyway after trying, I haven't got it to work. What I did was to port 'nobeamdialog' example from sdk to CW9.2. But everytime there's a...