internal audit
MyInstall 1.20
Installs files from a card to RAM, so you dont have to hotsync to install software. more>>
Also includes AutoInstall which quickly scans the /MyInstall directory and install what it finds there each time a card is inserted.
This utility and its source code (included) are hereby released into the Public Domain by Alexander R. Pruss.
Enhancements:
- Includes AutoInstall.
System requirements:
- Any Palm OS Hardware
- Palm OS 4.0
- 5KB
BlueTooth Audio 1.0
This program reroutes all of the sounds from your system from the internal speaker to your BlueTooth headset. more>>
Windows Mobile 5.0 version: This program was designed for the PPC-6700/XV6700 and may not work on other devices. Axim x50/x51 series are known not to work with this program, as Dell has disabled the necessary features from their BlueTooth stack. Treo 700 w/wx are also know not to work with this program.
Windows Mobile 6.0 version: This version does not require the 2.0 Compact Framework. If the program does not function correctly, you may need to download the CF3.5 software. This program has been tested to work with the Sprint Mogul (PPC-6800).
System requirements:
- .NET Compact Framework 1.0 or 2.0
- Windows Mobile 5.0
- Windows Mobile 6.0
BlueTooth Audio Today 1.1
This program reroutes all of the sounds from your system from the internal speaker to your BlueTooth headset. more>>
System requirements:
- Windows Mobile 5.0
ClieSkinner 1.61
ClieSkinner instantly loads graffiti and statusbar skins on NR/NX/NZ/TH/UX Clie models. NOW FREE! more>>
Completely free with free source code (BSD license)!
Includes many features, such as:
Instant loading: No reset is needed to load new skins--you see them instantly! (A reset is needed when ClieSkinner is installed, de-installed, or its 16-bit setting is changed.)
Support Landscape utility: On an NX/NZ/TH with Mobile-Streams excellent Landscape utility, you can load specially designed rotated skins for different screen orientations, and the skins will switch instantly as the screen rotates. (See readme.html for instructions.)
16-bit support: Graffiti and statusbar skins used to be 8-bit which resulted in low quality, especially for photo skins. Now graffiti and statusbar skins can be in brilliant full 16-bit color. (Only in full version and in shareware version in trial period.)
Cross-loading: Load NR skins on NX, NZ and TH models. Load NX/NZ/TH skins on NR models. (Not available on UX because of different arrangement of graffiti and statusbar areas.) This includes features to automatically generate resources that your model needs but that the original skin may lack, like CF icons when loading an NX60 skin on an NX80 model.
Memory stick support: Save memory by storing all your skins except the currently loaded data on a memory stick, compact flash card or UX internal media storage. Move all your skins at once there. (Only in full version and in shareware version in trial period.)
Free skin pair: Gorgeous 16-bit Jeff Frankus (from zlthemes) "Layered Metals" graffiti skin for UX/NR/NX/NZ/TH models and statusbar skin for NR/NX/NZ/TH models.
Tweaks: Control the width of the Graffiti ink line and the maximize/minimize animation speed (NX/NZ/TH only; not tested on UX).
Free upgrades: Your registration code will either work on all future versions or you will be issued a new one.
System requirements:
- Palm OS v4.0.
- 200KB of free memory.
Voltage Calibration 1.2
Voltage Calibration allows you to compensate the error of the internal voltmeter of any Palm (works for all OS). more>>
It allows you to compensate the error of the internal voltmeter of any Palm (works for all OS). The hack itself is only 874 bytes - no much memory to loose.
HandyButler 3.1.0
HandyButler allows the access to 9 European online phone books (including Germany, France, and Switzerland). more>>
The retrieved addresses are added to the Palm AddressBook.
The phone books are accessed via GSM phones (SMS or DTMF); on combined devices (PalmOS PDA + GSM phone), the internal phone is used.
The application can be downloaded for free; phone book requests involve moderate cost.
Other features are:
- Send an SMS message to a friend
- Send a short E-Mail message to a friend (no configuration needed!)
- Dial a number from the addressbook
System requirements:
- Palm OS v3.1
Mother 1.32
Mother proves itself to be helpful tool because it offers 6 flexible mp3 alarms (supports AeroPlayer or Pocket Tunes + Internal mp3 player for some Palm One devices). more>>
Mother 1.32 proves itself to be helpful tool because it offers 6 flexible mp3 alarms (supports AeroPlayer or Pocket Tunes + Internal mp3 player for some Palm One devices). Mother also nags you until you notice your other alerts. Requires Palm OS 5.0 or higher
Requirements: Palm OS 3.5 or higher
BlueTooth Audio Smartphone 1.0
This program reroutes all of the sounds from your system from the internal speaker to your BlueTooth headset. more>>
System requirements:
- Windows Mobile 5.0 Smartphone
Portable SQLiteSpy 1.8.7
It is a graphical user interface for SQLite more>>
Main features:
- Database at a Glance ? The schema treeview displays all items contained in a database, including tables, columns, indexes and triggers. Press F5 to update the schema tree, double-click a table or view to display its data, use the context menu for frequently used commands.
- Grid Cell Editing ? Table cells are editable in the grid: Display a table via the schema treeview, select a cell and press F2 to invoke the editor. Then modify and confirm to write your changes back to the table.
- Data Type Display ? The native SQL data types are displayed with different background colors to help detect type errors. Type errors can cause performance degradation or wrong SELECT result sets if NULL values are confused with empty strings.
- Full Unicode ? SQLiteSpy fully supports SQLites Unicode capabilities. Data display and entry is completely realized as Unicode, including SQL commands.
- Multiple SQL Edits ?Modern tabs are used to edit and display multiple SQL queries for easy comparison of query statements and results. SQL queries are executed by typing or loading them into the SQL edit. Then press F9 to run the query, or CTRL+F9 to run the current line or selection only.
- Time Measurement ? SQL execution time is automatically measured and displayed to help optimize queries.
- Regular Expressions ? The SQL keyword REGEXP is supported and adds the complete regular expression syntax of Perl 5.10 to SQLiteSpy. The implementation was realized using the DIRegEx library.
- Mathematical SQL Functions ? The following mathematical SQL functions are available in addition to the SQLite default: ACOS(), ASIN(), ATAN(), ATAN(), ATAN2(), CEIL(), CEILING(), COS(), COT(), DEGREES(), EXP(), FLOOR(), LN(), LOG(), LOG(), LOG2(), LOG10(), MOD(), PI(), POW(), RADIANS(), SIGN(), SIN(), SQRT(), TAN(), TRUNCATE().
- Data Compression ? The SQL functions COMPRESS() applies zlibs deflate to any text or BLOB value. The raw deflate data stream is returned. UNCOMPRESS() inflates this stream back to the original. Integers, Doubles, and Nulls are returned unchanged.
- Compact Result Storage ? The internal data storage mechanism uses SQLites native data types for optimal compatibility. As a result, SQLiteSpy uses far less memory than other SQLite managers and handles large tables much more efficiently.
- Built in SQLite Engine ? SQLiteSpy comes as a single file executable with the SQLite database engine already build into the application. There is no need to distribute any DLLs, which makes SQLiteSpy easy to deploy with customers.
- Encryption Support ? SQLiteSpy can read and modify encrypted database files generated by DISQLite3. DISQLite3 implements its own native AES encryption which is not compatible with the commercial SQLite Encryption Extension (SSE) or any such implementation offered by other 3rd parties
Enhancements: Update built-in DB engine to SQLite 3.6.7 (DISQLite3 2.0.2).
SE Customization Editor 1.1
Sony Ericsson Modding Tool more>> SE Customization Editor 1.1 offers you a powerful Sony Ericsson Modding Tool which is designed to let you change the Phone Name, add languages, change the layout of the activity menu, add languages, disable / enable silencing of the camera shutter sound, enable / disable Update Service FOTA, change MP3 restriction settings and copy / move/delete internal system files.
Requirements:
- NET Framework 2.0
- Sony Ericsson mobile device
tdLaunch 0.0.6
tdLaunch is a launcher with noticeable improvements. more>>
The most important is the management of the shortcuts that is internal to the software, which greatly simplifies the configuration.
Some parameters are adjustable like the size of the icons, the distance between the icons (up to 13 icons per line), and the order of appearance on the screen with a management of the margin by the pixel.
Watchmaker 1.6
offers you a simple and useful alarm clock for Palm with multiple alarms and timers more>>
Watchmaker 1.6 offers you a simple and useful alarm clock for Palm with multiple alarms and timers - Customizable analog and digital clocks - Drift correction.
Major Features :
- Six alarms, with 4 modes: Daily/weekly, one-time, count-up, count-down. Sound repeat and crescendo. Easy alarm setting by tapping a clockface or a number block.
- Flash-Alarm: With a single tap on the panel clock, set an alarm within the next hour.
- Ten integrated skins with analog, digital and binary clocks. Pick a skin and customize layout and colors by your self.
- Sound library selector.
- Volume setting.
- Easy setting of the internal clock with second adjustment.
- Drift correction for an accurate handheld without PC syncing.
- With one hardware button, toggle between Watchmaker and any Palm application. Take a glance at the clock, with auto-off after 3 seconds.
- The panel shows the day and month in the language of your Palm OS.
- Needs Palm OS 5.0 and a high resolution display 320x320 or up.
License:Freeware
Mind Nine 1.26
Would you let the matrix beat you? Finding regularities is the essence of intelligence more>>
Will you take the challenge and join the most intelligent people on earth?
Enhancements:
- Internal components improvements
System requirements:
- Nokia 7650 | Nokia 6600/6620 | Nokia 3600/3620/3650/3660 | Nokia N Gage | Siemens SX1 | Sendo X | Nokia 6260 | Nokia 7610 | Nokia 6630 | Nokia 6670
Best Screen Snap 1.01
Freeware application that allows you to capture screenshots on your smartphone and save them to a file or send them to friends or to your desktop computer more>>
Main features:
- You can select one of 14 available hotkeys to make a screenshot.
- After the application makes a screenshot you hear camera click sound to notify you.
- You can save screenshots as true colour BMP, 256 colour BMP, and JPG. For JPG you can select the image quality (the worser quality the smaller the file size).
- Action: you can select action to be performed after taking screenshot. Save the image to disk or immediately send it via Bluetooth, Infrared, multimedia message or email.
- You dont have to type the file name each time you take a screenshot, you can specify the base file name of the screenshot image files. application will automatically append a unique number to the base filename. E.g. src000001.jpg, src000002.jpg, src000003.jpg etc.
- Taken images are saved directly to your Images folder. That allows you to browse, view and delete taken screen shots with a built-in picture viewer application.
- The application allows you to select a folder in Images section where your screenshots will appear in order to differentiate your screenshots from other images like your camera photos, etc
- You can configure screenshots to be stored on the internal phone disk or on the memory card
System requirements:
- S60 device
The Prison 1.91
The Prison is renowned as an exciting and tractable Breakout-style game featuring a wide assortment of power-ups, special bricks, and other oddities. more>>
The Prison 1.91 is renowned as an exciting and tractable Breakout-style game featuring a wide assortment of power-ups, special bricks, and other oddities.
For the uninitiated, the object of the game is to destroy bricks by bouncing a ball (or in this case, a little man trapped in a ball) into them, while keeping the ball from falling off the bottom of the screen.
One of the (relatively) unique points in The Prison's gameplay is that you don't need to hit every brick to complete a level; instead you just need to hit the top border a few times.
Major Features:
- 60 Internal Boards
- Windows-Based Board Editor
- Supports Color and Grayscale
- OS 5 Compatible
- Fully Customizable Controls
License:Freeware