I had installed YAHM and some hacks(PalmWiKi v, A5AgendaHack) in Zire71 simulator, and actived them in YAHM, but as if they are invalid. e.g, I write a...
YAHM didn't work with simulator. Moreover, you should write special hacks for win32 mode ;-). ... From: ecoolsoft To: palmnest@yahoogroups.com Sent: Friday,...
i have for FrmCustomAlert 12 encoded in the first word and 516 == 0x204 in second word. and for VFS* functions.... and how I can found these numbers !...
Look into SysTables.txt from yahm_dev.zip. ... From: waldecir_filho To: palmnest@yahoogroups.com Sent: Monday, December 15, 2003 3:55 AM Subject: [palmnest]...
Because the simulator can't execute ARM code, so we should write a DLL to test the ARM code. But I don't know how to call PalmOS API in DLL, I use the...
1. We should research how we can call PalmOS Native API for Simulator 2. We should research how we can patch Native API for Simulator 3. We should re-write...
in Systeable i can only the second word of a function, where i can find the first word ? like 12 - 0x204 for FrmCustomAler ? i try getting now the first byte...
i try use HardwareUtils68K.h, but i cant compile code using function HWUBlinkLED, but when i compile i get this error ! make CFLAGS="-Wall -Wno-multichar...
http://yahm.palmoid.com/OpenFileDA.prc Tiny utility for developers. OpenFileDA show open file chain. Useful when DmGetResource return something wrong ;-).Each...
I use the folloing code in a simple ARM hack to test, but after invoke the DmOpenDatabase(), the palm will crash, show "NULL dbH passed" fatal error alert, as...
There is no cardNo parameter in native API functions. Just add DmOpenDatabaseV40 to palmos5.h header. I use the folloing code in a simple ARM hack to test, but...
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...