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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 659 - 688 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
659
I have been looking at mobile-stream's "unofficial Palm OS5 SDK" and trying to figure out how to call a system shared library such as NetLib from a PNOlet. I...
cport19992003
Offline Send Email
Oct 8, 2005
1:10 am
660
There are two ways of native library loading: implicit and explicit. Explicit loading a bit harder to code, but can be used manually from pnolet: UInt32...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 8, 2005
10:23 am
661
Igor, Thanks for the information. I found the Wiki pages to be most useful (I always thought I should have studied Russian instead of French as my second...
cport19992003
Offline Send Email
Oct 11, 2005
3:12 am
662
... There are no official SHL Index list. There are one point where you can got a trouble: when both modules with shared idx are loaded at same time. There...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 11, 2005
11:17 am
663
Hello I am using the Logitech TypeAway with my Tungsten T. I have installed the YAHM and the G700 hack to use the keyboard. It has worked fine for a month but...
Ryan
backstreet_s...
Offline Send Email
Oct 11, 2005
5:57 pm
664
Hello, looks like I have my dynamic heap extension code working on T and T2 devices - http://fanoush.webpark.cz/palm/fhr. Now other people want support for...
funoush
Offline Send Email
Oct 19, 2005
2:03 pm
665
Ahoj, I couldn't get to that page of yours :( http://fanoush.webpark.cz/palm/fhr It has said to me: ============================== Upozornění!...
Ing. Taras Kapuszczak
tarasmk2002
Offline Send Email
Oct 19, 2005
4:49 pm
666
Sorry I forgot to include .html But http://www.google.com/search?q=palm+fhr could give you answer in seconds :-) F...
funoush
Offline Send Email
Oct 20, 2005
6:44 am
667
Hi, A few years ago I wrote some hacks for Palm III, and now it seems that it could work again ! Thanks ! so far, hacks doesn't seems to work in Simulator ? ...
Laurent THALER
l_thaler
Offline Send Email
Oct 26, 2005
8:35 am
668
All debuggers about you say work via "software" debug. You need only input "shortcut . 2" to enter in this mode. I`m try, it work. I`m not found any...
rayddteam
Offline Send Email
Oct 26, 2005
12:52 pm
669
... Many "old" hacks will work with OS5.x and YAHM with marginal changes. You need to recompile the 'HACK' resources with the arm version of gcc, create the...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 26, 2005
5:20 pm
670
Greetings all, I'm not too new to the group but i've never spoken before. Right now I don't even have my SDK system properly set up, so this is a pre-code...
Lars Goldschlager
lars_goldsch...
Offline Send Email
Oct 26, 2005
9:23 pm
671
... I'm starting with the easiest part of ClipString, breaking the infamous 1000c limit in clipboard copy, it works now, but in it's original version I...
lthaler
l_thaler
Offline Send Email
Oct 27, 2005
7:03 am
672
Take a look in YAHM SDK. There were few working examples....
Igor Nesterov
nest_nest1
Offline Send Email
Oct 27, 2005
7:05 am
673
Could you be more precise, I didn't see any form definition in any .rcp file used in a code hack...
lthaler
l_thaler
Offline Send Email
Oct 27, 2005
7:18 am
674
Hello: Maybe you have a problem with your resources, that should be compiled as little endian. From http://yahm.palmoid.com/yahmv.htm : "10. Resources for ARM...
Xavier Rubio Jansana
teknik_tdr
Offline Send Email
Oct 27, 2005
8:54 am
675
Thanks, I'm on the way to see the light, now :-)...
lthaler
l_thaler
Offline Send Email
Oct 27, 2005
9:28 am
676
lthaler wrote: Thanks for your help guys http://lthaler.free.fr/divers/ClipStringHackCW_20051027.zip at this time it break only the 1000c clipboard limit the...
lthaler
l_thaler
Offline Send Email
Oct 27, 2005
5:38 pm
677
AFAIK there were a way to pass a command line to pilrc plugin: http://www.calliopeinc.com/pilrcplugin.html, chapter "Add .rcp file or command file"...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 27, 2005
5:40 pm
678
Hello all, Recently I was trying to work out the Clie UX memory map, and the underlying virtual to physical translations. Apparently the Clie runs most of the...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 27, 2005
6:03 pm
679
it doesn't work with the pilrc version bundled with CW, but I have a solution with a .cmd launched as "BatchRunner Pre Linker"......
lthaler
l_thaler
Offline Send Email
Oct 27, 2005
10:03 pm
680
privelege mode instruction? illegal opcode?...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 28, 2005
12:48 pm
681
... Apparently not: mov #1, r0 .long 0xe60000010 add r0, r0, #1 mov pc, lr results in r0=2 as if the undefined instruction was not even there....
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 28, 2005
3:21 pm
682
... Even more... Someone suggested that SysFatalAlert runs in privileged mode, but it does not appear to be the case......
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 29, 2005
1:00 pm
683
... Ok, here's the deal: SysFatalAlert() runs in privileged mode only if the alert was caused by a native ARM alert. That is m68k code containing asm("divu...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 29, 2005
8:34 pm
684
... Hi, If you find how to run something in privileged mode and then continue in user mode on Sony devices, let me know. I may add it to FHR ...
funoush
Offline Send Email
Oct 31, 2005
11:41 am
685
... The "System info" button causes a fatal alert on a clie UX. Once you find the trick, it's quite easy to run in privileged mode and then go back to user ...
il_demone_guardiano
il_demone_gu...
Offline Send Email
Oct 31, 2005
2:45 pm
686
Hi, how can I have an event loop in a hack ? EvtGetEvent cause an error in link Do I have another choice than calling a 68k ressource code ? and how can I do...
Laurent THALER
l_thaler
Offline Send Email
Oct 31, 2005
8:14 pm
687
Hi When I need this, I call SysAppLaunch() from my ARM code. This starts my 68K app which is starting the loop or somethig ;). After the end of the 68K code...
Alexander Mlazev
bialata
Offline Send Email
Nov 1, 2005
8:54 am
688
#define EvtGetEvent SysEventGet Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Nov 2, 2005
2:00 pm
Messages 659 - 688 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