Skip to content

Android barcode generator through adb for testing purposes

License

Notifications You must be signed in to change notification settings

nikialeksey/bcodegenerator

Repository files navigation

BCode Generator

Android barcode generator through adb for testing purposes

Build

gradlew clean assemblyRelease

Generate barcode

adb shell am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d "bcode://generate?type=QR_CODE&data=google.com"

Barcode types

See Barcode Formats from Zxing

Examples

  • bcode://generate?type=QR_CODE&data=google.com

qrcode

  • bcode://generate?type=EAN_13&data=9785913395511

ean13


Thanks to Android-Barcode!