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 520 - 549 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
520
My hack needs do some clean operations before it be disabled, but I dont't know YAHM whether will launch a special code in hack when the hack will be disabled....
ecoolsoft
Offline Send Email
Feb 2, 2005
6:26 am
521
code #1500 was never implemented. code/armc#999 was invented in X-Master and is suported in YAHM. Resource Boolean init(Boolean isInit); Parameter is true for...
Igor Nesterov
nest_nest1
Offline Send Email
Feb 2, 2005
6:51 am
522
Dear Users, I installed g700 and encountered Emul68KCommon.c, Line:527, Odd address during scrolling my applications menu. What caused it? Secondly, with...
Nick, NMT Group
vagabond_arg...
Offline Send Email
Feb 2, 2005
12:22 pm
523
Hi. Err SysGetEntryAddresses(UInt32 refNum, UInt32 startEntryNum, UInt32 lastEntryNum, void **addressP); at least mentioned code works for my test devices :-)....
Igor Nesterov
nest_nest1
Offline Send Email
Feb 3, 2005
3:11 pm
524
Nick, Does fatal alert displays with deactivated driver? Does "applications menu" means usual launcher? What is the version of driver (latest is 1.5.4) and...
Igor Nesterov
nest_nest1
Offline Send Email
Feb 3, 2005
3:23 pm
525
Hi, This is from the Palm OS 6 documentation, which i thought is the same as AMR OS 5: status_t SysGetEntryAddresses(uint32_t refNum, uint32_t startEntryNum,...
daliyotshahar
Offline Send Email
Feb 3, 2005
5:02 pm
526
Hi! Due to hardware failure palmoid.com goes down. WD HDD dies after 9 years of perfect work :-). Web content was regullary backed up (Unison is the great...
Igor Nesterov
nest_nest1
Offline Send Email
Feb 4, 2005
10:18 am
527
If you sent me someting for one day, please re-send it to palmoid@... . Thanks Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Feb 4, 2005
10:23 am
528
Dear Igor, Does fatal alert displays with deactivated driver? Answer: All drivers were activated, g700. The one and only program in YAHM. Does "applications...
Nick, NMT Group
vagabond_arg...
Offline Send Email
Feb 4, 2005
7:51 pm
529
igor, do you know the prototype for HALBatteryGetInfo or HALBatterySetInfo? How can I find it out?...
dmitrygr2003
Offline Send Email
Feb 5, 2005
2:01 am
530
Hi, I think you can try SysBatteryInfoV40 from the libarmboot. It should be something like: uint16_t SysBatteryInfoV40(Boolean set, uint16_t *warnThresholdP, ...
daliyotshahar
Offline Send Email
Feb 6, 2005
8:09 am
531
I know that, and I can patch those, but I need specifically the HAL traps for this program, as they are more low level....
dmitrygr2003
Offline Send Email
Feb 6, 2005
4:52 pm
532
Hello my friends, A'm Alex, from Brazil, and I took the G700 for my T/3 and Typeaway. But I don't have credcard, how can I bought the key for this driver? ...
Alexandre M.
alexsampa
Offline Send Email
Feb 13, 2005
5:02 pm
533
Alex, If it's possible, you can pay with PayPal. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Feb 13, 2005
6:37 pm
534
Igor, I am still waiting for your reply on my previous question. Thanks. Nick...
Nick, NMT Group
vagabond_arg...
Offline Send Email
Feb 14, 2005
11:29 am
535
Hi all, I am trying to patch SysKeyboardDialog in a CW project. I want to replace the system supplied keyboard form with my own. My problem - it crashes as...
ShimonSh
Offline Send Email
Feb 14, 2005
11:25 pm
536
... and don't forget open your hack before using any resource from it! PS I don't know where this flag can be set in CW :(...
Dmitry Molotchko
mda321
Offline Send Email
Feb 15, 2005
12:07 pm
537
... Here is my code: void ARMlet_Main(KeyboardType kbd) { pfnSysKeyboardDialog oldTrap; DmOpenRef dbP; FormPtr form; Boolean...
ShimonSh
Offline Send Email
Feb 15, 2005
12:22 pm
538
You can write a single .rcp file, it includes all arm format resource defines, then using pilrc command line to build the rcp file in dos shell. Finally, add...
Yang Zhiqiang
ecoolsoft
Offline Send Email
Feb 15, 2005
12:31 pm
539
Hi, I am not sure I understand, though. I already have an RCP file included in the CW project. You mean I have to make ANOTHER one ? What do I include in it -...
Shimon Shnitzer
ShimonSh
Offline Send Email
Feb 15, 2005
12:44 pm
540
Shimon, take a look at pilrc plugin documentation, there was an ability to use command line options from CW. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Feb 16, 2005
6:41 am
541
yes, you should write another .rcp file. For example, we can create a test.rcp. In the RCP file, type the following: ALERT ID 9000 ERROR BEGIN TITLE "Error" ...
Yang Zhiqiang
ecoolsoft
Offline Send Email
Feb 17, 2005
3:46 am
542
Thanks ! This works like a charm !!! Shimon ... From: Yang Zhiqiang To: palmnest@yahoogroups.com Sent: Thursday, February 17, 2005 5:45 AM Subject: Re:...
Shimon Shnitzer
ShimonSh
Offline Send Email
Feb 17, 2005
6:27 am
543
Hey Group I am working on a simple application to delete a corrupted database and/or application in my RAM... for example i will call the application...
ktimaster
Offline Send Email
Feb 20, 2005
7:36 am
544
... Keith, I'd love to help, but I've never used DmDeleteDatabase before. That being said, a quick google brought me here: ...
Ken Mankoff
mankoff
Online Now Send Email
Feb 20, 2005
3:56 pm
545
you need either this: Err DmDeleteDatabaseV40(UInt cardNo, LocalID dbID) or this: Err DmDeleteDatabase(LocalID dbID) ... database and/or application in my...
dmitrygr2003
Offline Send Email
Feb 20, 2005
8:07 pm
546
I need to draw old big-endial bitmap resources in an arm hack. How can I do this without calling on PACE library resource translation entry point?...
dmitrygr2003
Offline Send Email
Feb 27, 2005
7:47 pm
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
Messages 520 - 549 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