Main > Free Download Search >

Free java 1.3 software for pda

java 1.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 816
Doom for Java 1.0

Doom for Java 1.0


The famous and known Doom for your Java compatible mobile. more>>
The famous and known Doom for your Java compatible mobile. Pick up your chainsaw and kill some aliens.
System requirements:
- Java compatible.
<<less
Download (36.00KB)
Added: 2006-11-14 License: Freeware Price: FREE
1074 downloads
Awele for Java 1.0.3

Awele for Java 1.0.3


Awele is a nice puzzle game where the aim of the game is to collect the biggest number of beans. more>>
Awele is a nice puzzle game where the aim of the game is to collect the biggest number of beans.
System requirements:
- Java compatible
<<less
Download (29.00KB)
Added: 2006-12-27 License: Freeware Price: FREE
1031 downloads
JDatebook2CSV 1.3

JDatebook2CSV 1.3


a Java JAR File for the export of the events in the datebookdb.pdb to a csv file. more>>
a Java JAR File for the export of the events in the datebookdb.pdb to a csv file.
Repeating events will be expanded.
<<less
Download (59.00KB)
Added: 2006-04-12 License: Freeware Price: FREE
1290 downloads
Pong for Java 1.0.0

Pong for Java 1.0.0


Colour version of the classic Pong game. more>>
Colour version of the classic Pong game. Control your bat up or down to hit the ball.
System requirements:
- Java compatible
<<less
Download (10.00KB)
Added: 2006-12-26 License: Freeware Price: FREE
1032 downloads
3D Snake Java 1.0

3D Snake Java 1.0


The classic Snake game converted into the third dimension. Can be played against a human opponent via Bluetooth. more>>
This is the classic Snake game converted into the third dimension. The player can customize his game experience by activating several new features and options to his liking, in both single- and multiplayer games. Three different game modes (Classic, Custom and Adventure) are available. Classic and Custom may be played against a human opponent via BT, while Adventure mode is for single players only. In a custom game, the player can speed up the overall game experience a lot - perfect for a challenging, quick game in-between. This game takes full advantage of the new 3D graphics and audio capabilities of cutting-edge phones. 3D audio sound will help the player navigate through the maze by locating acoustically new bonus items and fruits - and to identify the position of the opponent in multiplayer.
<<less
Download (328.00KB)
Added: 2007-05-10 License: Freeware Price: FREE
959 downloads
Java Metronome 1.0

Java Metronome 1.0


Java Metronome, as its name says, is a metronome for Java devices. more>>
Java Metronome, as its name says, is a metronome for Java devices.
It can produce signals with the specified frequency (times per minute). Signaling can be done using tone, vibration and backlight flashing. Mode, frequency, duration and volume of signal can also be configured. But this application can be used not only as metronome, been able to switch or toggle light by pressing a button or with specified frequency makes it possible to transform your mobile phone in packet flashlight. And adjusting frequency to correlate with your (or somebody else) pulse allows to measure it with high precision and without special equipment.
Notes:
- Use 0-9 buttons to specify requested frequency (times per minute). - -- Setting frequency to 0 stops the metronome.
- Joystick can also be used to modify frequency: UP increase value by ten, DOWN decrease value by ten, LEFT decrease value by one and RIGHT increase value by one
- # button can be use to switch backlight on (light is turned on until button is pressed)
- * button toggle back light (so it can be used as switched at normal electric torch)
- Setting command allows to choose proper signal mode (tone, vibration or backlight flashing) and frequency/duration of signal.
System requirements:
- MIDP 2.0 or Nokia
<<less
Download (11.80KB)
Added: 2007-08-21 License: Freeware Price: FREE
926 downloads
ReadDocJ (Java) 1.2

ReadDocJ (Java) 1.2


ReadDocJ (Java) is a distinguished and tractable program which is designed to allow viewing of PilotDocs on any platform that has a Java Runtime Environment more>>

ReadDocJ (Java) 1.2 is a distinguished and tractable program which is designed to allow viewing of PilotDocs on any platform that has a Java Runtime Environment

<<less
Download (60.1KB)
Added: 2000-08-16 License: Freeware Price:
downloads
EQO for Java 1.6.4

EQO for Java 1.6.4


Get IM, VoIP calls, and texts on your Java-enabled mobile phone. more>>

EQO for Java 1.6.4 brings you a powerful tool which lets you get IM, VoIP calls, and texts on your Java-enabled mobile phone. EQO (pronounced 'echo') is a free, easy to use application for your existing mobile phone that lets you place cheap international calls, text messages, and instant messages to anywhere in the world.

International calling rates are as cheap as 2 cents per minute, international text messages for 10 cents, and access to mobile IM services like MSN, AIM, Yahoo, Google Talk, ICQ, and Jabber is free. EQO is remarkably simple to use and does not require a new contract, computer, or calling card. It works just like your cell's phonebook--simply scroll through contacts and click to call or send a message.

EQO works with your existing phone plan (local minutes and a bit of data) to complete cheap calls and messages at some of the lowest rates in the world. Even better, we don't charge anything for calls and texts between two EQO users.

Enhancements:

  • Unspecified updates
  • Enhancements
  • Bug fixes
<<less
Download (5.9MB)
Added: 2008-12-08 License: Freeware Price:
1164 downloads
PCalc for Java 1.0

PCalc for Java 1.0


Programming calculator. more>>
Programming calculator. You can write programs for stack machine (with simplified Java like instruction set). Program consists of one or more procedure which can be nested. It is possible to access variables of top procedure (like in Pascal). You can execute program ste-by-step and inspect stack and variables in debugger. Input of commands and thier operands is optimized for mobile phone. This calculator is using floating point arithmetic with quadra precision (64 bits for both mantissa and exponent) implemented by Nikolay Klimchuk.
Main features:
- PCalc keeps in database all your programs. A program consists of main procedure and may be some subprocedures. Program may have input parameters. The values of these parameters will be asked when program is started. Access to the parameters is performed using input instruction.
- PCalc provides stack-based language (like Forth). Operands are pushed on stack and operations are performed with top elements of the stack. Temporary results also can be stores in local variables (of self or outer procedure). Stack is also used to pass parameters to procedures and return values. Content of stack after return from main procedure is treated as program result. It is also possible view values of variables of main procedure (if program should return many results it is more convenient to store them in local variables).
- PCalc provides the following groups of instructions: load/store, operators, functions, control flow. Instructions of first three groups do not require extra explanation. Control flow instructions includes procedure call, return, conditional (IF) and unconditional (GOTO) branches. IF transforms control to the specified label if value on stack is zero. Label for these instruction is specified by selecting instruction in the list. Please notice, that when you are inserting new branch instruction it is not yet present in the list.
- PCalc provides wide editing capabilities. It is possible to add/remove/rename any variable/parameter/function. The only restriction is that it is not possible to remove entity which is used. It is also possible to move label (adjusting all branch instruction referencing this label) or change target of particular branch instruction.
- PCalc allows to introduce new variable only when you are specifying operand for STORE. Operand of load method is selected from the list of available variables. It somehow prevents programmer from using uninitialized variables.
<<less
Download (50.00KB)
Added: 2007-01-08 License: Freeware Price: FREE
1025 downloads
Timer for Java 1.0

Timer for Java 1.0


Timer midlet allows to start simultaneously several times. Alarm time can be absolute and relative. It can happen once or with specified period. more>>
Timer midlet allows to start simultaneously several times. Alarm time can be absolute and relative. It can happen once or with specified period. Different types of notifications are used: vibration, sound, backlight, SMS. Timers are stored in the storage so you can reuse them For example you can enter time needed for preparing some food (eggs, pizza, spaghetti...). Then you just select proper time and start it. Timer can be activated even if midlet is not active (at some models of the phones this feature may not work)
There four main screen in the program. The main screen is "monitor" - it shows state of active timers and allows to add new timer. The "List" command allows to see list of active timers and stop/change/remove any of this timers. "Settings" command allows to change midlet settings - way of alarm notification. When there are no active timers, monitor screen is empty. When you execute "Add" command, list of all timers in shown. You can select proper timer from the list and start it. If there are no timers, empty screen is shown. You can add new timer by executing "New" command. New timer can be saved or can be immediately started.
Timer form ask you to input hour, minute and second. For absolute timers it is time in the day when alarm should happen. For relative timer this values specify interval since current time. If timer is periodic, then relative time will produce alarm with the period equal to the specified interval. And periodic absolute timer will produce alarm each day at specified time (so period is 24 hours).
Timer midlet provides several way of alarm notification: sound (it is possible to configure frequency, volume and note of the signal), vibration, backlight and sending SMS. Also it is possible to specify duration of the alarm - period within which sound, vibration and other effects are produced. In case of alarm midlet shows model alarm alert which is visible until user execute "Dismiss" command. The command also stops sound, vibration and backlight. To be able to send SMS, it is necessary to specify destination phone number in settings. Unfortunately at most of the phones this mechanism will not work since phone will ask user permission for midlet to send SMS each time when it tries to send SMS.
System requirements:
- Java MIDP 2.0
<<less
Download (17.30KB)
Added: 2007-08-21 License: Freeware Price: FREE
524 downloads
Dynamo Kid Java 1.0

Dynamo Kid Java 1.0


You play the part of Dynamo Kid in his adventure to rescue the fuzzy happy creatures and all the magic stars and bring back happiness to DreamIsland. more>>
A long time ago, in a place called DreamIsland, all the friendly creatures lived as one. It was all peacefull and friendly. Till one day a monster called Moopie arrived. Moopie did not like the happy DreamIslands creatures and he decided to make some friendly happy creatures disappear. One night when all the friendly creatures were sleeping Moopie sneaked around the Island stealing all the magic stars that made the island so colorfull and happy and kidnapped the happy people. With all the happy creatures being gone Dynamo Kid was called in for help.
You play the part of Dynamo Kid in his adventure to rescue the fuzzy happy creatures and all the magic stars and bring back happiness to DreamIsland. Because of the sad state of the island some creatures have lost their friendlyness and you must watch out to not get hurt by them or the island will stay sad for ever.
Version restrictions:
- Ad-supported
<<less
Download (72.00KB)
Added: 2007-02-28 License: Freeware Price: FREE
981 downloads
Gorgy for Java 1.0.0

Gorgy for Java 1.0.0


Gorgy lets you steer a walking monster away from bombs. more>>
Gorgy lets you steer a walking monster away from bombs. The beta promises an interesting game once the full release is out.
System requirements:
- Java compatible
<<less
Download (20.00KB)
Added: 2007-01-03 License: Freeware Price: FREE
1024 downloads
SysInfo for Java 1.1

SysInfo for Java 1.1


This MIDlet will probe several aspects of your MIDP environment and list the results. more>>
This MIDlet will probe several aspects of your MIDP environment and list the results. In particular, it will try to establish a networking connection to check which protocols are available, check several limits of the built-in classes and do some benchmarking on the RMS and the overall device.
System requirements:
- Java compatible
<<less
Download (12.00KB)
Added: 2007-01-15 License: Freeware Price: FREE
1012 downloads
GPSed (Java) 3.7

GPSed (Java) 3.7


Track trips from your mobile device, store them in an online archive and trace the tracks on Google maps. more>> <<less
Download (223KB)
Added: 2009-07-02 License: Freeware Price: FREE
27 downloads
 
Other version of GPSed
GPSed (Java) 3.6GPSed (Java) is a powerful and easy-to-use software which can track trips from ... GPSed (Java) 3.6 is a powerful and easy-to-use software which can track trips from your mobile
Price: FREE
License:Freeware
Download (223KB)
1 downloads
Added: 2009-05-14
Tic Tac Toe Java 1.1

Tic Tac Toe Java 1.1


Play the game of Tic Tac Toe against your Nokia mobile phone. more>>
Play the game of Tic Tac Toe against your Nokia mobile phone. Tic Tac Toe was written with a Nokia 6310i as target platform in mind, but it should run fine on any Nokia mobile phone running MIDP-1.0 or better.
Supported phones:
Nokia 6310i
Tic Tac Toe might also run on these phones:
Nokia 3410
Nokia 3520
Nokia 3560
Nokia 3590
System requirements:
- MIDP-1.0 enabled device
<<less
Download (10.40KB)
Added: 2007-01-04 License: Freeware Price: FREE
631 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5