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...
Show off your group to the world. Share a photo of your group with us.

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 82 - 113 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
82
Hi, ... function ... for init ... I assume that the function is supposed to return true if the init/exit codes work OK. If it returns false, YAHM won't install...
noriknzw2003
Offline Send Email
Nov 1, 2003
3:20 pm
83
... function ... for init ... Yes....
Igor Nesterov
nest_nest1
Offline Send Email
Nov 1, 2003
4:23 pm
84
http://yahm.palmoid.com/g700_drv.zip http://www.palmoid.com/laycoder/LayCoder700.zip Previous descussion was here: ...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 3, 2003
3:44 pm
85
Funny effects with custom linker scripts. Simple modifications of linker scripts can fix .disposn problem and allow global variable usage in arm hacks: ==== /*...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 4, 2003
11:57 pm
86
Discussion in pnolet list about insturction cache. Hack for disabling cache flush for clies. http://www.escribe.com/computing/poaf/m1400.html ...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 5, 2003
11:15 pm
87
Does YAHM load .got for 999, too? It does not seem working on the latest one. Thanks! -- Nori...
noriknzw2003
Offline Send Email
Nov 8, 2003
9:22 am
88
... Not yet. I'll do it for the next version....
Igor Nesterov
nest_nest1
Offline Send Email
Nov 8, 2003
10:09 am
89
Last beta 2.0.113 was released....
Igor Nesterov
nest_nest1
Offline Send Email
Nov 8, 2003
11:53 am
90
... Where is it? BTW, DmFindResourceType does not work for me with you libs. And .got support sometimes work, but sometimes does not work. Do you know the...
noriknzw2003
Offline Send Email
Nov 8, 2003
4:55 pm
91
... http://yahm.palmoid.com/yahm.zip . It's the same yahm was in latest yahm_got. ... What is the problem? It can't be called or it can't be trapped? ... Known...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 8, 2003
8:52 pm
92
http://yahm.palmoid.com/fralarm_beta.zip YAHM 2.1.14 for running hack inside....
Igor Nesterov
nest_nest1
Offline Send Email
Nov 10, 2003
11:00 pm
93
... * Syscall patch procedure now use SysPatchEntry and HALInvalidateICache. Preparation for OS6 ;-). * Patch code now works faster. * Internal structures now...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 11, 2003
12:06 am
94
1. Some library calls in OS5 became syscalls in OS5. Slot driver library entries can be easily patched, you can find them in SystemTable 2. SysAreWeUIThread...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 11, 2003
10:50 pm
95
http://www.palmoid.com/laycoder/deadhack.prc - Tilded characters were added. - as usual works on both OS4/OS5...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 18, 2003
1:53 pm
96
This code doesn't work on NX60. HALInvalidateICache didn't drain write buffer???? === mov r0,#17 @ store sub instead add ldr r1,[pc, #sub_lbl-.-8] str r1,[pc,...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 21, 2003
9:17 am
97
2.1.43 * .got support for 'armc' #999. * cache flush before syscall patching. HALInvalidateICache used for user mode (Sony) and mov r0,#0 mcr p15,0,r0,c7,c10,4...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 22, 2003
11:51 pm
98
... http://yahm.palmoid.com/yahm_got.zip...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 23, 2003
12:09 am
99
for T3 it's work. the message change to Text #1 for both normal and rotated screen. Igor Nesterov <nest@...> wrote:> 2.1.43 ... ...
chartchuo chartchuo
chartchuo
Offline Send Email
Nov 24, 2003
6:20 am
102
* HAL library libarmhal.a added * SysTables.txt updated http://yahm.palmoid.com/yahm_dev.zip...
Igor Nesterov
nest_nest1
Offline Send Email
Dec 4, 2003
6:42 pm
103
http://yahm.palmoid.com/yahm_dev.zip * thumb libraries added * patch prc-tools-2.3-binres-got.diff included * patched build-prc.exe for cygwin added *...
Igor Nesterov
nest_nest1
Offline Send Email
Dec 9, 2003
6:59 am
104
I had installed YAHM and some hacks(PalmWiKi v, A5AgendaHack) in Zire71 simulator, and actived them in YAHM, but as if they are invalid. e.g, I write a...
ecoolsoft
Offline Send Email
Dec 12, 2003
7:14 am
105
YAHM didn't work with simulator. Moreover, you should write special hacks for win32 mode ;-). ... From: ecoolsoft To: palmnest@yahoogroups.com Sent: Friday,...
Igor Nesterov
nest_nest1
Offline Send Email
Dec 12, 2003
11:00 am
106
i have for FrmCustomAlert 12 encoded in the first word and 516 == 0x204 in second word. and for VFS* functions.... and how I can found these numbers !...
waldecir_filho
Offline Send Email
Dec 15, 2003
12:56 am
107
Look into SysTables.txt from yahm_dev.zip. ... From: waldecir_filho To: palmnest@yahoogroups.com Sent: Monday, December 15, 2003 3:55 AM Subject: [palmnest]...
Igor Nesterov
nest_nest1
Offline Send Email
Dec 15, 2003
7:33 am
108
Because the simulator can't execute ARM code, so we should write a DLL to test the ARM code. But I don't know how to call PalmOS API in DLL, I use the...
ecoolsoft
Offline Send Email
Dec 16, 2003
3:34 am
109
1. We should research how we can call PalmOS Native API for Simulator 2. We should research how we can patch Native API for Simulator 3. We should re-write...
Igor Nesterov
nest_nest1
Offline Send Email
Dec 16, 2003
9:09 am
110
in Systeable i can only the second word of a function, where i can find the first word ? like 12 - 0x204 for FrmCustomAler ? i try getting now the first byte...
waldecir_filho
Offline Send Email
Dec 21, 2003
2:19 pm
111
HALTable always 4 SystemTable always 8 UITable always 12 ... From: waldecir_filho To: palmnest@yahoogroups.com Sent: Sunday, December 21, 2003 5:19 PM Subject:...
Igor Nesterov
nest_nest1
Offline Send Email
Dec 21, 2003
2:41 pm
112
now i can get it ! very thankx ... can ... of...
waldecir_filho
Offline Send Email
Dec 21, 2003
2:45 pm
113
Err HWUBlinkLED(UInt16 refnum, Boolean b) HWR68K_LIB_TRAP(kHWUtilsTrapBlinkLED); Err HWUSetBlinkRate(UInt16 refnum, UInt16 rate) ...
waldecir_filho
Offline Send Email
Dec 21, 2003
3:13 pm
Messages 82 - 113 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