everything you need to know
Easy Training Log for HanDBase 1.0
Simple training log tracking date, time, activity, distance, speed, weather, notes. more>>
Virtual Coin Toss 1.0
Got a quarter? Of course you dont...we hardly ever have real cash any more...thats why you need this virtual coin toss! more>>
Main features:
- Running tally of Heads-vs-Tails
- Option for "Best 2 out of 3"
- BONUS: Hey there is a secret code inside! Whats that all about?
100 Picture Books Everyone Should Know for HanDBase 1.0
A simple database of well known picture books for children for the next visit to the local library. more>>
System requirements:
- HanDBase v.2.7x or greater
Earthcomber USA 3
Imagine youre on vacation, on business, or simply on an errand across town. You pull out your handheld, tap a few times, and seconds later you have scanned the area for everything that matches your more>>
Earthcomber USA 3 is a program aiming to let you pull out your hand-held, tap a few times, and seconds later you have scanned the area for everything that matches your needs, desires, curiosities all arranged by whats closest to you. It functions as a new take on navigation. Free software, maps and a network dedicated to spotting your favorites wherever you go. Cuisines, WiFi spots, coffee joints, stores, movies, bars, shoes, concerts, offices, waterfalls, events & way more. Content has expanded five-fold, to over 10 million places.
Enhancements:
- Now gives you more over-the-air options, so you aren't sunk if you haven't syncd.
- Get maps and location data on the fly, and extend any search with the live network check for up-to-the-moment listings.
Bass Fishing Log for HanDBase 1.0
Fishing log specifically for bass fishing. more>>
System requirements:
- HanDBase v.2.7x or greater
System Information Palm OS 1.0
Everything you ever wanted to know about your Palm device system and more. more>>
Main System Information Supported
OS Version
Serial Number
User Name
Battery Kind
Battery Percent
Battery Voltage
Processor Model
Processor Revision
Memory Storage
Screen Width
Screen Height
Screen Density
Battery Types
Alkaline
Rechargeable Alkaline
Nickel Cadmium
Lithium Ion
Lithium Ion 1400
Nickel Metal Hydride
Processor Types
68328
68EZ328
68VZ328
68SZ328
ARM720T
ARM7TDMI
ARM920T
ARM922T
ARM925
StrongARM
XScale
ARM710A
CXD2230GA
IntelX86
System requirements:
- Palm OS 3.0 or higher
HBMoney for HanDBase 1.0
Small applet to help you balance your check book and keeps track of your checking account by showing all the transactions been made to that account. more>>
My MedBox 3.1
My MedBox is a stylistic, modern and powerful tweak utility. more>>
My MedBox 3.1 is a stylistic, modern and powerful tweak utility. How many times when you need to take some medicine and find out you forget to refill it in your medicine box or it is expired. This simple to use program will keep track the inventory in your medicine box and expiry date for each medicine. So you know when you need to be refill or use it before expired. don't forget to checkout our 70+ titles.
TealInfoDB: Pokemon Card Checklist 1.0
TealInfoDB: Pokemon Card Checklist - a checklist to help you keep track of your pokemon card collection. Know what you already have and what you still need. more>>
Know what you already have and what you still need.; Submitted by K J Allison. TealInfoDB ... you keep track of your pokemon card collection. Know what you already have and what you stillLicense:Commercial
Golf Handicap Calculator for HanDBase 1.0
The Golf Handicap Calculator is a simple but accurate application that will calculate your handicap index using the USGA formula. more>>
eXpedition 1.1
This is application for the professional and casual traveler. more>>
Take it anywhere you go.
Now you can track almost everything you need!
Try it.
System requirements:
- Palm III
- Palm OS v3.5
SDP Editor 1.0
An application for updating SDP records on Series 60, specifically for making Bluetooth File Exchange on OS X usable with Series 60. Source code included. more>>
OBEX File Transfer on Series 60, with Bluetooth File Exchange on OS X
This only conserns Series 60 2nd edition (and probably 1st edition, too), 3rd edition and Series 80 work as they should.
Overview
Ever since starting to use Series 60 phones with OS X, Ive been annoyed by the fact that Bluetooth File Exchange cant browse them. The only way of transferring files between them is by using OBEX push, that is, by sending individual files (which then on the phone end up in the inbox).
This is bearable, but sometimes youd want to send a bigger file straight to the memory card which doesnt even fit into the main memory of the phone.
I dont know about any OBEX FTP client for Series 60 either (is there any?), otherwise that would be a feasible workaround.
Initially, it seemed to me that Series 60 didnt work at all with Bluetooth File Exchange, since it only showed an empty folder. After quite some time, though, I figured out that it actually works, but not as one would hope. Uploading files works, and then the uploaded files are stored into the inbox. And in that case, the files which are in the inbox, uploaded using OBEX FTP earlier, are visible. But not files sent using OBEX push, and of course nothing outside of the inbox.
I had only tried using obexftp (which uses openobex) on Linux using USB earlier, and knew that that one works as I want to. Much later, when I tried using obexftp with Bluetooth, I found the same situation if one doesnt manually specify a specific RFCOMM channel. Using the wonderful tools in BlueZ (more specifically, sdptool), I could view a dump of all SDP (service discovery protocol) records on the phone, and suddenly everything made sense.
The phone advertises quite a few different services, among them a standard OBEX FTP service and OBEX PC Suite services. The RFCOMM channel one had to specify in order to make obexftp work was the PC Suite channel.
In other words, Series 60 advertises two services which speak the OBEX FTP protocol, one very crippled advertised with the ordinary OBEX FTP service UUID and one full-fledged service with a PC Suite-specific UUID.
One cant expect Bluetooth File Exchange to look for the non-standard PC Suite service UUID, and I dont know of any other OBEX FTP application for OS X. But theres still another (quite hackish) solution: make the phone advertise the PC Suite service using the OBEX service UUID.
Ideally, the hack would consist of a simple application on the phone, which investigates the local SDP database and makes the necessary modifications. Unfortunately, the SDP APIs on Symbian dont seem to provide any way of reading whats in the database, and the APIs for reading SDP records from other devices dont seem to be able to connect to the local SDP server. In other words, the investigation of the SDP database must be done on some other device.
Solution
Note, I take no responsibility whatsover for the effects of using these tools. They work for me, at least.
SdpBrowser
SdpBrowser is a tool for OS X, which more or less does the same as sdptool in BlueZ - its capable of listing all the SDP record data on a remote device. (Bluetooth Explorer in the Xcode Developer Tools does more or less the same, but only for the local SDP database.) This can be useful when developing Bluetooth applications for some other device than the local mac.
Since SdpBrowser is made specifically for this need, it also can try to parse out the necessary information from the SDP records.
SDP Editor
SDP Editor is a small tool for Series 60 for updating already existing SDP records on the phone. Enter a SDP record handle and a RFCOMM channel, and that record is updated to advertise the given channel.
The changes arent persistent, everything is back to normal after restarting the phone.
The APIs dont work too well if the given record handle doesnt already exist, on 6630 the SDP server crashes. Updating the wrong record makes some other service unusable. In all cases, restarting the phone should restore everything.
Usage
Using SdpBrowser, select Get PC Suite info in the Device menu, select the phone and click browse. If everything works as it should, it gives the SDP record handle of the OBEX FTP record and the RFCOMM channel of the PC Suite service.
Then start SDP Editor on the phone, choose Update channel in the menu, and enter the handle and RFCOMM channel given by SdpBrowser. Then, Bluetooth File Exchange should be able to browse the files on the phone.
The handle and channel shouldnt change as long as you dont install/remove any service on the phone, so in general youll only need to rerun the application on the phone with the last, working values.
If it doesnt give all the necessary information, you can try to read it manually from the raw SDP records. Select Browse in the Device menu, and select the phone. Look for a record with the text "OBEX File Transfer", and look for the number on the row starting with "0:" in this record (e.g. "0: 0x10006"). Thats the record handle (in hexadecimal). Also look for a record with the text "Nokia OBEX PC Suite Services". That record should have a row like "4: { { } }, { { }, { 0xc } }, { { } }". Here 0xc, that is 12, is the RFCOMM channel.
Further improvements
This already is quite an improvement to the original "functionalty" of the crippled OBEX FTP service. But e.g. the System-directory is hidden - if one would be able to directly transfer files there, the development process of Series 60 applications would get a big speedup. This directory is still accessible, if one is able to manually enter a directory to open. (Incidentally, obexftp does this.)
So, the final wish is a "Go to directory"-dialog for Bluetooth File Exchange, or obexftp working on OS X. (openobex can be compiled with USB support on OS X, but I havent gotten it to work... Perhaps Ill have to add support for OS X-bluetooth to it myself, sometime, if I have time and if noone else beats me to it.)
Life or Something Like It for HanDBase 1.0
A set of linked tables to track many of the sorts of things you need to know (phone numbers, passwords, car info, dog vet records, etc.). more>>
System requirements:
- HanDBase v.3.0x or greater
ColorPicker 1.0 Beta 1
An amusing freeware that will let you personalize every one of your screens more>>
Also there are schemes available. In short, everything you need to see life through ... rose-tinted lenses. Since it all takes place in the Registry, you need to do a Reset to see your changes.
The ergonomics of the program are average, but this software is already fully utilizable. You can enter your parameters either by RGB values or by means of a superb rainbow (the screenshot you see alongside doesnt do it justice since its in 256 colors). Watch out, though: a few bugs still get in the way.
IQ Thanksgiving MMS 1.0
Send MMS messages with Thanksgiving images to your friends and family. more>> By Send MMS messages with Thanksgiving images to your friends and family. Be original and let them know you care!<<less