I think that OnBoardC can't be used for OS5 hacks. OS5 native hacks should be compiled to ARM code, but OnbardC can produce m68k code only. Igor ... From:...
Would it be possable to create an overclocking hack for use in Os5(TI OMAP ARM). I am too cheap to buy Lightspeed 2 beta. Keith Ktimaster@... Palm Os...
Keith, it is possible, but have no sense. Overclocking utility can be made as usual standalone application. There are only one piece of code that can be done...
... Whoops! Should have looked on PalmGear first. I saw links on this board previously, so I was unsure. Never downloaded it until recently as I did not use...
On Most Os5 Devices, when you press the 'date' hard button, you see the agenda view. I need to find a way to make my program show data in the agenda view. I am...
Take a look at A5Agenda hack sources in YAHM SDK. You can find the way to catch initializing of form in Datebook. If you want to launch date button, you can...
Group, I had a question come up that I camt find the answer so I am going to post the scenerio to see if anyone can help me. I am currently writing another...
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...
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...
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...
... detect ... a ... FtrGet('YAHM', 5, &hackCount) return active hack count. I have no extra launch codes in YAHM. Probably you can use sysAppLaunchCmdOpenDB: ...
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?...
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...
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,...
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 ...
GrfSetState() is gone, hidden somewhere inside the graffiti libraries; how can I implement a functionality similar to patching this function under OS5/yahm?...
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...