I have scanned a 2d bar code using J2ME.
I require to send sms of the result of scanned barcode to a number.
Please suggest me how to do this in J2ME
Type: Posts; User: nayal_genext; Keyword(s):
I have scanned a 2d bar code using J2ME.
I require to send sms of the result of scanned barcode to a number.
Please suggest me how to do this in J2ME
I am developing a 2d barcode scanner using zxing on J2ME platform.
I want to know whether for nokia mobile camera phones autofocus functionality can be achieved using J2ME
Whether similiar such thing can be done using J2mE.
I require the application whose source can be extended by myself not already inbuilt application.
Isn't there any way so that this automatic scanning 2d barcode reader functionality can be achieved similiar to Zxing barcode scanner on android mobiles or beetag qr reader on nokia e5 mobile which...
I have the code for creating barcode scanner,but it captures the image and then scans it but in this case the problem is that if the image is not captured from a proper distance the barcode is not...
I am developing a 2D Barcode scanner application on J2ME platform
My requirement is that instead of capturing the image of barcode manually and then scanning,it should automatically scan the barcode...
Can you suggest me how to do this
Using this open source library qrcode.sourceforge.jp ,whether can I develop a 2d barcode scanner that detects barcode using Nokia mobile realtime i.e (automatically scan as I place the mobile camera...
Are there any free open source 2d barcode scanner available for J2ME which can automatically scan the barcode just by placing the mobile camera over it.
But even after doing this I have to capture the image whereas what I requires is that as I place the mobile over barcode it automatically scans it like it does in zxing barcode scanner for android...
But how to pass the captured snapshot for decoding as currently the code that is used for decoding is:
byte[] snapshot = takeSnapshot();
Image capturedImage = Image.createImage(snapshot,...
But how to use this code so that when I place the mobile camera over barcode it automatically focuses and scans the barcode similiar to zxing bacode scanner on android phones or beetag qr reader for...
Please let me know the code for opening camera view finder as zxing library for j2me has not used it whereas while using zxing for android it is there
Is there any 2d barcode scanner for Nokia mobiles available similiar to Zxing Barcode scanner for Android mobiles that can scan 2d barcode using viewfinder i.e. scanning barcode just by placing the...
I am developing a 2D Barcode scanner application using Zxing 1.7 on J2ME.
When I scan the bar code,it is giving me following error:
Sorry,no barcode was found.
Please provide me the...
But how to use www.textweb.com service so that the sent to there number will hit my web application particular action because then only i can use the extract the data from the message.
Can you explain the second option in more details and how to configure this option
I am developing a J2ME application through which I want to send SMS to my web application so that contents of the message are inserted in the database.
Please suggest me some free web service or...
Thanks for ur suggestion my problem is solved
I have developed this application in Eclipse Indigo and added MTJ plugin for eclipse
My src and res are at same level.
Whether it is necessary that it will work with Eclipse pulsar only
I am trying to run J2ME application on Nokia E5 phone connected through usb using eclipse.
Can you please tell me what are steps to configure my device so that when I run the application on...
Following error is coming on executing code with your suggestion:
zxing midlet output java.io.IOException: Cannot read /res/zxing-icon.png
What should I do so that this image is read by project
I have create the Midlet project in Eclipse and the res directory is there in the project with zxing-icon.png file
I have cross posted this on another forums because I was not able to get reply here for this question.
If you can solve my problem please let me know