... My point was that I don't need the data to survive because I don't plan to change the size of heap frequently. I can backup the storage, change the...
Frantisek, Yuor approach has one problem: re-flashing. If you can re-flash your device, the remainig is the simplest: find HwrCalcDynamicHeapSize in HAL and...
... device, ... patch ... Hello Igor You probably mean 'has one solution: reflashing'. But true this is a problem too. I don't know how to reflash tungsten rom...
Frantisek, The best (but very expensive) method for disassembly is IDA (internactive disassembler). Also you can use any simple disassembler (like obj-dump...
OK. thanks about the resources tip. I am looking at DAL.prc resource with arm-palmos-objdump.exe -j boot.19000 -D DAL.prc (no amdc here). At 0x208+24 =0x22c...
Calculation offsets is the biggest reason for headache ;-). Sony engineers think similar and their HAL without thumb code more readable. 191bc: e59fc004...
... 91d4 for ... Yes I thought that too but there is another jump on 91d4 that goes to the middle of another routine above. On 91d6 the seems to be something ...
ARM-Thumb spaghetti make all analysis nearly impossible. Try to find code that calls this routine as syscall, not directly. To learn about reset vector you...
Hello. I'm trying to use PalmOS debugger (v 1.9.3.0) with GCC (prc-tools 2.3). I'm succeeded in compiling and linking with AdnDebugMgr.h functions (yeah, ...
Waht are the parameters of the SysAppSwitch in OS5. I tried the same ones as OS4, and get a crash. Same ones without the cardNo, and still crash. What do I...
Hi Dimitry, I´ve been playing with your hack, but I can´t make it work, I´m using a T|T1, having it active, I check the info screen of zlauncher and isilo,...
... of ... as ... Thanks for your answer, but as always, I have more questions: Which apps do you know that can take advantage of this hack??? Do you hope to...
... GuineaPig is my test subject ... I am a student and as such do not have much free time. I guess a workign beta by sunday. ... Do not distribute!...
Remove cardNo param or use it with V40 suffix and cardNo param. Igor ... From: dmitrygr2003 To: palmnest@yahoogroups.com Sent: Thursday, September 02, 2004...
... Actually, I was seeking to patch it, and it works liek you said but if I insert anyhting between the beginning of the function and the call to oldTrap, my...
Don't forget about two extra parameters between fourth and fifth. R0 = p1 R1 = p2 R2 = p3 R3 = p4 [SP+0] saved R10 by startup = dymmy [SP+4]saved LR by startup...
CW startup push two 32-bit words on stack and call your code. Those two words became 5th and 6th parameters instead of real parameters. Igor ... From:...
http://g700.palmoid.com/G700Hack_1_4_6.prc http://g700.palmoid.com/LayCoder700.zip LayCoder is the same. * TypeAway German layout added. * Control panel...
Armlet startup make following: 1. saves registers (two extra words on stack, eh?) 2. set R10 to armlet start 3. jumps to ARMLet_Main If you don't use constant...
You have const data inside. Forget about this idea. Igor ... From: dmitrygr2003 To: palmnest@yahoogroups.com Sent: Friday, September 03, 2004 3:03 PM Subject:...
Hello sir, I'm from the Philippines and I'm a student, I'm really happy when I finally found a way to used the Logitech Typeaway on my Tungsten T. I would be...
... I do not. Here's my code so far. if I uncomment the first comment it crashes launching anything. if i uncomment the second line it crashes exiting olny...
Hello sir, I'm from the Philippines and I'm a student, I'm really happy when I finally found a way to used the Logitech Typeaway on my Tungsten T. I would be...