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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 464 - 493 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
464
Hi, could you exaplin me how can I patch the SysHandleEvent on Palm OS 5.2 I need it to realize the autodelete functionality for my application. Thamks...
konsman
Offline
Nov 12, 2004
3:17 pm
465
I believe that you don't realy need to patch a system funkction to do that. Patching should be used carefully and onley when it is the only way :) You can...
Alexander Mlazev
bialata
Offline Send Email
Nov 12, 2004
4:11 pm
466
Actually I want just to create autodelete application. My idea was just to patch SysHandleEvent, put delete application code in the address of this trap and...
konsman
Offline
Nov 12, 2004
5:10 pm
467
Just OR program database attributes with dmHdrAttrRecyclable and exit. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 12, 2004
5:26 pm
468
Thx ... exit. ... itself)?...
konsman
Offline
Nov 12, 2004
8:00 pm
469
Where I can find prototypes of those functions?...
mda321
Offline Send Email
Nov 14, 2004
1:28 pm
470
... AFAIK nowhere, you can dissasemble and see what kind of parameters thay take, but it will be of little use, as that still leaves you clueless as to what...
dmitrygr2003
Offline Send Email
Nov 14, 2004
3:44 pm
471
Nowhere. Some prototypes can be guessed, some can be inherited from OS4 Hwr* functions, another can be based on Cobalt prototypes. What functions are you...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 14, 2004
3:46 pm
472
in a recent development i found myself in a problem... my hack as a structure like this: Common1.c Common2.c GetPrefs.c Patch1.c Patch2.c Patch3.c the patches...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Nov 14, 2004
4:09 pm
473
And where's a problem? My keyboard driver works in similar way. I have extra armc resources: AttentionManager callback, Notification Callback and wakeup...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 14, 2004
4:19 pm
474
Hi, all Does anyone try YAHM on TT5? If NVFS bring problems with locked resources from closed databases, I can copy it to dynamic heap. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 14, 2004
7:08 pm
475
... Yeah, half of the message, somehow didn't get thru... ... The question was if it was possible for YAHM to load, fix the .GOT of an arbitrary ARMC resource...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Nov 14, 2004
9:41 pm
476
... I see :(( HALReset KALTaskCreate KALTaskStart and what SysUnimplemented do?...
mda321
Offline Send Email
Nov 15, 2004
8:15 am
477
... I get rom image from my tt3, but I don't know how dissasemble it :( I have IDA, but I missed with processor type and entry point...
mda321
Offline Send Email
Nov 15, 2004
8:26 am
478
I can make something like this: typedef struct { UInt32 codeResType; UInt32 codeResId; UInt32 gotResType; UInt32 gotResId; void *outPtr; }YAHM_ResourceEntry; ...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 15, 2004
9:41 am
479
How I can process stoke from menu button to launcher button in my hack?...
Dmitry Molotchko
mda321
Offline Send Email
Nov 15, 2004
11:27 am
480
1. Subscribe to sysNotifyProcessPenStrokeEvent notification 2. Patch EvtGetEvent Silk area can be checked with EvtGetPenBtnList. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 15, 2004
5:22 pm
481
... thanks a lot! Igor, i write hack for palmos 5.0 and i need some initialization in my hack every time i active/disactive it, is it possible call piece of my...
Dmitry Molotchko
mda321
Offline Send Email
Nov 15, 2004
6:50 pm
482
resource armc #999. Prototype: Boolean init(Boolean isInit); Parameter true for activation and false for deactivation. Return true if initialization succeeded...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 15, 2004
7:12 pm
483
it seems that the armc#999 resource is unloaded right afer being called. is it true?...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Nov 15, 2004
8:34 pm
484
Yes. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 15, 2004
9:05 pm
485
... Too bad. It would be very useful to have make it remain in its place....
il_demone_guardiano
il_demone_gu...
Offline Send Email
Nov 15, 2004
9:09 pm
486
... Sorry for stupid question, but how i can split my code into resources? I compile my hack with example script, but i get one resource called code03e8 :(...
Dmitry Molotchko
mda321
Offline Send Email
Nov 16, 2004
5:51 pm
487
Dmitry, Compile each arm resource as separate ELF file. Use STANDALONE_CODE_RESOURCE_TYPESTR_ID macro in each separate resource. Build-prc places executable...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 16, 2004
6:15 pm
488
... thanks, it's works :)) and last question. in my init function i try register for notification and nothing happens :( PalmInternal show me unknown...
Dmitry Molotchko
mda321
Offline Send Email
Nov 16, 2004
6:40 pm
489
At least SysNotifyRegister/Unregister should be changed to SysNotifyRegisterV40....
Igor Nesterov
nest_nest1
Offline Send Email
Nov 16, 2004
6:53 pm
490
... when i should use *V40 instead of *?...
Dmitry Molotchko
mda321
Offline Send Email
Nov 16, 2004
7:09 pm
491
If OS4 function has cardNo parameter, you should use V40 suffix. Check palmos5.h file and add omitted macros....
Igor Nesterov
nest_nest1
Offline Send Email
Nov 16, 2004
7:14 pm
492
... I see, thanks a lot!...
Dmitry Molotchko
mda321
Offline Send Email
Nov 16, 2004
7:18 pm
493
New beta: http://g700.palmoid.com/G700Hack_1_5_3.prc http://g700.palmoid.com/LayCoder700.zip Features: * preliminary Japanese Wingboard support (details there:...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 16, 2004
9:34 pm
Messages 464 - 493 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