PDA

View Full Version : ** SmsMasters Java Calc **



smsmasters
02-07-2004, 09:36 PM
http://calc.smsmasters.co.uk/index.php

Calculates, DCT2 DCT3 DCT4 and much more!!!

Feedback and suggestions please!

crashynot
02-07-2004, 11:12 PM
hi
calc has bugs try and repair

dont work on all fones
DCT4 dont show
IMEI only alow 10 Digits
and many others
thank
for trying thou

smsmasters
02-07-2004, 11:21 PM
hi
calc has bugs try and repair

dont work on all fones
DCT4 dont show
IMEI only alow 10 Digits
and many others
thank
for trying thou

What do you mean DCT4 doesn't show?
How long shall I make the IMEI? 12 digits?

crashynot
02-07-2004, 11:32 PM
Ok
wat i mean is
that DCT4 calc does not show ( missing )
and the Imei it only alows me to input 10 digits and no more
the is a problem in the set up of the Java Midlets
and in the dct2,3 & 4 you must change the The Imei Values to
from
t_imei = new TextField("IMEI:", IMEI, 15, 2);
to
t_imei = new TextField("IMEI:", "", 15, 3);
ok
and Imei problem is resovled

smsmasters
03-07-2004, 12:43 AM
Ok
wat i mean is
that DCT4 calc does not show ( missing )
and the Imei it only alows me to input 10 digits and no more
the is a problem in the set up of the Java Midlets
and in the dct2,3 & 4 you must change the The Imei Values to
from
t_imei = new TextField("IMEI:", IMEI, 15, 2);
to
t_imei = new TextField("IMEI:", "", 15, 3);
ok
and Imei problem is resovled

Which phone did you install this on? I'm using a Nokia 6600 and the DCT4 calc is ok :smile:

crashynot
03-07-2004, 12:44 AM
sony Ericsson t630 and nokia 3200

smsmasters
03-07-2004, 01:11 AM
sony Ericsson t630 and nokia 3200

Ok, anymore bugs encountered? I've put the code u told me, many thanks!