Wednesday 11 April 2012

QRCode Scanning for Blackberry Version 5.0

For this Take the sample code from this following link:

QRCode 5.0

In the above sample application we have QRCode implementation is in "com.alishaik.qrcode.startup";

and if you want to do the this in separately you must add the packages which are provided in the below link:

ZXIng For 5.0  and you and do by your self;

The above ZXIng For 5.0  link nothing but I downloaded this in the below link and separate the packages

http://code.google.com/p/zxing/downloads/list

For Version>5.0 no need to take all these; From 6.0 on wards we have the packages;

I think it helps you alot;

For 6.0 see this below links:

Generate QRCode Image In Blackberry

and

Scan AnyType of Barcode Images

any doubts feel free to mail on alishaik001@gmail.com

Regards,
ALI SHAIK

5 comments:

  1. the app doesn't work have error (can't package)

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. "BarCodeScannerScreen$1.class: Error!: Invalid class file: Incorrect classfile version
    Packaging project QRCode5.0 failed"

    ReplyDelete
  4. Take all classes in separate Project and try again.

    ReplyDelete
  5. try this
    Right click project in Eclipse
    Choose properties
    Select Java compiler
    Check "Enable project specific settings"
    Change java version on dropdown (try them all if you need)
    Click "Apply" button
    Click "Ok" button

    ReplyDelete