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 your group to be featured on the Yahoo! Groups website? 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 118 - 147 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
132
There's a new hack for YAHM available at Palmgear: FontHackV 1.01, It works the same as old Fontack123; it allows you to select different fonts for different...
onno1966
Offline
Jan 16, 2004
4:13 pm
133
http://sourceforge.net/projects/palmfontconv/ by Alex Pruss. Great tool with FontHackV support ... From: onno1966 To: palmnest@yahoogroups.com Sent: Friday,...
Igor Nesterov
nest_nest1
Offline Send Email
Jan 16, 2004
4:29 pm
134
... Yep, this is the problem... the T|C does invalidate the instruction cache, unlike the T|T, but it has the cache for the dynamic heap set to write-back, so...
Ben Combee
bcombee
Offline Send Email
Jan 17, 2004
7:02 am
135
This version accumulates all changes from 2.0.113 v2.2.2 http://yahm.palmoid.com/yahm.zip Really new features: * Tungsten C compatibily * Making Lite version...
Igor Nesterov
nest_nest1
Offline Send Email
Jan 18, 2004
2:00 pm
136
Hi group, I'm wondering if there any code examples on writing YAHM's hacks on CW9.2 available. Anybody has successfully done this? I'd appreciate if you could...
Cedi Caksana
cedicaks
Offline Send Email
Jan 19, 2004
3:31 am
137
I know about direct syscall patching with CW and using armlib with CW. Writing hacks without globals should be simple. Just put armlets into 'armc' resources ...
Igor Nesterov
nest_nest1
Offline Send Email
Jan 19, 2004
8:59 pm
138
My two cents. Forget pnoloader.c. Search the message archives. Myself and someone else have both written pnoloader replacements. ... CW. ... into 'armc'...
ocallohands
Offline
Jan 20, 2004
3:05 am
139
Where your replacement can be found? I can't find it in pnolet forum. ... From: ocallohands To: palmnest@yahoogroups.com Sent: Tuesday, January 20, 2004 6:05...
Igor Nesterov
nest_nest1
Offline Send Email
Jan 20, 2004
6:04 am
140
The linker I wrote is here. Inside of the zip file is a pnoloader, and .got builder/repair. http://home.comcast.net/~beebeb/palmos/elink_b01.zip ... forum. ...
ocallohands
Offline
Jan 20, 2004
2:02 pm
141
What is the purpose of the 'startup timeout' in YAHM? It's not explained in the docs. I had it set to 0, and all has been fine. Now I see that the lastest...
jdhedden
Offline Send Email
Jan 23, 2004
8:27 pm
142
It's a time in seconds for showing hack activation form at startup after reset. If startup time was set to zero, you can't cancel hack activation after reset....
Igor Nesterov
nest_nest1
Offline Send Email
Jan 23, 2004
8:52 pm
143
I use codewarrior9.2,and I want to write a hack program without any hack manager. I read "Application Startup and Stop" article,and find the following ...
movalogic
Offline
Jan 26, 2004
2:06 am
144
I find a hacker can run on simulator. [img]http://www.gs160.net/~miken/1.jpg[/img] ... hacks for win32 mode ;-)....
movalogic
Offline
Jan 26, 2004
2:15 am
145
If you don't know what I mean,please see the picture: http://www.gs160.net/~miken/1.jpg I want to do it using cw9.2,and thanks....
movalogic
Offline
Jan 26, 2004
2:19 am
146
I try to patch the function Int16 TxtCompare (const Char* s1, UInt16 s1Len,UInt16* s1MatchLen, const Char* s2, UInt16 s2Len, UInt16* s2MatchLen) the system...
chartchuo chartchuo
chartchuo
Offline Send Email
Jan 26, 2004
3:49 am
147
Thanks for the clue. Anyway after trying, I haven't got it to work. What I did was to port 'nobeamdialog' example from sdk to CW9.2. But everytime there's a...
Cedi Caksana
cedicaks
Offline Send Email
Jan 26, 2004
4:39 am
Messages 118 - 147 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