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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 547 - 576 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
547
Hi, I got some reports from www.tompda.com/bbs, when use the "NoDot hack" on Zodiac, the device show the following message: the application "yahm" is missing...
ecoolsoft
Offline Send Email
Mar 1, 2005
10:58 am
548
Not yet. I sent a letter to TapWave to continue works on YAHM for Zodiac. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Mar 1, 2005
11:10 am
549
I try use function HWUBlinkLED from HardwareUtils68K.h but I got undefined reference to HWUBlinkLED on link :( what can I do to fix it?...
Dmitry Molotchko
mda321
Offline Send Email
Mar 2, 2005
7:36 pm
550
Search group for SysGetEntryAddresses usage and use pointer to 4th export entry in library...
Igor Nesterov
nest_nest1
Offline Send Email
Mar 2, 2005
9:32 pm
551
Hello, I'm just testing another simple hack: this one allows to use the Original Graffiti 1 libraries on the Clie UX. If anyone is interested in testing it,...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Mar 5, 2005
11:26 pm
552
Can anyone give me an idea how to hook the OS to catch key press and release events? I want to do this at the earliest moment possible, and I want to see them...
drwowe
Offline Send Email
Mar 27, 2005
12:10 am
553
It's not very easy question. Usually keypress causes hardware interrupt. Interrupt handler calls EvtEnqueueKey. Also a key can be added with ...
Igor Nesterov
nest_nest1
Offline Send Email
Mar 27, 2005
5:56 pm
554
I'm making progress... I've gotten my first simple hack working... Actually I wrote two hacks, and I gave them the same creator ID, but only one of them shows...
drwowe
Offline Send Email
Mar 28, 2005
1:48 pm
555
Nope. Only one hack per one crid. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Mar 28, 2005
1:53 pm
556
If I'm not mistaken, each CreatorID should only be assigned to one application and vice versa, or else things would really be messed up! ... --...
Jeffrey Yen
jeffreyyen
Offline Send Email
Mar 28, 2005
1:55 pm
557
Making one hack per crid is much reasonable than one app per crid: hack manager can't save previous handlers for each hack in single Ftr set :-) Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Mar 28, 2005
7:42 pm
558
New PalmInternals beta http://yahm.palmoid.com/palminternals.prc What's new: * Procedure alarm and notifications are mapped to their application names if...
Igor Nesterov
nest_nest1
Offline Send Email
Mar 29, 2005
4:34 pm
559
What if the hacks used different trap resource ID's? That is also used as a parameter for the feature lookup. It would be nice to have multiple related hacks...
drwowe
Offline Send Email
Mar 29, 2005
8:29 pm
560
... You can't: YAHM simply scans the hack for TRA5 resources starting from 1000 and up, stopping at the first "missing" resource. If you try to build an hack...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Mar 29, 2005
9:36 pm
561
I tried this idea today, and found that trapping EvtEnqueueKey only catches synthetic key events. Hardware keys are not being caught. :( I'm using Treo,...
drwowe
Offline Send Email
Mar 29, 2005
11:48 pm
562
Try to patch SysEventAddToQueue and watch for key event with non-zero keyCode field. I'm not sure about safe SysEventAddToQueue call in interrupt time. Treo...
Igor Nesterov
nest_nest1
Offline Send Email
Mar 30, 2005
6:27 am
563
I apologize for the slightly off-topic post, but I have a bunch of general questions about the low level hacking on PalmOS5. I've gotten some things working...
drwowe
Offline Send Email
Apr 4, 2005
7:29 pm
564
Look there: http://news.palmos.com/read/?forum=pno-forum Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Apr 4, 2005
7:34 pm
565
Hello to all, I have a Palmone Tungsten T5 purchases last February and I installed on it YAHM http://yahm.palmoid.com/yahm.zip and Cxapelanto ...
Philippe BEAUDONNET
filcxio
Offline Send Email
Apr 7, 2005
10:59 am
566
Philippe, VFAT drive saves file names in both 8+3 current locale format and long unicode format. Cxapelanto tries to change conversions to and from unicode. So...
Igor Nesterov
nest_nest1
Offline Send Email
Apr 7, 2005
12:42 pm
567
... Hi, I'm the author of Cxapelanto. I'm aware of the problem and I suspect it has something to do with the string comparison routines that are redefined by...
Matthew Faupel
matthew_faupel
Offline Send Email
Apr 7, 2005
1:17 pm
568
Igor, I installed this new version on my T5 and it crashes while scanning the databases with a Fatal Alert MemoryMgr.c,Line:3721,NULL Handle ... resolved now....
pl0ni
Offline
Apr 7, 2005
7:31 pm
569
Yes. New PalmInternals tries to open _all_ resource databases and saves address ranges for locked resources. This mass operation produces some unexpected...
Igor Nesterov
nest_nest1
Offline Send Email
Apr 8, 2005
9:11 pm
570
Hello, First, thanks to Igor and Matthew for their answers to my question about Cxapelanto. The lastest version of Cxapelanto solved the problem of...
Philippe BEAUDONNET
filcxio
Offline Send Email
Apr 9, 2005
8:15 am
571
A data point ... it works fine on my Treo 650. Although, it produces so many notifications that a search feature would be handy. :)...
drwowe
Offline Send Email
Apr 9, 2005
6:30 pm
572
... Hi, How about something that works with PalmOne devices ie. Tungsten E? Mon...
raycalibuso
Offline Send Email
Apr 15, 2005
3:22 pm
573
I'd like to make a ARM native shared library which includes resources like 'amdc', 'amdd', 'amdi'. I haven't been able to find any resources about this matter....
shinhei2005
Offline Send Email
Apr 16, 2005
4:20 pm
574
amdc - code #1 amdd - data #1 amdi - code #0 amdc header: typedef struct ARMModuleHeader{ UInt32 JumpToPalmMain; //B PilotMain UInt32 exportTableOffset;...
Igor Nesterov
nest_nest1
Offline Send Email
Apr 17, 2005
10:45 am
575
... Go and search for ASHLA - ARM-Thumb Shared Library Architecture OS5 (and 6) shared libraries use this standard. AFAIK for OS5 it is not suported because...
funoush
Offline Send Email
Apr 20, 2005
8:31 am
576
Hi. Where ASHLA.pdf can be found? There are only few broken references to armdevzone.com in google, nothing more. Does ashla.pdf cover something that can't be...
Igor Nesterov
nest_nest1
Offline Send Email
Apr 20, 2005
1:58 pm
Messages 547 - 576 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