Timer for Java - 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.
Like it? Share with your friends!
Requirements:Java MIDP 2.0
Supported operating systems:
Java ME, Java Nokia 240x320, Java SE 240x320
Similar Software:
InfoTime Luminesc InfoTime Luminesc - It is not always easy to see the time on mobile phones. Often, the time is shown in a small font in digital format (eg. 08:30) which can be difficult to read correctly
jAlarm Beta jAlarm Beta - About Application that is somewhat similar to car alarm, it activates when the phone is moved. Ideal solution for busting your boyfriend on spying after you. Supported handsets: Nokia S60v5 accelerometer devices (5230 etc), Symbian ^3 devices. Bug fixes: 31.07 - Sensor sensitivity fix, should not start by itself anymore
My Events S60 My Events S60 - My Events. A program to countdown to the event. After the event shows how many days have passed since its commission. Keep with the program for the coming major events! The program has a nice interface and easy to use
datecalc j2me datecalc j2me - Datecalc is a java mobile application (midp) which will help you to calculate days and date from your cell phone
Sports Companion Sports Companion - The Sports Companion will transform the way you use your phone.Advanced timing features turn your phone into a next generation stopwatch, with extra high resolution timing measurements to ensure pinpoint accuracy
Timer 5800 (all s60) Timer 5800 is works with all s60 phone. If you like this app don't forget to add to favourite and comment
Buzzer Buzzer is an egg timer, game clock or countdown timer and alarm for mobile phones
StopWatch Stopwatch utility. Up to 5 simultaneous stopwatches, each with up to 40 split/lap times. Persistent setting. Simple user interface and plain, simple presentation adapting to screen resolution. Should work on most
Java enabled phones
Remind Me Of Remind Me Of - Remind Me Of is a funky timer application when installed on a compatible mobile phone
Round Timer X Lite Round Timer X Lite - Interval Timer for timing exercises like interval training, HIIT, tabata, stretching, rounds during boxing / MMA / martial arts training etc. This is the free lite version with limited functionality. Amount of rounds is limited to 5 and maximum time of a work / rest period is 3:59. Check http://rtx.leeko
Other Software by developer «Konstantin Knizhnik»:
Cryptex Cryptex - Cryptex is a program for storing confidential information.
You mobile phone is always with you. It is very convenient to store in it some secure information, like passwords, PINs...
But a mobile phone can be stolen. And worst of all it can be stolen together with your credit card
MobiBrowser MobiBrowser - MobiBrowser is a combination of book reader and Web browser.
This program can be used for Web browsing, reading news sites, downloading and reading books and atricles from the Web. It is not implement all HTML browser functionality - it doesn't show images and is not able to proceed forms
MobileMap of Moscow MobileMap of Moscow - MobileMap is a vector map of Moscow with more than 3000 streets and metro stations.
The vector map of almost any city in Polish format can be easily converted to be used by this application. Because of limits on jar file size and small screen resolution, number of layers is restricted
MapBrowser MapBrowser is a map browser for mobile phone. Now it is working with raster map. Certainly size of raster map is significantly larger than of vector map.
That is why this midlet has size more than 2Mb and works only on Series 60 phone. This midlet is just an example, with raster map of Cairo and with almost no index data
MobileMap of Saint Petersburg MobileMap of Saint Petersburg - MobileMap is a vector map of Saint Petersburg with streets and metro stations.
The vector map of almost any city in Polish format can be easily converted to be used by this application. Because of limits on jar file size and small screen resolution, number of layers is restricted
Java Metronome Java Metronome - 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
Monitor for Java Monitor for Java - Monitor is a simple application that allows you to profile your time.
It makes it possible to easily monitor how much time is spent for activites you are doing.
It can be used for monitoring some physical processes as well as your traditional housekeeping activities.
You are able to monitor up to 10 activities
PCalc for Java PCalc for Java - 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