J2ME problem? (2005-12-26 08:11 by Anonymous #18737)
I have tried to run the sample J2ME (0.5) on a K700i as you said it has been tested to work.
But all I get in the decoded string field is test 123. It constantly returns the same value even when the image captured is NOT a QR code image. is this suppose to happen?
RE: J2ME problem? (2006-01-04 23:12 by Anonymous #18891)
I had the same problem. To solve this you have to recompile the midlet (with some commented changes in the sourcecode).
In the sourcecode the part is commented out where the qrcode-decoder takes the image from the camera, instead it always takes the included test image which decoded is "test 123".
To solve it you have comment und uncomment a total of 5 lines. It's also mentioned in the sourcecode itself.
RE: J2ME problem? (2011-08-11 20:52 by Anonymous #59106)
1234[Follow up Message #18737] > I have tried to run the sample J2ME (0.5) on a K700i as you said it has been tested to work.But all I get in the decoded string field is test 123. It constantly returns the same value even when the image captured is NOT a QR code image. is this suppose to happen?