Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

palmnest · Support for palmoid.com software

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 412
  • Category: Palm OS Devices
  • Founded: Mar 14, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 547 - 576 of 768   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
576 Igor Nesterov
nest_nest1 Send Email
Apr 20, 2005
1:58 pm
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...
575 funoush Send Email Apr 20, 2005
8:31 am
... 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...
574 Igor Nesterov
nest_nest1 Send Email
Apr 17, 2005
10:45 am
amdc - code #1 amdd - data #1 amdi - code #0 amdc header: typedef struct ARMModuleHeader{ UInt32 JumpToPalmMain; //B PilotMain UInt32 exportTableOffset;...
573 shinhei2005 Send Email Apr 16, 2005
4:20 pm
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....
572 raycalibuso Send Email Apr 15, 2005
3:22 pm
... Hi, How about something that works with PalmOne devices ie. Tungsten E? Mon...
571 drwowe Send Email Apr 9, 2005
6:30 pm
A data point ... it works fine on my Treo 650. Although, it produces so many notifications that a search feature would be handy. :)...
570 Philippe BEAUDONNET
filcxio Send Email
Apr 9, 2005
8:15 am
Hello, First, thanks to Igor and Matthew for their answers to my question about Cxapelanto. The lastest version of Cxapelanto solved the problem of...
569 Igor Nesterov
nest_nest1 Send Email
Apr 8, 2005
9:11 pm
Yes. New PalmInternals tries to open _all_ resource databases and saves address ranges for locked resources. This mass operation produces some unexpected...
568 pl0ni Apr 7, 2005
7:31 pm
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....
567 Matthew Faupel
matthew_faupel Send Email
Apr 7, 2005
1:17 pm
... 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...
566 Igor Nesterov
nest_nest1 Send Email
Apr 7, 2005
12:42 pm
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...
565 Philippe BEAUDONNET
filcxio Send Email
Apr 7, 2005
10:59 am
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 ...
564 Igor Nesterov
nest_nest1 Send Email
Apr 4, 2005
7:34 pm
Look there: http://news.palmos.com/read/?forum=pno-forum Igor...
563 drwowe Send Email Apr 4, 2005
7:29 pm
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...
562 Igor Nesterov
nest_nest1 Send Email
Mar 30, 2005
6:27 am
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...
561 drwowe Send Email Mar 29, 2005
11:48 pm
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,...
560 il_demone_guardiano
il_demone_gu... Send Email
Mar 29, 2005
9:36 pm
... 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...
559 drwowe Send Email Mar 29, 2005
8:29 pm
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...
558 Igor Nesterov
nest_nest1 Send Email
Mar 29, 2005
4:34 pm
New PalmInternals beta http://yahm.palmoid.com/palminternals.prc What's new: * Procedure alarm and notifications are mapped to their application names if...
557 Igor Nesterov
nest_nest1 Send Email
Mar 28, 2005
7:42 pm
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...
556 Jeffrey Yen
jeffreyyen Send Email
Mar 28, 2005
1:55 pm
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! ... --...
555 Igor Nesterov
nest_nest1 Send Email
Mar 28, 2005
1:53 pm
Nope. Only one hack per one crid. Igor...
554 drwowe Send Email Mar 28, 2005
1:48 pm
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...
553 Igor Nesterov
nest_nest1 Send Email
Mar 27, 2005
5:56 pm
It's not very easy question. Usually keypress causes hardware interrupt. Interrupt handler calls EvtEnqueueKey. Also a key can be added with ...
552 drwowe Send Email Mar 27, 2005
12:10 am
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...
551 il_demone_guardiano
il_demone_gu... Send Email
Mar 5, 2005
11:26 pm
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,...
550 Igor Nesterov
nest_nest1 Send Email
Mar 2, 2005
9:32 pm
Search group for SysGetEntryAddresses usage and use pointer to 4th export entry in library...
549 Dmitry Molotchko
mda321 Send Email
Mar 2, 2005
7:36 pm
I try use function HWUBlinkLED from HardwareUtils68K.h but I got undefined reference to HWUBlinkLED on link :( what can I do to fix it?...
548 Igor Nesterov
nest_nest1 Send Email
Mar 1, 2005
11:10 am
Not yet. I sent a letter to TapWave to continue works on YAHM for Zodiac. Igor...
547 ecoolsoft Send Email Mar 1, 2005
10:58 am
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...
Messages 547 - 576 of 768   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help