When doing sysTaskCreate I get a sysNotAllowed error. Has anyone experienced that too? how do I get around that? There must be a way, as the system uses it....
I tried to work the same logic (below) for a Trio600 running PalmOS 5 but I didn't seem to find the Table. Is there something I missed? The trail ended up in...
Maybe something wrong with your code? I heard that YAHM works with treo600. Can you show your code? Igor ... From: triosrcool To: palmnest@yahoogroups.com ...
Hello, in the initial technological blurb for the UX50, mentioned that the device used a 512Mbits M-Sys Mobile DiskOnChip memory for its storage. Anyone ever...
... Mostly yes: The main difference between a "naked" NAND and the DiskOnChip is an hardware interface that allows to access a part of the device as if it was...
just patch. HwrCalcDynamicHeapSize then move the yahm and the hack to flash jacksafe so it is acessible normally, make yahm activate after reset move...
for example here's the ROM implementation. it just calls HwrCalcDynamicRAMSizeand subtracts 0x1b00 and that does this: gets amount of total ram->8(A6) ...
I think that it should not work. PalmOS make memory partitioning before sending "reset launch code" to applications. The better way probably is ROM Image...
http://g700.palmoid.com/G700Hack_1_3_2.prc - beta (common for all layouts) http://g700.palmoid.com/LayCoder700.zip - laycoder with map sources * TypeAway...
Hi, It's a simple method for declaring constant strings in armlets. This method doesn't generate entry in GOT-table ===definition #define CONST_TEXT(name, str)...
... No, the gcc simply is not smart enough... for a code segment constant string, it could even emit something like this, in -fPIC mode: bl .after .asciz...
my new palm will arrive soon, so I can play around with the rom of the TJ35. I have dissasemblede it and I know where to patch. I'll try to get this working....
... You only extract ROMs from devices with OS < 5.0. In order to simulate an OS 5 device, download the Palm Simulator at www.palmsource.com/developer/ or at ...
POSE can. ROMTransfer can transfer ROM Image from OS5 devices. The better way is searching for modified version of ROMTransfer with saving to card. Igor ... ...
... This, assuming you're running windows. If you're running anything else, you're out of the game. One could, in fact try to see how the ARMulator copes with...
http://g700.palmoid.com/g700drv.zip * Mail button works: run one of SnapperMail, VersaMail or Mail Future plans: * power saving for palmOne devices (closing...
G700 driver beta 1.3.4 released * Serial port autoclose after 30 sec. Should save battery, especially on palmOne devices. _led version make LED splashes on...
Guesswork only. If old prototype doesn't work, you can try simple changes like UIn16 HwrDockStatus(void) -> Err HALDockStatus(UInt32 *pStatus); Igor ... From:...
Hi, I built a YAHM hack application, which replaces the trap SysUIAppSwitch. The altered trap delay sometime and call the original trap. It works fine. But if...
You should compile alert with pilrc -LE32 option. Native FrmAlert use little endian 'aalt' resource for alerts. Also don't forget to open hack database before...