| | File Name  | Uploaded By | Size | Downloads | Comments | Rating | Last Updated | Last Comment |
 | Diagnoser | pruss | 5.82 Kb | 99 | none |  |
02-10-2007 10:23 AM | none |
 | Diagnoser USE THIS AT YOUR OWN RISK.
NOTE TO END USERS:
This is for end users to help diagnose crash problems with
alpha/beta test software. Upon a crash, it will display
a blue screen together with a numeric message for the
developer. The user is requested to report the message
to the developer of the test software.
If you get a reset, you'll need to manually re-enable
Diagnoser.
NOTE TO DEVELOPERS:
You are free to distribute Diagnoser as you wish
AS LONG AS ALEXANDER PRUSS IS HELD FREE OF ALL LIABILITY.
To use Diagnoser with your software, simply set feature
'diaG' #1 to the value you want reported. Diagnoser is
very simple--it puts up a blue screen with whatever value
you set. You may want to set the value to a different
code number at the beginning and end of every function
in your code, or whatever.
| |
 | DumpEvents 1.00 beta | pruss | 27.86 Kb | 81 | none |  |
03-18-2007 04:06 PM | none |
 | DumpEvents 1.00 beta This is a developer tool that dumps events as they occur to the PalmSource debugger. Read readme.txt carefully before using. If you get stuck, just do a soft reset.
| |
 | libogg 0.01 | phreakonaleash | 283.64 Kb | 9 | 1 |  |
07-09-2008 01:57 AM |
07-09-2008 01:58 AM |
 PalmOS libogg implementation | libogg 0.01 PalmOS implementation of xiph.org's libogg.
Released under xiph's BSD license of the original libogg.
Packaged source includes a CW static library in Obj/ and mcp to build the library.
No docs included; see xiph.org/ogg for documentation.
| |
 | NR70 Emulator | pruss | 1.30 MB | 221 | 4 |  |
09-21-2005 06:47 AM |
05-08-2006 05:05 AM |
 | NR70 Emulator This emulates a Clie NR70. You need a ROM from a real Clie NR70 to run this.
| |
 | NR70 Emulator Source Code | pruss | 839.91 Kb | 43 | none |  |
09-21-2005 06:57 AM | none |
 | NR70 Emulator Source Code Here is the GPL-required source code for the NR70 emulator. Part 1 of 3.
| |
 | NR70 Emulator Source Code Part 3 | pruss | 912.72 Kb | 38 | none |  |
09-21-2005 07:04 AM | none |
 | NR70 Emulator Source Code Part 3 NR70 Emulator Source Code Part 3 (last).
| |
 | NR70 Emulator Source Part 2 | pruss | 1.86 MB | 38 | none |  |
09-21-2005 07:02 AM | none |
 | NR70 Emulator Source Part 2 Part 2 of NR70 Emulator Source.
| |
 | palmprof - simple profiler | pruss | 29.69 Kb | 68 | none |  |
01-22-2007 06:08 PM | none |
 | palmprof - simple profiler This software and its source code is in the Public Domain.
Use at your own risk.
This software works only on a PalmOS 5 device. (You'll notice that on
68K based devices there is an attempt in the code to do things with
procedure alarms, but these don't seem to be in a separate thread so
that doesn't work.)
To use, define PROFILER, include palmprof.h in your project,
do PROFILER_START(n); before code chunk n and PROFILER_STOP(n); after it.
In your init code add PROFILER_MAX(n); where n is the biggest chunk index
you will use. The chunks can be overlapping.
The default sampling resolution is 10 milliseconds
(PROFILER_DEFAULT_RESOLUTION). But you can change that with
PROFILER_SET_RESOLUTION( n );.
To save profiler data, make sure you have a card (or other VFS device)
and choose "Dump". This will save to the first VFS device it finds,
in the root directory, in a text file starting with "prof-" and including
the date and time of the dump.
The profiler uses kernel timers.
If you want to use this with a language other than C, see palmprof.h for the feature numbers to set to control the profiler.
| |
 | SteamFiler 0.1 | alt236 | 84.02 Kb | 17 | 2 |  |
05-27-2008 04:39 PM |
05-30-2008 08:19 AM |
 | SteamFiler 0.1 The File Streaming API was introduced with POS v3.0.
It allows the creation of palm DBs that can be manipulated as files are in other platforms (with some of the limitations of Palm OS though).
One of the more common uses of the File Streaming API is to "import" a standard PC file (say a .txt or a .jpeg) into the Palm's memory.
StreamFiler allows the importing and exporting of stream files from and to a VFS card.
Files will be exported to the root directory of the first card, although they can be imported from any card. Warning: The app does not check if a DB with the same name already exists in memory and will silently overwrite it.
I wrote this to help me with another project which needed a number of stream files in memory and it was easier to create them on the desktop and import them on the device.
----
Typical disclaimers apply. This app can destroy data if not used properly.
Use this app at your own risk.
The main discussion thread can be found here: http://www.1src.com/forums/showthread.php?p=1047982
| |
All times are GMT -5. The time now is 12:42 AM.