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 202 - 234 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
202
I am trying to write some drivers to do some low level periferal interfacing on my Treo 600 phone and I noticed that it seems to be in user mode, which is...
vaswdev
Offline Send Email
May 14, 2004
5:26 pm
203
The simplest way to switch into supervisor mode is patching fatalAlert syscall and making something like diving on zero. Fatal alert syscall should be called...
Igor Nesterov
nest_nest1
Offline Send Email
May 14, 2004
7:37 pm
206
All, What do you think would be the best way for an application to detect it YAHM (or any other Hack handler) is active? My goal is to patch a trap in an...
Dale
code_ronin
Offline Send Email
May 17, 2004
3:44 pm
207
Who Cares... Keith I. Myers Palm Os/PC Developer Ktimaster@... "marisa" <profile_has_paris_hilton_xvc@...> wrote:...
Keith
ktimaster
Offline Send Email
May 17, 2004
6:53 pm
208
... detect ... a ... FtrGet('YAHM', 5, &hackCount) return active hack count. I have no extra launch codes in YAHM. Probably you can use sysAppLaunchCmdOpenDB: ...
Igor Nesterov
nest_nest1
Offline Send Email
May 18, 2004
8:43 am
209
http://yahm.palmoid.com/Welcome.prc Utility for skipping clie palmos 5 animated logo on NX/NZ... devices. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
May 18, 2004
9:43 am
210
Hello, Please advice on how to put a Treo 600 into debug mode. Also, are there any code examples for developing hacks or patches for the ARM powered Treo 600?...
tree600bob
Offline Send Email
May 20, 2004
8:05 pm
211
There is no difference between hack for treo 600 and other ARM powered devices. You can try usual hack samples from YAHM SDK. You can check...
Igor Nesterov
nest_nest1
Offline Send Email
May 20, 2004
8:36 pm
212
Hello, Do you have a new link for this sample code? This one does not work. Thanks. Ron ... calls in...
tree600bob
Offline Send Email
May 20, 2004
9:04 pm
213
OK. So, exactly how do I put the Treo 600 into Debug mode. I cannot use the "grafitti shortcut stroke" Dot 2 on the device (no grafitti). Thanks. ... powered...
tree600bob
Offline Send Email
May 20, 2004
9:30 pm
214
Take a look at http://yahm.palmoid.com/yahmv.htm YAHM SDK: http://yahm.palmoid.com/yahm_dev.zip ... From: tree600bob To: palmnest@yahoogroups.com Sent: Friday,...
Igor Nesterov
nest_nest1
Offline Send Email
May 20, 2004
9:47 pm
215
And what about Dot-Dot-Two application? http://palmoswerks.com/2003/08/21 ... From: tree600bob To: palmnest@yahoogroups.com Sent: Friday, May 21, 2004 1:29 AM ...
Igor Nesterov
nest_nest1
Offline Send Email
May 20, 2004
9:52 pm
217
GrfSetState() is gone, hidden somewhere inside the graffiti libraries; how can I implement a functionality similar to patching this function under OS5/yahm?...
il_demone_guardiano
il_demone_gu...
Offline Send Email
May 23, 2004
6:39 pm
218
YAHM can't patch graffiti library now. For now I found only one heavy scheme of patching library. The main idea is making stub library with proper crid and...
Igor Nesterov
nest_nest1
Offline Send Email
May 24, 2004
1:00 pm
219
... The Graffiti call I wanted to patch was GrfProcessStroke. In the end, I managed to achieve the same functionality by patching the lower-level ...
Matthew Faupel
matthew_faupel
Offline Send Email
May 24, 2004
2:04 pm
220
... Well, I was able to replicate all the functionality of the MiddleCapsHack without patching ANY grf*() function, except the field autoshift disabling. Just...
il_demone_guardiano
il_demone_gu...
Offline Send Email
May 24, 2004
8:47 pm
221
... All I wanted was to disable the field auto shift. Patching FldGrabFocus() works fine for that....
il_demone_guardiano
il_demone_gu...
Offline Send Email
May 24, 2004
9:51 pm
222
Hi! A little sample of library call === // function prototype typedef Err (*pfnGrfGetAndExpandMacro)(Char *nameP, UInt8 *macroDataP, UInt32 *dataLenP); // load...
Igor Nesterov
nest_nest1
Offline Send Email
May 25, 2004
11:43 am
223
I'm new to the whole OS5 business, and until a few minutes ago was not even aware of th epossiblity of hacking os5. Just out of curiocity, how does this work?...
dmitrygr2003
Offline Send Email
May 26, 2004
1:18 am
224
Would it be possible to install a hack right before "PACE" is started to just say "hello world" then finish starting "PACE"? On a side note, someone asked once...
ocallohands
Offline
May 26, 2004
1:22 am
225
Yes. Really YAHM use SysPatchEntry function, whose write pointer. Early versions made direct access to pointer. Igor ... From: dmitrygr2003 To:...
Igor Nesterov
nest_nest1
Offline Send Email
May 26, 2004
4:04 am
226
PACE is a library. I thinkk that PACE initialized before YAHM start. I think that all overclockers made this switch. Just patch FatalAlert and divide by zero....
Igor Nesterov
nest_nest1
Offline Send Email
May 26, 2004
4:28 am
227
... SysPatch? Where is is? API does not mention it, neither do the heared files....
dmitrygr2003
Offline Send Email
May 26, 2004
11:12 am
228
It's function from ARM native API. Boolean SysPatchEntry(enum TableID table, UInt32 entry, void* NewHandlerAddress, void** OldHandlerAddress); Igor ... From:...
Igor Nesterov
nest_nest1
Offline Send Email
May 26, 2004
11:17 am
229
... Ah, thats what I was missing. where might i be able to get the documentation for that. Does CW 9.3 support it.?...
dmitrygr2003
Offline Send Email
May 26, 2004
10:56 pm
230
YAHM SDK http://yahm.palmoid.com/yahmv.htm ... From: dmitrygr2003 To: palmnest@yahoogroups.com Sent: Thursday, May 27, 2004 2:56 AM Subject: [palmnest] Re:...
Igor Nesterov
nest_nest1
Offline Send Email
May 27, 2004
4:48 am
231
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....
dmitrygr2003
Offline Send Email
Jun 3, 2004
3:00 pm
232
v1.3.0 was released * initial slowdowns were removed (again ;-) ) * "key click" option was added * "ignore keyboard detach" option was added * layout selection...
Igor Nesterov
nest_nest1
Offline Send Email
Jun 6, 2004
8:06 am
233
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...
triosrcool
Offline
Jun 9, 2004
11:16 am
234
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 ...
Igor Nesterov
nest_nest1
Offline Send Email
Jun 9, 2004
11:40 am
Messages 202 - 234 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