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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 296 - 325 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
296
HALTable 0x2C HALDisplayGetAttributes HALTable 0x34 HALDisplaySetAttributes ... From: dmitrygr2003 To: palmnest@yahoogroups.com Sent: Sunday, August 01, 2004...
Igor Nesterov
nest_nest1
Offline Send Email
Aug 1, 2004
8:31 am
297
... thank you, but how exactly do I use them? what are the paraments, and the returns? What bytes does this code generate? (just the call, eg: in the good old...
dmitrygr2003
Offline Send Email
Aug 1, 2004
9:18 pm
298
... and ... advance ... I have no prototypes for those functions. To call it from ARM code you can insert something like: MemMove 08 C0 19 E5...
Igor Nesterov
nest_nest1
Offline Send Email
Aug 2, 2004
8:28 am
299
ok, one last qustion hopefully, ... I think i do. Err HALDisplaySetAttributes(UInt16 selector;void * var); Err HALDisplayGetAttributes(UInt16 selector;void *...
dmitrygr2003
Offline Send Email
Aug 2, 2004
6:06 pm
300
Your prototypes are similar to original. I think that you are right ;-). I think that you can't call it easily from thumb code. Just switch to arm code with bx...
Igor Nesterov
nest_nest1
Offline Send Email
Aug 2, 2004
6:56 pm
301
you mentioned a lot of documentation: coll conveeentions, arm manual, where might I find this ?...
dmitrygr2003
Offline Send Email
Aug 2, 2004
9:51 pm
302
Also, please help me igor! what exactly would HALDisplayGetAttributes(12,pointer); and HALDisplayGetAttributes(12,pointer) generate in thumb mode, by bytes? ...
dmitrygr2003
Offline Send Email
Aug 3, 2004
3:07 am
303
what's wrong with this? compilation fails. all arm libs from the development zip are included arm compiltion mode is set. unsigned short...
dmitrygr2003
Offline Send Email
Aug 3, 2004
9:34 pm
304
problem solved...
dmitrygr2003
Offline Send Email
Aug 4, 2004
3:07 am
305
Hi. Interesting lecture on os4/os5 hacks. Seems to be useful even with babelfished translation ;-) ...
Igor Nesterov
nest_nest1
Offline Send Email
Aug 9, 2004
11:24 am
306
What is the enum TableID in SysPatchEntry? Is it 4, 8, 12 or -4, -8, -12 or 0, 1, 2 LionScribe...
lionscribe01
Offline Send Email
Aug 9, 2004
9:16 pm
307
SysPatchEntry use 0, 1, 2 ... From: lionscribe01 To: palmnest@yahoogroups.com Sent: Tuesday, August 10, 2004 1:15 AM Subject: **SPAM** [palmnest] TableID in...
Igor Nesterov
nest_nest1
Offline Send Email
Aug 10, 2004
3:57 am
308
Does using system alert (like ErrOKCancelAlert - 10022) work from within hack, like FrmCustomAlert(ErrOKCancelAlert, "Some Text"), or do I have to create the...
lionscribe01
Offline Send Email
Aug 10, 2004
4:06 pm
309
this is what I have, so far it just intercepts CtlDrawControl, and calls the system function to draw it. should work as expected, but it crashes. however if I...
dmitrygr2003
Offline Send Email
Aug 16, 2004
6:47 pm
310
Dmitry, it's wrong. You make a recursive call to your own handler. You should read previous handler from appropiate feature: === typedef UInt32...
Igor Nesterov
nest_nest1
Offline Send Email
Aug 16, 2004
6:55 pm
311
Thank you very much. I am absolutely shamed to have not thought of that! All this after years of prograaming experience :'-(...
dmitrygr2003
Offline Send Email
Aug 16, 2004
7:26 pm
312
This also freeses, my creator ID is ABCD, and the hack resource is 1000 code: extern "C"{ #define ALLOW_ACCESS_TO_INTERNALS_OF_CONTROLS 1 #include <PalmOs.h> ...
dmitrygr2003
Offline Send Email
Aug 16, 2004
7:37 pm
313
Send me directly (not to group) resulting hack, I'll explore it. Probably binary examination shows something. Igor ... From: dmitrygr2003 To:...
Igor Nesterov
nest_nest1
Offline Send Email
Aug 16, 2004
7:47 pm
314
Where do I send it to?...
dmitrygr2003
Offline Send Email
Aug 16, 2004
7:48 pm
315
Where do I send it to?...
dmitrygr2003
Offline Send Email
Aug 16, 2004
7:48 pm
316
nest@... ... From: dmitrygr2003 To: palmnest@yahoogroups.com Sent: Monday, August 16, 2004 11:48 PM Subject: **SPAM** [palmnest] Re: problems with...
Igor Nesterov
nest_nest1
Offline Send Email
Aug 16, 2004
8:13 pm
317
Thanks, igor. I sent it....
dmitrygr2003
Offline Send Email
Aug 16, 2004
8:38 pm
318
http://yahm.palmoid.com/CalcEvents.prc Tiny os5 hack for event count calculation. Hack start/stop event counting by pressing "back" button on clie devices....
Igor Nesterov
nest_nest1
Offline Send Email
Aug 16, 2004
9:02 pm
319
Anyone know of a cracked version of Dragonbane or serial for the game....
thee_ancient_one
thee_ancient...
Offline Send Email
Aug 23, 2004
10:58 pm
320
... this is a F*CKING DEV FORUM! NO ILLEGAL SOFTWARE HERE. DEVELOPERS TALK HERE. YOU ARE INSULTING US ALL BY THAT COMMENT. LEAVE!...
dmitrygr2003
Offline Send Email
Aug 23, 2004
11:19 pm
321
I have been following the discussion about SysPatchEntry. I want to hook a system trap directly, without using YAHM to manage the hook. Has anyone worked out...
cport19992003
Offline Send Email
Aug 25, 2004
8:04 pm
322
Dave, don't use asm, just call from C. It's much easier in C ;-). 1. table id should be from [0..2] 2. check that entry is correct ( offset/4 ) 3. new addr in...
Igor Nesterov
nest_nest1
Offline Send Email
Aug 25, 2004
8:33 pm
323
Is it possible to write a (classic, OS 3-style) hack that can prevent the execution of another hack? One of my favorite hacks has a small but annoying bug...
Aaron Davies
adavies42
Offline Send Email
Aug 25, 2004
8:47 pm
324
Aaron, you can't make it universally, because you can't detect where is "bad" hack address saved. It can be saved in syscall table, in feature (for call by...
Igor Nesterov
nest_nest1
Offline Send Email
Aug 25, 2004
8:57 pm
325
Igor, ... I presume you mean an ARM C routine, not a 68K C routine. Is is possible to post a copy of your routine? ... The table id is in R0 and the entry is...
cport19992003
Offline Send Email
Aug 25, 2004
9:22 pm
Messages 296 - 325 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