Search the web
Sign In
New User? Sign Up
palmnest · Support for palmoid.com software
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 354 - 383 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
354
... 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...
funoush
Offline
Sep 1, 2004
8:25 am
355
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...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 1, 2004
9:48 am
356
... 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...
funoush
Offline
Sep 1, 2004
10:40 am
357
Frantisek, The best (but very expensive) method for disassembly is IDA (internactive disassembler). Also you can use any simple disassembler (like obj-dump...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 1, 2004
11:30 am
358
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...
funoush
Offline Send Email
Sep 1, 2004
12:53 pm
359
Calculation offsets is the biggest reason for headache ;-). Sony engineers think similar and their HAL without thumb code more readable. 191bc: e59fc004...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 1, 2004
1:24 pm
360
... 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 ...
funoush
Offline Send Email
Sep 1, 2004
2:12 pm
361
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...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 1, 2004
3:02 pm
362
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, ...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 1, 2004
10:02 pm
363
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...
dmitrygr2003
Offline Send Email
Sep 2, 2004
12:56 am
364
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,...
doomaniac007
Offline Send Email
Sep 2, 2004
1:05 am
365
... will fix. right now i just allow allocations, i do not spoof heap sizes yet....
dmitrygr2003
Offline Send Email
Sep 2, 2004
2:04 am
366
... 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...
doomaniac007
Offline Send Email
Sep 2, 2004
2:29 am
367
... 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!...
dmitrygr2003
Offline Send Email
Sep 2, 2004
4:16 am
368 dmitrygr2003
Offline Send Email
Sep 2, 2004
4:16 am
369
Remove cardNo param or use it with V40 suffix and cardNo param. Igor ... From: dmitrygr2003 To: palmnest@yahoogroups.com Sent: Thursday, September 02, 2004...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 2, 2004
5:42 am
370
It's working code from hack. === static Err RunAppByCrid(UInt32 crid){ UInt16 cardNo = 0; LocalID lid; DmSearchStateType dss; Err err =...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 2, 2004
7:39 am
371
... 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...
dmitrygr2003
Offline Send Email
Sep 2, 2004
1:50 pm
372
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...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 2, 2004
1:55 pm
373
what? can you explain in more detail? what dummy parameteers, what size of them? uint16, 32? 8?...
dmitrygr2003
Offline Send Email
Sep 2, 2004
3:31 pm
374
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:...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 2, 2004
3:35 pm
375
... Those two ... parameters. so i need to recieve 2 more parameters into armletmain, but i need to pass all but 5th and 6th?...
dmitrygr2003
Offline Send Email
Sep 2, 2004
4:12 pm
376
Igor, you said that the ArmletStartup.c is not needed. How do I change it. what do i need to modify?...
dmitrygr2003
Offline Send Email
Sep 3, 2004
12:18 am
377
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...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 3, 2004
9:17 am
378
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...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 3, 2004
9:22 am
379
... I did that and all I got was a crash. I changed this on a working hack nd ot the same result....
dmitrygr2003
Offline Send Email
Sep 3, 2004
11:04 am
380
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:...
Igor Nesterov
nest_nest1
Offline Send Email
Sep 3, 2004
11:08 am
381
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...
gilbert serrano
gigsinc
Offline Send Email
Sep 3, 2004
11:18 am
382
... 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...
dmitrygr2003
Offline Send Email
Sep 3, 2004
11:20 am
383
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...
gilbert serrano
gigsinc
Offline Send Email
Sep 3, 2004
11:29 am
Messages 354 - 383 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help