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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 102 - 131 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
114
i try use HardwareUtils68K.h, but i cant compile code using function HWUBlinkLED, but when i compile i get this error ! make CFLAGS="-Wall -Wno-multichar...
waldecir_filho
Offline Send Email
Dec 21, 2003
3:27 pm
115
http://yahm.palmoid.com/OpenFileDA.prc Tiny utility for developers. OpenFileDA show open file chain. Useful when DmGetResource return something wrong ;-).Each...
Igor Nesterov
nest_nest1
Offline Send Email
Dec 23, 2003
5:27 pm
116
I use the folloing code in a simple ARM hack to test, but after invoke the DmOpenDatabase(), the palm will crash, show "NULL dbH passed" fatal error alert, as...
ecoolsoft
Offline Send Email
Dec 28, 2003
3:39 pm
117
There is no cardNo parameter in native API functions. Just add DmOpenDatabaseV40 to palmos5.h header. I use the folloing code in a simple ARM hack to test, but...
Igor Nesterov
nest_nest1
Offline Send Email
Dec 28, 2003
5:58 pm
118
Hi~ This problem is actually same with 'Blinking Led Problem' of waldecir_filho. Whenever I try to add any header file of shared library such as MathLib.h,...
maestro742002
Offline Send Email
Jan 8, 2004
5:33 am
119
There is no known way to call m68k shared libs from ARM side. You can port pieces of mathlib on ARM side and call ARM part of ZLib directly. ZLib ports were...
Igor Nesterov
nest_nest1
Offline Send Email
Jan 8, 2004
11:35 pm
120
http://yahm.palmoid.com/NoDots.zip Classic hack remake. Disables dotted underlines in edit boxes. FieldAttrType structure works fine....
Igor Nesterov
nest_nest1
Offline Send Email
Jan 8, 2004
11:37 pm
121
the URL should be http://yahm.palmoid.com/NoDot.zip :) ... _________________________________________________________________ Ãâ·ÑÏÂÔØ MSN Explorer:...
 
ecoolsoft
Offline Send Email
Jan 9, 2004
1:39 am
122
... Thanks. It was my mistake....
Igor Nesterov
nest_nest1
Offline Send Email
Jan 9, 2004
8:11 am
123
Hi, Due to a hardware problem I have in my T|E (and many others have it too), I thought to write a little hack that could fix it. The problem is with a...
doronthewizard
Offline Send Email
Jan 12, 2004
4:33 pm
124
Maybe those syscalls can be helpful? HALTable 0x15C HALPenRawToScreen HALTable 0x168 HALPenScreenToRaw Their parameters should be similar to syscalls from...
Igor Nesterov
nest_nest1
Offline Send Email
Jan 12, 2004
4:51 pm
125
I saw those - but are they indeed used by the Pen Manager, or are they just there for applications that might want to do a conversion for themselves? What...
doronthewizard
Offline Send Email
Jan 12, 2004
6:02 pm
126
Don't think so. HALPenRawToScreen function implemented in device-dependent HAL module by licensee , and Pen Manager is implemented in palmos kernel by...
Igor Nesterov
nest_nest1
Offline Send Email
Jan 12, 2004
6:24 pm
127
I see what you're saying. As I said, I don't know the system design, but what you say makes sense. If indeed the conversion of raw-to-screen is done in this...
doronthewizard
Offline Send Email
Jan 12, 2004
6:55 pm
128
The simplest way to share data is the memory chunk in dynamic heap, accessed with FtrGet. Don't use FtrPtr, those functions allocate chunk in storage and you...
Igor Nesterov
nest_nest1
Offline Send Email
Jan 12, 2004
7:10 pm
129
Hi~ I love YAHM. But, I have lots of trouble to boot up YAHM on Tungsten C. After installing some hacks (of course for YAHM) , frequently my Tungsten C crashes...
maestro742002
Offline Send Email
Jan 16, 2004
7:39 am
130
AFAIK TC processor works in user mode. For user mode devices (clie) HALInvalidateICache called before syscall patching. I think that I should invalidate...
Igor Nesterov
nest_nest1
Offline Send Email
Jan 16, 2004
8:14 am
131
Thank you so much !! YAHM_b.prc works fantastic on Tungsten C !! Have a nice day~ ... (clie) HALInvalidateICache called before syscall patching. I think that...
maestro742002
Offline Send Email
Jan 16, 2004
10:29 am
Messages 102 - 131 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