Articles Comments

Headline

Java calculator for MIDP or J2ME devices

Calc is a Java calculator for MIDP or J2ME devices, such as a Java-enabled mobile phone or PDA. It was developed on a Sony Ericsson T610, which was my first Java-enabled phone but which has such a pitiful built-in calculator that I was compelled to develop this application. Calc works much like a good old HP calculator with RPN logic, but the stack has 16 elements and you can see many of the elements on the stack simultaneously. I have chosen to use RPN logic (Reverse Polish Notation), because operating it requires less keys, you need only ENTER instead of “(”, “)” and “=”. Additionally, being able to store and see intermediate results on the stack is very advantageous. Using the Real Java floating point library, Calc has 63 bits internal precision, … Read entire article »

Latest

Keepass J2ME save password manager for java phone

KeePassJ2ME is a J2ME port of KeePass Password Safe, a free, open source, light-weight and easy-to-use password manager for Windows. You can store passwords in a highly-encrypted database on a mobile phone, and view them on the go. KeePass for J2ME provides portability to KeePass users. They can bring their username and passwords with them on the phone. KeePass for J2ME is compatible with KeePass in the database level. In other words, it can import a key database used in … Read entire article »

Nokia launching dual simcard phone in 2010

One isue on new year 2010 by nokia vendor. Although nothing is official, word on the street is that Nokia wants to launch dual SIM phones in the second quarter of 2010. Is that something we secretly crave for? Sure we live busy lives and carrying two phones can sometimes be pretty annoying, but do we really need dual SIM phones from Nokia? Let’s say that you need one private line for your family and friends but you also … Read entire article »