Tagged Questions
0
votes
1answer
80 views
Zxing's barcode scanner is not able to scan the barcode, is there any other option
I need to develop an Android app which would scan a barcode that is alphanumeric, i have installed the barcode scanner app from Zxing, but it is not able to scan this type of barcode. I have ...
0
votes
2answers
117 views
How to use ZXing library wihtout installing barcodescanner app
I have been developing an android app to scan the barcode and QR code and send the results to some other application (HTTP). I have read most of the documentation over internet and here in stack over ...
0
votes
2answers
133 views
Barcode Scanner (ZXing) crashing
First off i want to tell you i have done all i can. Followed like 10 tutorials on internet and 10 threads on stacked. Still no success.
I know guys that you recommend using scanning via intent,but in ...
0
votes
1answer
67 views
Show barcode value in Barcode Scanner immediately after camera capture?
I am trying to display the scanned barcode value immediately after scanning, where the Barcode Scanner app displays, such that it might display:
Found Plain Text - "Insert Barcodevalue here".
Is it ...
2
votes
1answer
60 views
PDF 417 Detection and Decoding
Are there any free alternatives to Zxing's PDF 417 barcode detector and decoder?
The following 2 iOS libraries cannot seem to scan these type of bar codes, even though they say it's supported:
...
0
votes
0answers
83 views
Generating captioned barcode of type Code 128 using zxing
I'm generating a barcode of type Code 128 using ZXING 2.0 library, but what I want is a caption below the barcode image.
The code I am using for generating barcode 128 using ZXING2.0 is:
int width = ...
-4
votes
1answer
113 views
Is zxing accurate?
I'm developing an iphone and android app that uses very simple barcode scanning. We've narrowed our barcode type to 2D, particular either QR or DataMatrix.
I've written two quick and dirty apps using ...
0
votes
1answer
70 views
Incorporating bar code in a galaxy tab [closed]
I've already integrated Zxing in my project, I run it in my smartphone, and it worked perfectly. When trying to start the same application in a galaxy tab, things are different. When I launch the ...
0
votes
1answer
93 views
Getting Error in Barcode Scanner in android
I am making a application using QR code scanner via ZXIng IntentIntegrator. I am able to make it using following code
IntentIntegrator integrator = new IntentIntegrator(
...
2
votes
1answer
139 views
Unable to scan Code 128
I have integrated the ZXing barcode reader in my android application.
It scans most of the codes, but I have a electricity bill which it is unable to scan (using a Galaxy Ace 5.0MP). I think the ...
0
votes
0answers
54 views
Reading a barcode with zxingjar-1-1.jar
I am reading a barcode using zxingjar-1-1.jar and it works fine. But now, I would like to put a QUIT button in the layout where the capture is made but I don't know how to identify the button in the ...
-1
votes
1answer
300 views
QR Code Reader and Generator Application for Android [closed]
Newbie here, I already tried using zxing library for creating an android app that can generate a QR code image and save it on the phones SD card, a QR code scanner and be able to scan QR code image on ...
0
votes
1answer
99 views
Generate GS1 databar expand Barcode in Java?
I wan't to generate a Barcode which is type of GS1 databar expanded. I'm searched in google and didn't found realy working results. I discover that ZXing gives the possibility to generate different ...
0
votes
1answer
42 views
zxing library , MonochromeBitmapSource and BufferedImageMonochromeBitmapSource missing?
I'm using zxing library
Following code giving compile time error after adding zxing 2.1 dependency
MonochromeBitmapSource source = new BufferedImageMonochromeBitmapSource(bufferedImage);
i ...
0
votes
1answer
76 views
Android Barcode Scanner - Automatically choose scanner
I have integrated ZXING barcode scanner in my app.
How can stop my app for asking different scanner apps(based on zxing)
and automatically choose my app for scanning ?
0
votes
1answer
462 views
How to use zxing core.jar into my own app
I'm developping an app, and i need to store the product's barcode,so i need to read them.
I'v been reading other posts about what should i do to read a barcode without having to install ...
0
votes
2answers
195 views
ZXING Barcode Decode error “Attempted to read or write protected memory”
I am attempting to use the ZXING demo "WindowsRTDemo", and I can't get it to work. The demo is downloaded from this site.
Here is the code that I'm running:
protected override async void ...
0
votes
3answers
237 views
ActivityNotFoundException in zxing
I am new in android. I am developing a App in which i have to used zxing for scanning bar code
and QR code. In my App i can not use third party software. That means i can't use these line of code in ...
0
votes
0answers
133 views
Zxing is not working for Bar-Code
I am in a mess. Please help me ,i am using Zxing. It is working well for QR- Code but it is not scanning bar code. In my App i can't use third party App; that means i can not use this code in my App
...
0
votes
1answer
193 views
Barcode scanner from web app doesn't return anything
When clicking on the link on an Android device we can choose to open it in the Barcode Scanner app, but when we scan a barcode it doesn't return anything.
This is our link:
<a ...
0
votes
1answer
166 views
How to read EAN-13 bar Code from Android device (Not QR Code)
I am working with an Android Application and I am successful in reading the QR Code from android mobile, but still I am curious to find the way to scan EAN-13 Bar code from Android Mobile.
If anyone ...
2
votes
1answer
109 views
What scannable barcode formats supported by zxing are usable open source?
I'm developing an android application where in I generate data matrices and allow users to input them using zxing for scanning them.
However, there was a license issue raised asking if all the ...
-2
votes
3answers
375 views
Qr Code generating with ZXING library [closed]
I am new for android eclipse,and i want to know how to configure or use to generat the QR code from zxing library ,a open source from zxing team.,If any alternative is there pls also inform me.
So ...
-1
votes
1answer
233 views
barcode Scan with Flash using ZXing in android… [closed]
good morning
I need help to implement ZXing to scan barcodes using the camera's LED flash.
that when you run the scan can also turn on the flash of the camera.
thanks
2
votes
1answer
587 views
ZXing 2.1: com.google.zxing.NotFoundException
I am attempting to get a successful result with the ZXing 2.1 library. I am using Java 1.6 on Mac OS X 10.7.5. I am able to encode text but not decode any images. Rather, all I get are one-line ...
2
votes
1answer
252 views
Zxing causes app to stop&exit
I'm trying to add zxing as library to my android app - it must be offline so using Intent to outside app is bad as many people wouldn't have bar code scanner.
I have Zxing as library, name is ...
1
vote
1answer
2k views
how does “com.google.zxing.client.android.SCAN” work in android?
I developed a BarcodeScanner app with ZXING library. for that I downloaded the complete library and added it to my proj and called an Intent with URI:"com.myproject.vinscan.client.android.SCAN". but ...
0
votes
3answers
1k views
How to generate barcode using Zxing as library in android [duplicate]
I want to create an application to generate a barcode USing Zxing as library.
I want an barcode Image. I ahve used the following code im my main project.
Intent intent = new ...
0
votes
1answer
117 views
zxing qr-code scanner converts upper to lower on android?
I have a very strange problem. I am using zxing on android for qr-code scanning. It scans url, get the json response of the url and then execute data. The problem is when q-code scans the url it ...
1
vote
0answers
155 views
zxing scan from website returns to new window
This is most likely a browser issue, but I have a mobile website that I launch the zxing app from, passing in a callback url. Everthing scans fine and returns the scanned data like I expect.
...
0
votes
1answer
1k views
No activity found to handle intent{act=com.google.zxing.client.android.SCAN cat=
I got:
android.content.ActivityNotFoundException: No activity found to handle intent{ act=com.google.zxing.client.android.SCAN cat=[android.intent.category.DEFAULT] flg=0x4080000 ...
1
vote
1answer
206 views
Invoke Barcode Scanner from Browser on Android Device
So I've found a lot of examples of how to do this using http://zxing.appspot.com/scan, but it only seems to work on a select few devices. I've gotten it to work on the HTC Evo View. But on both the ...
1
vote
1answer
456 views
How to create an EAN13 barcode generator, that gets the EAN as input?
I have to use the ZXing library, or any other lib that is apache2 (open source).
I created the core.jar lib. But i don't want to copy all the sources from the original ZXing project into my project. ...
0
votes
1answer
201 views
PDF417 Backend or Mobile Reader SDK [closed]
I've tried using Zxing to decode PDF417 barcodes, but it is not recognising the barcodes.
Are there any alternative free or low cost PDF417 decoders suitable for a student project?
1
vote
1answer
510 views
Scan multiple barcodes with ZXing
I am currently trying to get ZXing to scan some barcodes. It's doing that job fine so far (via intent).
Now I would like to make it decode multiple barcodes at once (they are placed beneath each ...
0
votes
2answers
91 views
How do I start thread only after first activity is finished?
In my application I have scan button which scan qr code. Code is like this:
btnScan.setOnClickListener(new OnClickListener() {
@Override
public void ...
0
votes
2answers
224 views
zxing C# performance slow when no barcode
I use a barcode for a scanning application. All scanned pages need to be checked for a barcode. As the barcode is always in the same spot i can crop the area to speed up the process a bit. The problem ...
3
votes
1answer
485 views
Using Zxing Barcode scanner causes SecurityException
I use Zxing Barcode Scanner in my app via launching an Intent so that I can scan a barcode and get the data back to my app. Very basic stuff; it has worked for a long time no problem. I recently got ...
1
vote
2answers
197 views
Multiple errors when trying to integrate barcode scanner application in my own android application
I'm pretty new in Android programming, so sorry if I am going to ask dumb questions.
I'm creating an application, and I'm trying to integrate ZXing Barcode Scanner, following the instructions here:
...
2
votes
1answer
115 views
Create an app that will scan barcode in a loop until the device's battery level is depleted
I need to create an app that will scan a barcode continuously until the battery level of the device is low to the point where it turns off. I need to test how long the battery will last while scanning ...
-1
votes
1answer
360 views
How can I use zxing to create a standalone barcode reader?
I want to make an Android app by using ZXing. Can anyone tell me how to use the core library, or anyone know how to use the core library to build a barcode scanner?
1
vote
1answer
191 views
How to request scanned image via zxing scanning intent?
I try to make a apps that need barcode scanner,
i already can get the barcode via intent thanks to zxing barcode scanner,
but can i get the image that was capture from the barcode scanner?
0
votes
1answer
459 views
Vin Barcode Scanner(decoder) api in android
I want to integrate VIN barcode scanner in to my apps.
Are there any free api for VIN barcode scanner in Android? If available, please provide any information.
0
votes
2answers
3k views
Android - creating a QR code scanner
I would like to implement a QR code scanner in my application the will support my own format of text in it. Not a contact, phone number or anything like that. just some information like this:
...
0
votes
2answers
222 views
Are cell phone and tablet cameras adequate to read 1D barcodes?
I'm using ZXing barcode scanner with my project and I am having issues with 1D barcodes. The average success of scanning the barcode is 6 out of 10. 6 times the code comes right, but 4 of them the ...
3
votes
0answers
567 views
Generate barcode [closed]
hi is there any known Delphi library to generate/decode QR Code Generator from the ZXing Project?
thanx in advance..
0
votes
1answer
432 views
Formatting EAN8 with zxing/barcode4j
I am trying to generate an EAN8-barcode in java. If tried barcode4j (which is free in contrary to the barcodelib), which gives me really good results.
One thing I haven't figured out is to change ...
1
vote
3answers
1k views
com.google.zxing.NotFoundException exception comes when core java program executed?
I have a jpeg file which has 2D bar code. Image resolution is 1593X1212. I am using xing library to decode this barcode from image. I got following code on net.
import java.awt.image.BufferedImage;
...
-1
votes
1answer
978 views
Zxing Barcode scanner integrated external barcode scanner app
I'm trying to integrate the zxing barcode scanner into my app.
Everything went as planed, only if I click on scann, it asks me to choose from the integrated or the external.
Who can I avoid this ...
0
votes
1answer
478 views
Reading 1D barcodes using zxing for iPhone
is there a way to read 1d barcodes using zxing for iPhone? The zxing's homepage says it can only be used for QR Codes but has anyone ported 1D barcode scanning to iPhone or C++?


