Main > Free Download Search >

Free push the limits software for pda

push the limits

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 539
Push The Button 1.0

Push The Button 1.0


Push The Button is an impressive and unique game which will catch your attention immediately. more>>

Push The Button 1.0 is an impressive and unique game which will catch your attention immediately.

Try to reach the Worlds Top 25 choosing among three game modes: 30 seconds, 1 minute and the thrilling 5 minute marathon! Just tap over the label 30 seconds to change the game mode. Be sure to set up your nickname, your photo, country and location using the GPS feature. This data will be sent along with your scores to the Top 25 table.

Note: The "Download Now" link directs you to the iTunes App Store, where you must continue the download process. You must have iTunes installed in order to open the link, and you must have an active iTunes account to download the application. This download may not be available in some countries.
<<less
Download (1.6KB)
Added: 2008-12-11 License: Freeware Price:
downloads
Catch the Coin 1.0

Catch the Coin 1.0


Move through the city, using your see-saw to knock the hidden coins down from the trees. more>>
Catch the coins - move onto the next level and make a fortune catching coins! Have you the luck of the Irish?? Move through the city, using your see-saw to knock the hidden coins down from the trees!! How much will you collect!!
Version restrictions:
- Ad-supported
<<less
Download (80.00KB)
Added: 2007-02-26 License: Freeware Price: FREE
977 downloads
Baggage Limits for HanDBase 1.0

Baggage Limits for HanDBase 1.0


Summary of 12 U.S. airlines domestic baggage limits. more>>
Summary of 12 U.S. airlines domestic baggage limits. Add your own if I didnt include it. Includes Limits on # and size of carry-on and checked baggage, and whether they count a computer as carry-on. Also includes airline 800 numbers.
System requirements:
- HanDBase v.2.7x or greater
<<less
Download (4.00KB)
Added: 2007-08-12 License: Freeware Price: FREE
803 downloads
SDP Editor 1.0

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>>
An application for updating SDP records on Series 60, specifically for making Bluetooth File Exchange on OS X usable with Series 60. Licensed under GPL.

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.)
<<less
Download (6.36KB)
Added: 2007-01-31 License: Freeware Price: FREE
1007 downloads
Speech and Debate Timekeeper 2.3

Speech and Debate Timekeeper 2.3


Timer for speech and debate competitions. Keeps track of speech order, time limits, and prep time for various debate formats (Policy, LD, Parliamentary, Public Forum, etc.) and individual events. It gives spoken and visual time signals. more>>

Speech and Debate Timekeeper 2.3 provides you with a various source, multi-platform timer for speech and debate competitions.

It has speech order and time limits preset for Policy, Lincoln-Douglas, Parliamentary, Public Forum, World Schools, Karl Popper, and miscellaneous debate formats as well as individual events.
This timer gives visual and/or vocal time signals at user defined intervals so that you will never have to give manual time signals or frequently look at the time. At the end of each speech, cross-examination, or preparation, the timer automatically sets itself to time the next thing that needs timing at the push of a button. No stopwatch or general purpose timer comes this close to fulfilling the role of a dedicated timekeeper in a round.

Major Features:

  1. Simple stopwatch style interface simultaneously shows time elapsed and remaining. Buttons are large so that they can be finger pressed on touch screen PDAs.
  2. Visual time signals on a color coded background indicating minutes or seconds remaining using a traffic light coloring scheme.
  3. Spoken time signals or tones, including protected minute alerts for points of information in constructive speeches of Parliamentary debates.
  4. Tracks speech order and prep times. Default time limits are set according to the selected event and are adjustable.
  5. The name of the speech or task being timed is displayed in the title of the window.
  6. Navigational buttons set the timer to time the previous or next task.
  7. Always-on-top window is useful for keeping time while working in another program (e.g., flowing or note taking).
  8. High contrast display setting with black text on a white background.
  9. Context sensitive help screens are available from drop down menus.

Enhancements:

  • GUI improvements
  • Less verbose time signals
  • NFA LD format.

Requirements:

  • Windows 98/ME, NT, 2000, XP, Vista with Java Runtime Environment 1.3 or higher installed.
  • Mac OS X.
  • Any Unix or Linux based OS with Java Runtime Environment 1.3 or higher installed.
  • Palm OS 4 or higher handheld devices. Requires SuperWaba virtual machine version 5.85 (included in the download).
  • Pocket PC and Windows Mobile PDAs and smartphones. Requires SuperWaba virtual machine version 5.85 (included in the download).

WareSeeker Editor

<<less
Download (1.00MB)
Added: 2009-03-31 License: Freeware Price: $0
213 downloads
GPSAuto 1

GPSAuto 1


Measure your speed and be informed when you exceed the speed limit. more>>

GPSAuto 1 is considered as one of the best PocketPC application for monitoring your current speed and alerting when crossing speed limits.

You can use GPSAuto in your automobile (car) for accurate measuring (based on GPS system) of actual speed and getting warning when crossing speed limit (speed limits as well as many other parameters are fully configurable). Unlike it's competitors, GPSAuto offers also automated switching of speed limits based on your actual speed.
<<less
Download (488.5KB)
Added: 2006-10-27 License: Freeware Price:
785 downloads
 
Other version of GPSAuto
GPSAuto 1.0limits based on your actual speed. Our opinion : this program has all the options you need, and ... "locked limit" based on actual speed - Colour and audible warnings when getting near or over the
Price: FREE
License:Freeware
Download (488.00KB)
1421 downloads
Added: 2006-11-06
Steel & Water 1.2

Steel & Water 1.2


This software displays steel balls flying through the sky and diving into the water. more>>
This software displays steel balls flying through the sky and diving into the water.

Change the water level by tapping on the display.

Change display mode from Lissajou figures to analog clock through the push of a button.

Accelerate and decelerate through the 5 way navigator.

<<less
Download (31.00KB)
Added: 2006-03-22 License: Freeware Price: FREE
1311 downloads
Sky Theme for Pocket PC 1.0

Sky Theme for Pocket PC 1.0


Only the sky is the limit. more>>
Only the sky is the limit. Free nature theme for Pocket PC.
System requirements:
- Pocket PC
<<less
Download (28.00KB)
Added: 2007-02-26 License: Freeware Price: FREE
970 downloads
BlogWriter Lite 1.6.4

BlogWriter Lite 1.6.4


BlogWriter Lite is a feature-rich and trustworthy version of the BlogWriter. more>>

BlogWriter Lite 1.6.4 is a feature-rich and trustworthy version of the BlogWriter. Please test your blog compatibility with the free lite version before you purchase the full version. The Lite version limits to text blog only, and the built-in RSS reader only supports one feed subscription.

Requirements:

  • Compatible with iPhone and iPod touch.
  • Requires iPhone 2.0 Software update.
<<less
Added: 2008-10-13 License: Freeware Price:
downloads
Fruit Juice Tycoon Lite 1.0

Fruit Juice Tycoon Lite 1.0


Build your juice empire by outselling rivals and keeping shareholders on your side in this iPhone game. more>>

Fruit Juice Tycoon Lite 1.0 is designed to make it easy to manage the daily supplies, sort and squeeze the fruit, make and pour the juices, serve and sell to the customers, deliver your juice around town, take part in competitions, upgrade away and expand your juice empire to the max. Features fast-paced fruit sorting, wacky juice making, and frantic customer service, all on one screen. Also features mini-games and a need for sound managing of your assets. Send juice around town in the super-fun Delivery Day mini-game, where you can earn extra cash and push your coordination skills to the max. Meet new characters on your journey, some will help you, some will hinder you.

<<less
Added: 2009-04-05 License: Freeware Price:
17 downloads
Pocket Clanger Theremin 1.02

Pocket Clanger Theremin 1.02


Pocket Clanger Theremin is a program for those who love experimental music. more>>
Pocket Clanger Theremin is a program for those who love experimental music.

Basically, its an electronic instrument that you play without touching: it has two antennae and it is the movement of your hand in relation to these that changes the volume and frequency of the sound that it produces.

The Pocket PC of course doesnt have antennas so it is controlled by moving the stylus on the screen: horizontal movement changes the frequency, vertical movement the volume.

There are numerous options to modify the sounds so that you can play with effects (high and low frequency limits, delay, tremolo, etc). The buttons are bit small, you have to peck at them a bit.

This program is of course totally useless for most of us, but it is an excellent demonstration which will delight children, young and old.
<<less
Download (179.00KB)
Added: 2007-05-01 License: Freeware Price: FREE
906 downloads
Moony and the Valley of the Gems 1.0

Moony and the Valley of the Gems 1.0


Guide the dragon Moony through the caves , avoiding obstacles and collecting gems as he flies ! more>>
Telling the story of the last existing Dragon Family , with Moony being the youngest of them ! Using simple one button key play , this is a fun game , in which you guide the dragon Moony through the caves , avoiding obstacles and collecting gems as he flies ! Bright colourful graphics and simple game play , make this an ideal game for range of ages.
Version restrictions:
- Ad-supported
System requirements:
- Java enabled phone
<<less
Download (66.00KB)
Added: 2007-03-15 License: Freeware Price: FREE
958 downloads
PubMed on Tap 1.4

PubMed on Tap 1.4


Application with Internet access to NLMs MEDLINE database more>> PubMed on Tap is an application for PDAs that facilitates Internet access to NLMs MEDLINE database using PubMed ultilies. PubMed on Tap is a developing application targeted at mobile health care professionals. The goal of our project is to discover and implement design principles that will facilitate practitioners access to medical information at the point of service. Currently the application supports retrieval of MEDLINE?citations from a PDA through a wireless connection to the Internet. PubMed on Tap options include several PubMed search limits, email of citations, and clustered results. Selection of features to be implemented next will be strongly influenced by our users opinions. The current version of the PubMed on Tap client only runs on Palm OS PDAs. If you or your colleagues have Palm PDAs with access to the Internet through a wireless LAN or WAN, please consider evaluating PubMed on Tap for us.<<less
Download (144KB)
Added: 2006-11-09 License: Freeware Price: Free
1085 downloads
SomeNature for 3DOTS 1.2

SomeNature for 3DOTS 1.2


Free theme for 3DOTS. more>>
3DOTS PPC allows you to watch images giving you illusion of being three-dimensional. To increase the effect, application uses the natural human sight abilities.
This is only additional image.
You have to have 3DOTS POCKET PC VERSION installed on your device.
However it works with any version of 3DOTS, freeware or commercial.
With no limits.
System requirements:
- Any 3DOTS version + 450kB free space
<<less
Download (1.24MB)
Added: 2006-06-23 License: Freeware Price: FREE
1218 downloads
Sheep 1.1.8

Sheep 1.1.8


Bring together the sheep in the sheepfold more>>
The goal of the play is to bring back all the sheep and the rams to the sheep-fold.
The sheep-fold is on the left of the screen.
To do that you must push back the sheep and the rams using your dogs and your shepherd.
So you select using the pen or the second button on the left of the screen your characters and indicate by a tap on the field the direction where they must go.
To begin a new game, tap on the first button, and then you can select the size of the field, the size of the sheep-fold, the number of sheep, the number of dogs and the speed of the game.
System requirements:
- Palm OS v3.0
<<less
Download (40.70KB)
Added: 2006-11-06 License: Freeware Price: FREE
1086 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5