Hi, I'm trying to use some functions that are probably not in the libarm*.a libraries: EvtAddEventToQueue, EvtAddUniqueEventToQueue, NetLibSend, NetLibReceive ...
Igor, please help… I have to use this functions (EvtAddEventToQueue, NetLibSend…) but they do not exist in YAHM libraries. How can I access them? I'm...
SystemTable 0x814 SysEventAddToQueue SystemTable 0x818 SysEventAddUniqueToQueue NetLib* are library functions. Don't know their numbers for now. Using are...
this should just disable memory protection, instead crashes as indicated in code: typedef UInt32 (*pnfHALMemorySetStorageAreaProtectionState)(UInt32 L1,UInt32...
Hi Igor, Thanks for your help – I finally got my code compiling. I still have some problems when trying to use "SysGetEntryAddresses". It returns -1 for any...
My hack needs do some clean operations before it be disabled, but I dont't know YAHM whether will launch a special code in hack when the hack will be disabled....
code #1500 was never implemented. code/armc#999 was invented in X-Master and is suported in YAHM. Resource Boolean init(Boolean isInit); Parameter is true for...
Dear Users, I installed g700 and encountered Emul68KCommon.c, Line:527, Odd address during scrolling my applications menu. What caused it? Secondly, with...
Hi. Err SysGetEntryAddresses(UInt32 refNum, UInt32 startEntryNum, UInt32 lastEntryNum, void **addressP); at least mentioned code works for my test devices :-)....
Nick, Does fatal alert displays with deactivated driver? Does "applications menu" means usual launcher? What is the version of driver (latest is 1.5.4) and...
Hi, This is from the Palm OS 6 documentation, which i thought is the same as AMR OS 5: status_t SysGetEntryAddresses(uint32_t refNum, uint32_t startEntryNum,...
Hi! Due to hardware failure palmoid.com goes down. WD HDD dies after 9 years of perfect work :-). Web content was regullary backed up (Unison is the great...
Dear Igor, Does fatal alert displays with deactivated driver? Answer: All drivers were activated, g700. The one and only program in YAHM. Does "applications...
Hi, I think you can try SysBatteryInfoV40 from the libarmboot. It should be something like: uint16_t SysBatteryInfoV40(Boolean set, uint16_t *warnThresholdP, ...
Hello my friends, A'm Alex, from Brazil, and I took the G700 for my T/3 and Typeaway. But I don't have credcard, how can I bought the key for this driver? ...
Hi all, I am trying to patch SysKeyboardDialog in a CW project. I want to replace the system supplied keyboard form with my own. My problem - it crashes as...
You can write a single .rcp file, it includes all arm format resource defines, then using pilrc command line to build the rcp file in dos shell. Finally, add...