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 563 - 592 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
577
I cannot find it anymore on net. And unfortunately can't find it on my computer too. I'll look if I can find it in my backups. I didn't know about bsabi.zip....
funoush
Offline Send Email
Apr 20, 2005
2:52 pm
578
When googling for "ARM-Thumb Shared Library Architecture" I found this http://www.cs.cornell.edu/courses/cs414/2001fa/armcallconvention.pdf see chapter 5.6 The...
funoush
Offline Send Email
Apr 20, 2005
3:26 pm
579
Also look inside bpabi.pdf - base platform abi. This document mentions PalmOS DLL :-)....
Igor Nesterov
nest_nest1
Offline Send Email
Apr 20, 2005
3:54 pm
580
... Here: http://web.archive.org/web/20030726041748/www.armdevzone.com/EABI/ASHLA.pdf Much of the rest of the content is there too: ...
drwowe
Offline Send Email
Apr 20, 2005
11:02 pm
581
Nice. Thanks. I searched for it at home and found I've got only latest version of ASHLA.pdf which is just one or two pages with changelog. Last change was...
funoush
Offline Send Email
Apr 21, 2005
7:52 am
582
Hellow my name is Keith. I am having some problems with the yahm software for hacking counter-strke... I have a file on my desktop named YAHM.prc what is ...
cs_13thrr
Offline Send Email
Apr 22, 2005
1:48 am
583
yahmc has no relations with counterstrike. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Apr 22, 2005
12:58 pm
584
Obvious way: use PrefGetAppPreferences. But my question is, is this an expensive call to do in every trap? I am thinking, an alternate is to use use a 999...
drwowe
Offline Send Email
Apr 24, 2005
1:46 am
585
I HAVE NO CLUE drwowe <drwowe@...> wrote: Obvious way: use PrefGetAppPreferences. But my question is, is this an expensive call to do in every trap? I...
13thRR 13thRR
cs_13thrr
Offline Send Email
Apr 24, 2005
1:51 am
586
It depends on patched syscall. The way I prefer is a saving all required runtime variables in structure and storing pointer in feature. This methoid is enough...
Igor Nesterov
nest_nest1
Offline Send Email
Apr 24, 2005
7:04 am
587
Hi! I'll be unavailable from 29 April up to 6 May. One week of kayaking. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Apr 29, 2005
5:49 am
588
Igor and funoush, Thank you very much! These information you gave me seems to be very good for me, bacause my purpose is making own BtTransport Lib, which must...
shinhei2005
Offline Send Email
May 2, 2005
5:09 pm
589
Hello, I have big problems with memory allocation in my hack. I am not a big expert in C, so sorry for a probably stupid question. The code below resets my...
ilia_stepanov
Offline Send Email
May 6, 2005
4:37 pm
590
Hello: I'm not an expert in hacks (in fact I've never written anyone) but I suspect that the problem is that you are using globals. You should recode your hack...
Xavier Rubio Jansana
teknik_tdr
Offline Send Email
May 6, 2005
4:50 pm
591
You can't use globals in hacks. It's possible, but you should carefully examine gcc or CW ABI. The simplest way is following: merge all globals into structure....
Igor Nesterov
nest_nest1
Offline Send Email
May 6, 2005
4:58 pm
592
Ilia, I'm sorry to follow up with another probably stupid question, but where do you find the function definition or documentation for system functions like...
drwowe
Offline Send Email
May 7, 2005
9:49 pm
Messages 563 - 592 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